From cb5eb3fe42de5f6988facd5190fc14cc5698222b Mon Sep 17 00:00:00 2001 From: artale Date: Sun, 5 Jul 2026 14:20:17 +0200 Subject: [PATCH] =?UTF-8?q?docs:=20add=20definitive=20truth=20block=20to?= =?UTF-8?q?=20quarantine=20=E2=80=94=20single=20source=20of=20truth?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This block replaces the 5 competing memory claims with verified facts: - 19 containers (not 25) - /deploy is POST-only with auth (not 'doesnt exist') - auto_patch_proven=false (proof hashes in other repo) - Port corrections: hermes-voice 18901, openhands 3010, forgejo 3020 - 7 not-running containers documented --- .../stale-memory-quarantine-20260702.json | 32 ++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) diff --git a/docs/receipts/stale-memory-quarantine-20260702.json b/docs/receipts/stale-memory-quarantine-20260702.json index c7fea72..5371b3e 100644 --- a/docs/receipts/stale-memory-quarantine-20260702.json +++ b/docs/receipts/stale-memory-quarantine-20260702.json @@ -74,5 +74,35 @@ "explicit approval + fresh valid ZTE/factory gate receipt" ], "decision": "quarantined", - "deployAttempted": false + "deployAttempted": false, + "definitiveTruth": { + "containers": 19, + "phase": 4, + "agents": 6, + "infra": 14, + "monitoring": 5, + "skills": 63, + "deployAuth": "8099 POST /deploy with Authorization header forwarding to 8098 deploy-webhook", + "autoPatchProven": false, + "autoPatchReason": "Proof hashes (55bdf3f, fd3053b, 02fc745) are in pi-real-engineering repo, NOT in fable-agent. auto_patch_proven=false in committed code.", + "ollamaType": "Bare metal systemd (not Docker). Was 127.0.0.1 loopback, now fixed to 0.0.0.0:11434.", + "portCorrections": { + "hermes-voice": "18901 (not 18790)", + "openhands": "3010 (not 3003)", + "forgejo": "3020 (not 3030)" + }, + "notRunningContainers": [ + "scanner", + "prometheus", + "grafana", + "node-exporter", + "agent-sandbox", + "scanner_postgres", + "mock-llm" + ], + "testStatus": "295 passing, 69 files", + "receiptCount": 27, + "quarantineClaims": 9, + "lastCommit": "6b182d1" + } } \ No newline at end of file