Skip to content

Commit d9dd055

Browse files
docs(readme): fix drifted counts and broken doc links (N12)
Iteration 4 of the 2026-07-10 wave — light doc-drift cleanup, facts only. Corrected against ground truth (verified 2026-07-10): - #[test] blocks 110 -> 101 (tests/ dir removed 2026-07-07); command src tests -> src - Rust source lines 4 463 -> 4 544 - "T27 ported: 1" clarified to "68 in tree / 1 wired into src" (the cited command returns 68, contradicting the 1) - build snippet comment 110 -> 101, все в src/ Relinked moved files (now under docs/archive/): STRENGTHEN.md, WAVE_N3_AUDITABILITY_GAP, W7_WEAK_POINTS_STRUCTURAL. De-linked files not on main (live in unmerged PR #29): WAVE_DEPIN, _recon/DEPIN_COMPETITORS — annotated as such. Added a note that radio/README.md was deleted 2026-07-07; current reproducible RF evidence is docs/W12_E2E_RF_TEST_RESULTS.md (30/30). No broken relative links remain in README. No code touched. Refs #58, #59. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> phi^2 + phi^-2 = 3
1 parent dd0639d commit d9dd055

1 file changed

Lines changed: 11 additions & 9 deletions

File tree

README.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -85,16 +85,18 @@ BitNet-ternary benchmark on returned silicon, publish the raw log.
8585
| M1 static binary size (armv7l musleabihf) | 534 604 B | `smoke/M1_RESULTS.md` |
8686
| M1 binary sha256 | `e5abc335…7290a` | `smoke/M1_RESULTS.md` |
8787
| M1 host tests | 20 unit + 2 integration, RC=0 | `cargo test` |
88-
| Rust `#[test]` blocks in repo | 110 | `grep -rE '^\s*#\[test\]' src tests` |
89-
| Rust source lines | 4 463 | `find src -name '*.rs' \| xargs wc -l` |
88+
| Rust `#[test]` blocks in repo | 101 (all in `src/`; `tests/` dir removed 2026-07-07) | `grep -rE '^\s*#\[test\]' src` |
89+
| Rust source lines | 4 544 | `find src -name '*.rs' \| xargs wc -l` |
9090
| AD9361 tune target | LO 5.8 GHz | `radio/README.md` |
9191
| AD9361 FFT peak (1 MHz tone, digital loopback) | +0.999 MHz | `radio/README.md` |
92-
| AD9361 SNR over noise floor | 108.6 dB (digital loopback only, not over-the-air) | `radio/README.md`; see [W7 finding #5](docs/W7_WEAK_POINTS_STRUCTURAL.md#находка-5) and [REGULATORY_STATUS](docs/REGULATORY_STATUS.md) |
92+
| AD9361 SNR over noise floor | 108.6 dB (digital loopback only, not over-the-air) | `radio/README.md`; see [W7 finding #5](docs/archive/W7_WEAK_POINTS_STRUCTURAL.md#находка-5) and [REGULATORY_STATUS](docs/REGULATORY_STATUS.md) |
9393
| AD9361 tuning range | 70 MHz … 6 GHz | `radio/README.md` |
9494
| Sample rate | 30.72 MHz | `radio/README.md` |
9595
| Capture length | 65 536 samples | `radio/README.md` |
96+
97+
> Примечание (2026-07-10): файл `radio/README.md` удалён при уборке 2026-07-07; строки AD9361 выше — исторический digital-loopback снимок. Текущее воспроизводимое RF-доказательство: [`docs/W12_E2E_RF_TEST_RESULTS.md`](docs/W12_E2E_RF_TEST_RESULTS.md) (30/30 PASS). Не over-the-air.
9698
| Connected P203 Mini boards | 3 | User confirmation 2026-07-04 |
97-
| T27 spec files ported | 1 (`specs/wire.t27`) | `find specs -name '*.t27'` |
99+
| T27 specs in tree / wired into src | 68 / 1 (`specs/wire.t27`) | `find specs -name '*.t27' \| wc -l` |
98100

99101
### DePIN tokenomics (contract source, `gHashTag/trinity-contracts`, not yet deployed to mainnet)
100102

@@ -134,7 +136,7 @@ BitNet-ternary benchmark on returned silicon, publish the raw log.
134136
## Build & test (host)
135137

136138
```bash
137-
cargo test # 20+ unit + 2 integration tests (см. Metrics — 110 test blocks в проекте)
139+
cargo test # 101 #[test] blocks, все в src/ (см. Metrics)
138140
cargo run --bin smoke-m1
139141
```
140142

@@ -223,11 +225,11 @@ Sister-репозитории: [`gHashTag/t27`](https://github.com/gHashTag/t27)
223225
## Key docs
224226

225227
- [`docs/LOCAL_FLASH.md`](docs/LOCAL_FLASH.md) — пошаговая локальная прошивка трёх плат.
226-
- [`docs/WAVE_DEPIN_2026-07-04.md`](docs/WAVE_DEPIN_2026-07-04.md) — DePIN whitepaper (четыре плеча, tokenomics, positioning).
228+
- `docs/WAVE_DEPIN_2026-07-04.md` — DePIN whitepaper (в неслитом PR #29, не на `main`).
227229
- `docs/COMPETITOR_MATRIX_2026-07-04.md` — 10 MANET-конкурентов × 15 полей (в [PR #28](https://github.com/gHashTag/tri-net/pull/28)).
228-
- [`docs/_recon/DEPIN_COMPETITORS_2026-07-04.md`](docs/_recon/DEPIN_COMPETITORS_2026-07-04.md) — 12 DePIN-сетей × 12 полей.
229-
- [`docs/WAVE_N3_AUDITABILITY_GAP_2026-07-04.md`](docs/WAVE_N3_AUDITABILITY_GAP_2026-07-04.md) — auditability δ paper.
230-
- [`docs/STRENGTHEN.md`](docs/STRENGTHEN.md) — science-driven backlog.
230+
- `docs/_recon/DEPIN_COMPETITORS_2026-07-04.md` — 12 DePIN-сетей × 12 полей (в неслитом PR #29, не на `main`).
231+
- [`docs/archive/WAVE_N3_AUDITABILITY_GAP_2026-07-04.md`](docs/archive/WAVE_N3_AUDITABILITY_GAP_2026-07-04.md) — auditability δ paper.
232+
- [`docs/archive/STRENGTHEN.md`](docs/archive/STRENGTHEN.md) — science-driven backlog.
231233
- [`docs/AUTONOMOUS.md`](docs/AUTONOMOUS.md) — human-merge only policy для agent PR's.
232234

233235
## License

0 commit comments

Comments
 (0)