fix: broken markdown refs auto-resolved

This commit is contained in:
efir369999 2026-05-06 01:09:43 +03:00
parent 5ebcfd6fb1
commit 733646873e

View File

@ -14,7 +14,7 @@ This is an open invitation. Montana is a from-scratch post-quantum blockchain
- 🚀 **Deploy a node** on any Linux VPS — one command, ~5 minutes, ~5 GiB disk, ~1 GiB RAM. See [`AGENTS.md`](AGENTS.md) → *Deploy*. - 🚀 **Deploy a node** on any Linux VPS — one command, ~5 minutes, ~5 GiB disk, ~1 GiB RAM. See [`AGENTS.md`](AGENTS.md) → *Deploy*.
- 🔬 **Run stress / chaos / fuzz suites** against your node. We have not. Find panic, leak, race, OOM, byte-divergence between runs. See [`AGENTS.md`](AGENTS.md) → *Stress test*. - 🔬 **Run stress / chaos / fuzz suites** against your node. We have not. Find panic, leak, race, OOM, byte-divergence between runs. See [`AGENTS.md`](AGENTS.md) → *Stress test*.
- 🔍 **Audit the code against the spec.** [`docs/SPEC_DEVIATIONS.md`](docs/SPEC_DEVIATIONS.md) lists 9 known deviations (M5-singleton phase). Find more. The spec is the single source of truth: [`Протокол/Montana v35.23.0.md`](../Montana%20v35.23.0.md) (~600 KB, full whitepaper). - 🔍 **Audit the code against the spec.** [`docs/SPEC_DEVIATIONS.md`](docs/SPEC_DEVIATIONS.md) lists 9 known deviations (M5-singleton phase). Find more. The spec is the single source of truth: [`Протокол/Montana v35.23.0.md`](../Montana%20Protocol%20v35.25.0.md) (~600 KB, full whitepaper).
- 📨 **Send findings** as GitHub Issues or Pull Requests. No NDA, no engagement contract. The protocol gets stronger or it does not ship. - 📨 **Send findings** as GitHub Issues or Pull Requests. No NDA, no engagement contract. The protocol gets stronger or it does not ship.
**What this is NOT:** **What this is NOT:**
@ -39,7 +39,7 @@ This is an open invitation. Montana is a from-scratch post-quantum blockchain
- 🚀 **Развернуть узел** на любом Linux VPS — одна команда, ~5 минут, ~5 GiB диска, ~1 GiB ОЗУ. См. [`AGENTS.md`](AGENTS.md) → *Deploy*. - 🚀 **Развернуть узел** на любом Linux VPS — одна команда, ~5 минут, ~5 GiB диска, ~1 GiB ОЗУ. См. [`AGENTS.md`](AGENTS.md) → *Deploy*.
- 🔬 **Прогнать stress / chaos / fuzz сюиты** против своего узла. Мы — не прогнали. Ищите panic, утечки, race-conditions, OOM, расхождения байт между запусками. См. [`AGENTS.md`](AGENTS.md) → *Stress test*. - 🔬 **Прогнать stress / chaos / fuzz сюиты** против своего узла. Мы — не прогнали. Ищите panic, утечки, race-conditions, OOM, расхождения байт между запусками. См. [`AGENTS.md`](AGENTS.md) → *Stress test*.
- 🔍 **Аудитить код против спеки.** [`docs/SPEC_DEVIATIONS.md`](docs/SPEC_DEVIATIONS.md) перечисляет 9 известных отклонений (фаза M5-singleton). Ищите больше. Спека — single source of truth: [`Протокол/Montana v35.23.0.md`](../Montana%20v35.23.0.md) (~600 KB, полный whitepaper). - 🔍 **Аудитить код против спеки.** [`docs/SPEC_DEVIATIONS.md`](docs/SPEC_DEVIATIONS.md) перечисляет 9 известных отклонений (фаза M5-singleton). Ищите больше. Спека — single source of truth: [`Протокол/Montana v35.23.0.md`](../Montana%20Protocol%20v35.25.0.md) (~600 KB, полный whitepaper).
- 📨 **Шлите findings** как GitHub Issues или Pull Requests. Никаких NDA, никаких engagement contracts. Протокол либо становится сильнее, либо не запускается. - 📨 **Шлите findings** как GitHub Issues или Pull Requests. Никаких NDA, никаких engagement contracts. Протокол либо становится сильнее, либо не запускается.
**Что это НЕ:** **Что это НЕ:**
@ -102,7 +102,7 @@ The full installer prints back the 24-word recovery mnemonic for the node and a
| File | What | | File | What |
|------|------| |------|------|
| [`AGENTS.md`](AGENTS.md) | **Start here.** Deploy + stress-test + report findings | | [`AGENTS.md`](AGENTS.md) | **Start here.** Deploy + stress-test + report findings |
| [`Протокол/Montana v35.23.0.md`](../Montana%20v35.23.0.md) | Full protocol specification (whitepaper) | | [`Протокол/Montana v35.23.0.md`](../Montana%20Protocol%20v35.25.0.md) | Full protocol specification (whitepaper) |
| [`VERSION.md`](VERSION.md) | Spec target + impl version, single source of truth | | [`VERSION.md`](VERSION.md) | Spec target + impl version, single source of truth |
| [`ROADMAP.md`](ROADMAP.md) | 9 milestones, current status, next | | [`ROADMAP.md`](ROADMAP.md) | 9 milestones, current status, next |
| [`AUDIT.md`](AUDIT.md) | Pre-audit self-attestation for external firm engagement | | [`AUDIT.md`](AUDIT.md) | Pre-audit self-attestation for external firm engagement |