diff --git a/Montana-Protocol/Code/AGENTS.md b/Montana-Protocol/Code/AGENTS.md index e6447de..b30b2f8 100644 --- a/Montana-Protocol/Code/AGENTS.md +++ b/Montana-Protocol/Code/AGENTS.md @@ -10,7 +10,7 @@ Montana is a from-scratch post-quantum blockchain. Three architectural primitive 2. **Time-as-scarcity** — anti-spam through window-rate-limits, chain_length thresholds, seniority gating. No transaction fees. No gas. Cannot accelerate operations by paying. 3. **Post-quantum from primitives up** — ML-DSA-65 (FIPS 204) for signatures, ML-KEM-768 (FIPS 203) for key exchange, SHA-256 for hashing and VDF, PBKDF2 for key derivation. No ECDSA, no RSA, no curve25519, no secp256k1. -Spec is the single source of truth: [`Протокол/Montana v35.23.0.md`](../Montana%20v35.23.0.md). ~600 KB markdown, full whitepaper. +Spec is the single source of truth: [`Протокол/Montana v35.23.0.md`](../Montana%20Protocol%20v35.25.0.md). ~600 KB markdown, full whitepaper. ## Status @@ -208,7 +208,7 @@ cargo fuzz run apply_proposal_arbitrary -- -max_total_time=3600 ## Audit the code against the spec -The spec is at [`Протокол/Montana v35.23.0.md`](../Montana%20v35.23.0.md), authoritative. +The spec is at [`Протокол/Montana v35.23.0.md`](../Montana%20Protocol%20v35.25.0.md), authoritative. ### Known deviations @@ -314,7 +314,7 @@ No NDA. No engagement contract. Public review by default. ## Contact - GitHub Issues: https://github.com/efir369999/Montana/issues -- Mastodon (announcements only, no support): see [`montana-vpn/MASTODON_ANNOUNCEMENT.md`](montana-vpn/MASTODON_ANNOUNCEMENT.md) +- Mastodon (announcements only, no support): see `montana-vpn/MASTODON_ANNOUNCEMENT.md` - No email, no Discord, no Telegram — public on-record review only ---