After 2nd prompt

This commit is contained in:
John Poole 2026-06-08 12:47:32 -07:00
commit e15e8fd62e
7 changed files with 190 additions and 26 deletions

View file

@ -15,6 +15,16 @@ This repo collects those findings in one place. The hope is that future client a
Each finding is grounded in upstream source citations (file + line) so it can be re-verified as RNS evolves.
## Method
This fork proceeds with a three-tier evidence model that preserves the existing Claude-assisted work while promoting claims only after verification:
1. **Source analysis report** — answer one narrow protocol question from pinned upstream source, with exact citations and unresolved cases.
2. **Executable verification** — add runnable evidence under `tools/` and deterministic vectors under `test-vectors/` where bytes are involved.
3. **Specification promotion** — update `SPEC.md` as normative prose only after the verifier/vector exists; add correction or incident notes when earlier text would mislead implementers.
See [`agent.md`](agent.md) §3 for the detailed rules.
## What's here
- [`SPEC.md`](SPEC.md) — the single combined spec document, organized by protocol layer