This directory separates active development files from immutable releases, evidence, reviews, and historical archives.
workspace/— active source tree, deployment runners, tests, and working evidence.releases/v1/throughreleases/v4/— immutable candidate archives, checksum files, and manifests.evidence/phase-b0/— preserved Phase B0 evidence, including the two v3 failed runs.evidence/v4-local-gate/— successful local V4 verification output.evidence/historical-logs/— older standalone HADA audit logs.reviews/— review reports, handoffs, and execution-gate documents.archives/— historical bundles and source archives.archives/packages/— complete verified package snapshots.archives/legacy-project-package/— package retained from the earlier backup-style layout.
The current candidate is releases/v4/HADA-M1-gcp-candidate-v4.zip.
SHA-256:
d5582879cba20d92881ba013c68c4b9df3f9e36a3d0ce22aaad0a53bd33856ac
Candidate v3 remains preserved with SHA-256:
7d969ee44874837a584dcd3363dd4c72c0816fc46d3054300a896d0a37686204
The canonical active HADA M1 source tree is
workspace/deploy-v4/HADA-M1-durable-orchestrator/. This follows the layout
above (workspace/ is active) and the current-release declaration (v4).
The candidate/ and workspace/inspection/ trees, plus ZIP files under
archives/, releases/, and workspace/, are retained candidates,
inspection copies, or immutable archives—not additional active sources.
Inventory and compare the tracked source-of-truth files without modifying any copy or archive:
python3 scripts/check_hada_consistency.py --root .The command exits 1 when any discovered source tree's pyproject.toml or
Dockerfile differs from the canonical tree, and lists ZIP archive members
for manual review. It is intentionally report-only and non-destructive.
Run local tests from workspace/:
cd workspace
bash tests/phase-b/run_all.sh
shellcheck -S error scripts/*.sh tests/phase-b/*.sh tests/static/*.shThe production runners retain fail-closed defaults. When deliberately using
this relocated working copy, explicitly set HADA_PHASE_B0_DEPLOY_DIR or
HADA_PHASE_B_DEPLOY_DIR to the absolute workspace/ path. Phase B0 and
Phase B deployment still require separate explicit authorization.
HADA_V4_LOCAL_GATE_PASS_AWAITING_PHASE_B0