-
Notifications
You must be signed in to change notification settings - Fork 1
docs: enroll Agent Zero + Archon in living-docs tracking, mark superseded docs #2449
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
742f36d
97917a0
88d4137
7b5d948
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -105,6 +105,45 @@ tracked: | |
| severity: P2 | ||
| description: "A2UI Renderer (port 8107) — Remotion animation engine for creator pipeline" | ||
|
|
||
| # ── Agent Zero integration ───────────────────────────────────────────── | ||
| # Enrolled 2026-08-06. Previously untracked — which is why this integration's | ||
| # docs drifted from its code unnoticed. Two other docs | ||
| # (.claude/context/agent-zero-orchestration.md, pmoves/docs/TAC/TAC_AGENT_ZERO.md) | ||
| # documented an /mcp/* API and an agent.zero.* / agent.task.* NATS family that | ||
| # were never implemented, including copy-pasteable curl and `nats sub` commands | ||
| # that cannot work. Those are retired in the companion commit. | ||
| # | ||
| # Severity P2 (warn, do not gate) is deliberate: freshness is measured from | ||
| # last-commit date, and AGENT_ZERO_API.md is already outside budget. Enrolling | ||
| # at P1 would fail CI the moment this merges. Promote to P1 after a refresh | ||
| # pass brings them inside budget. | ||
| - path: pmoves/docs/operations/AGENT_ZERO_API.md | ||
| freshness_days: 30 | ||
| severity: P2 | ||
| description: "Agent Zero live-state API — probed from /openapi.json; canonical endpoint reference for the outer supervisor (:8080)" | ||
| - path: pmoves/services/agent-zero/README.md | ||
| freshness_days: 60 | ||
| severity: P2 | ||
| description: "Agent Zero service README — env vars, build (upstream agent0ai base + PMOVES overlay), make targets" | ||
|
|
||
| # ── Archon integration ───────────────────────────────────────────────── | ||
| # Enrolled 2026-08-06, same root cause. Archon 0.6.0 (#2217) replaced the | ||
| # Python service with a TypeScript/Bun app on a single port (3090, /api/health), | ||
| # but four untracked docs still described the pre-0.6.0 Python/Supabase | ||
| # split-port architecture and nothing reconciled them against the code. | ||
| - path: pmoves/docs/handoffs/ARCHON_MINT_CONTRACT_REVIEW.md | ||
| freshness_days: 60 | ||
| severity: P2 | ||
| description: "Archon mint-contract current state — archon.mint.* implementation + registration gaps; authoritative over the mint-agent command doc" | ||
|
Comment on lines
+134
to
+137
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
When contributors use this entry as the authoritative current state, the referenced document incorrectly says the mint schemas and Useful? React with 👍 / 👎. |
||
|
|
||
| # ── Cross-service health-endpoint truth ──────────────────────────────── | ||
| # The doc that would have caught the Archon blackbox probe pointing at a dead | ||
| # port and path (#2448). Untracked until now. | ||
| - path: pmoves/docs/operations/SERVICE_HEALTH_ENDPOINTS.md | ||
| freshness_days: 90 | ||
| severity: P2 | ||
| description: "Per-service health endpoint truth — reference for compose healthchecks and Prometheus blackbox probes" | ||
|
|
||
|
|
||
| # ============================================================================ | ||
| # Renderable entries (Lane 2228, 2026-08-02) | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When an operator follows this newly promoted live-API reference, its copyable
/mcp/executeexamples send{"name": ...}even thoughMCPExecuteRequestinpmoves/services/agent-zero/main.pyrequirescmd, so both examples receive a 422 response. The document also redirects readers to.claude/context/mcp-api.mdas the canonical specification, although that file still documents the same nonexistent/mcp/health,/mcp/agents, and/mcp/subordinate/createsurface being retired here; refresh this target and retire the conflicting reference before making it the recommended API source.Useful? React with 👍 / 👎.