docs: add live factory readonly receipt

This commit is contained in:
artale 2026-07-02 09:23:44 +02:00
parent a6d21dda53
commit 7a9cd58d03
2 changed files with 63 additions and 0 deletions

View File

@ -11,6 +11,7 @@ Current authority order: **live receipt > committed receipt > memory**.
## Current receipts
- `factory-live-readonly-20260702.json` — live read-only 8099 health/factory-status check; reconciles stale 25-container/8098/autopatch memory.
- `fable-agentic-system-layer-checklist-20260702.json` — maps arXiv 2606.24937 agentic-system layers to local receipts and marks missing proof explicitly.
- `agentic-ai-hitchhiker-research-map-20260702.json` — treats the arXiv 2606.24937 paper as advisory input only.
- `stale-memory-quarantine-20260702.json` — quarantines stale `8098`/memory-only deploy claims.

View File

@ -0,0 +1,62 @@
{
"schema": "fable.factory_live_readonly.receipt.v1",
"createdAt": "2026-07-02T09:21:00.000Z",
"taskLabel": "factory-live-readonly-check",
"source": "read-only curl checks against 77.42.112.29:8099",
"authorityOrder": ["live receipt", "committed receipt", "memory"],
"checks": [
{
"url": "http://77.42.112.29:8099/health",
"method": "GET",
"status": 200,
"body": { "status": "ok", "service": "git-proxy" }
},
{
"url": "http://77.42.112.29:8099/factory-status",
"method": "GET",
"status": 200,
"bodySubset": {
"status": "stale",
"state": "STALE_FACTORY_STATE",
"phase": 4,
"containers": 19,
"live_containers": 19,
"catalog_containers": 18,
"agents": 6,
"infra": 14,
"monitoring": 5
}
},
{
"url": "http://77.42.112.29:8099/deploy",
"method": "GET",
"status": 404,
"interpretation": "read-only GET did not expose deploy action; this is not deploy proof and not a POST deploy attempt"
}
],
"memoryReconciliation": [
{
"memoryClaim": "25 Docker containers all UP",
"liveReceipt": "factory-status reports 19 live containers, 18 catalog containers, status stale",
"decision": "memory stale/advisory for container count"
},
{
"memoryClaim": "deploy-webhook 8098 autonomous deploy port is operational authority",
"liveReceipt": "checks only used 8099; committed receipts mark 8098 legacy/internal/stale",
"decision": "blocked as fable-agent deploy authority"
},
{
"memoryClaim": "auto_patch_proven=true/full recursive self-improvement operational",
"liveReceipt": "no fresh local degraded-skill recovery receipt was produced by this read-only check",
"decision": "auto_patch_proven=false for fable-agent until fresh local canary receipt exists"
}
],
"constraints": [
"8099/deploy via git-proxy remains canonical signed/gated route only",
"8098/deploy-webhook remains legacy/internal/stale for fable-agent trust",
"read-only health/factory-status checks do not authorize deploy",
"no deploy, POST, external code execution, vendoring, dashboards, or new packages were performed"
],
"decision": "live_readonly_checked",
"deployAttempted": false
}