[!NOTE] This repository is a template. Placeholder tokens like
hyperpolymath,fraying-model-computational-testbed, andfraying-model-computational-testbedare expected before runningjustinit.
This template now uses a split maintenance model:
-
Authoritative session protocols live centrally in
standards/session-management-standards. -
This repo keeps only thin local integration (Justfile aliases, local hooks, coordination bindings, and repo-local checks).
-
Runtime session artifacts are generated per working repository in
.session/.
Canonical command model:
-
intakerepo<path> -
checkpointchange<path> -
verifymaintenance<path> -
verifysubstantial<path> -
verifyrelease<path> -
closeplanned<path> -
closeurgent<path> -
recoverrepo<path> -
handoverfull<path> -
handoversplit<path> -
handovermodel<path> -
handoverhuman<path>
Local binding files in this template:
-
session/dispatch.sh -
session/custom-checks.k9 -
session/local-hooks.sh -
session/README.md -
coordination.k9
Run just session-help for local aliases.
The template keeps a verified interface seam split:
-
ABI (Idris2):
src/interface/Abi/*.idr -
FFI (Zig):
src/interface/ffi/src/*.zig -
Generated artifacts:
src/interface/generated/
| Path | Purpose |
|---|---|
|
Machine-readable policy and project metadata. |
|
Thin local bindings to central session-management standards. |
|
Local coordination wiring to canonical session commands. |
|
Human-facing technical and governance documentation. |
|
ABI/FFI/generated seam scaffolding. |
|
Proof and verification scaffolding. |
-
AUDIT — local audit gate summary
-
EXPLAINME — template claim-to-implementation map
-
session/README.md — session binding usage
-
docs/governance/README.adoc — governance docs index
-
CONTRIBUTING
-
SECURITY