Snider
|
f15093843b
|
feat(api): add REST endpoints for go-agentic Client
16 endpoints matching the go-agentic Client contract:
- Plans: list, get, create, update status, archive
- Phases: get, update status, checkpoint, task update, task toggle
- Sessions: list, get, start, end, continue
- Health: /v1/health ping
Routes at /v1/* with AgentApiAuth Bearer token middleware.
Permission-scoped: plans.read, plans.write, phases.write, sessions.write.
Co-Authored-By: Virgil <virgil@lethean.io>
|
2026-03-04 18:34:59 +00:00 |
|