TECT is organized so that a reviewer can start from current state, locate the smallest authority needed for a question, and reproduce or falsify a claim without loading the historical corpus.
Open these compact generated pages first:
management/INDEX.md: live tasks, cited gates, and reader routes.CLAIMS.md: current claim tiers, scopes, hypotheses, and falsifiers.theory/proof-evidence/INDEX.md: counts and targeted proof-evidence search commands.claims/GATES-INDEX.md: live card-to-gate and card-to-hypothesis references, including source mismatches.
The large ledgers remain compatibility and audit authorities. Open them only at the linked anchor or search them by ID.
rg -n "<claim-result-gate-or-exploration-id>" theory/proof-evidence-map.md
python verification/scripts/exploration.py search --claim <ID>
python verification/scripts/exploration.py search --verdict failedAn exploration verdict is non-tier-bearing: advanced is not a proof, and
failed is not a global no-go unless a formal negative authority says so.
For a quick claim-ledger check:
python verification/scripts/lint_claims.pyFor the publication gate used before every repository commit:
python verification/scripts/release_check.pyExit zero means the generated views match their authorities and the registered verification gates pass. It does not promote the mathematical or physical tier of any claim.
Open claims/<ID>/claim.md and claims/<ID>/status.json. Check, in order:
- the exact statement and pinned scope;
- the maturity tier and lifecycle;
- named hypotheses and open gates;
- the falsifier;
- the reproduction command and expected output;
- the proof note, run artifact, and adversarial review linked by the card.
T5 means closed only within its pinned scope. T6 means a theorem modulo the
listed hypotheses. Neither label establishes a broader physical interpretation.
Do not rely on a hand-written list of "current weakest joints" in a long-lived document. It becomes stale as gates close or priorities move. Use:
management/INDEX.mdfor live work;claims/GATES-INDEX.mdfor card-cited gates and registry/card mismatch warnings;negative-results/INDEX.mdfor recent failed routes and audit findings;todo.py list --status in_progress, then--status nextand--status blocked, for the exact task queue.
The full authorities remain claims/GATES.md,
negative-results/registry.md, and
todo/todo.json.
Use the card's own falsifier and reproduction package. A counterexample must match the registered domain, conventions, regulator, and parameter ledger. If it breaks a named hypothesis rather than the theorem under that hypothesis, report that distinction explicitly.
Confirmed failures are recorded in the negative-result registry with evidence
and credit. Reproduction environment requirements are defined in
governance/verification-standard.md.
Report the claim ID, exact command or construction, environment, observed
output, and the narrowest conclusion supported by it. Review rounds live under
reviews/; confirmed corrections are linked through reviews/errata/ and the
append-only changelog.
Legacy evidence pointers and prose that exceeds a registered card are not authoritative. The current claim card and its linked proof authority win.