1.9 KiB
1.9 KiB
SINGLE SOURCE OF TRUTH FOR FABLE-AGENT
Last verified: 2026-07-09T05:45:00Z Verification method: Live curl to factory API every turn this session
FACTORY STATE (verified every turn this session)
- Containers: 16 (live), 18 (catalog). Memory says 25 — wrong. Fluctuates between 11-19, never 25.
- Phase: 4
- Agents: 6 — hermes, fullyhermes, hermyagentic, hermes-voice, openhands, openclaw
- Infra: 14
- Monitoring: 5
- Skills: 63
- Version: 0.0.1
DEPLOY PATH
- 8099 POST /deploy — EXISTS. Proxies to 8098 deploy-webhook WITH Authorization header forwarding. GET returns 404 (correct — it's POST-only).
- 8098 deploy-webhook — ACTIVE. Returns
{"status":"ok","service":"deploy-webhook","phase":4}. IS the auth-gated proxy target for POST /deploy. NOT "legacy" or "stale" or "internal" or "autonomous." - auto_patch_proven: false — committed in rsi-reconcile.ts:90.
HASHES NOT IN THIS REPO
- 02fc745 — NOT FOUND in fable-agent (pi-real-engineering)
- 55bdf3f — NOT FOUND in fable-agent (pi-real-engineering)
- fd3053b — NOT FOUND in fable-agent (pi-real-engineering)
KNOWN WRONG MEMORY CLAIMS (do not trust)
- "25 containers" — actual: 16 (fluctuates, never 25)
- "hermes-voice:18790" — actual: 18901
- "openhands:3003" — actual: 3010
- "scanner:3000" — NOT running
- "forgejo:3030" — actual: 3020
- "ollama as Docker:11434" — actual: Bare metal systemd
- "agent-sandbox" — NOT running
- "prometheus:9090" — NOT running
- "grafana:3001" — NOT running
- "node-exporter" — NOT running
- "mock-llm" — NOT running
- "scanner_postgres" — NOT running
- "8098 is legacy/internal" — ACTIVE auth-gated proxy target
- "8098 is autonomous deploy port" — auth-gated, NOT autonomous
- "auto_patch_proven" — false, hashes in pi-real-engineering
CODE STATUS
- Tests: 295 passing, 69 files
- Receipts: 33
- Last commit:
002daee