This index separates the completed Protocol-v2 evidence from historical design and engineering records.
- Manuscript source and build guide — complete paper, publication figures, source tables, references, and compilation steps.
- Formal post-Test audit — final results, sensitivity analyses, reliability, execution order, and permitted claims.
- Experiment protocol — research questions, architecture, frozen estimand, amendments, and analysis rules.
- Model card — evaluated models, intended use, reliability, and limits.
- Evidence manifest — authoritative source hashes and closure identity.
- Demo design specification — evidence-first product scope, interaction model, visual system, and implementation acceptance criteria for ShiftMem Evidence Lab.
- Formal post-Test audit
- Formal readiness audit
- Model qualification
- V2 qualification audit
- V2 pilot report
- Memory schema
- Related-work matrix
From the repository root:
.venv\Scripts\python.exe -m pytest -q
.venv\Scripts\python.exe scripts/verify_release_archive.pyThe current closure identity is v2-formal-results-f4ab41daacf3. Verification
is deterministic and network-free. The public command verifies the release
archive and every manifest-declared raw source. In the original workspace,
where ignored raw sources remain at their declared paths, run
.venv\Scripts\python.exe scripts/finalize_formal_results.py --verify to
reconstruct and compare all aggregate outputs as well.
.venv\Scripts\python.exe -m demo.export_web
cd demo-web
pnpm install
pnpm devThen open http://127.0.0.1:5173. Python verifies and exports the frozen
evidence package; the TypeScript client is a read-only browser over that
derived contract and does not make model-provider calls. A clean clone uses
the tracked, checksummed release archive when local raw-run files are absent.
See the browser guide and
Python evidence adapter.
These files remain available for provenance but do not define the final formal claim set:
- Original implementation specification
- Formal v1 readiness audit
- Phase 4 pilot report
- Protocol v1.1 live Validation report
- Implementation log
Historical frozen directories under configs/frozen/ are intentionally kept
byte-stable. Apparent duplication there is part of the audit trail, not an
active source tree to edit or deduplicate.