Commit Graph
2 Commits
Author SHA1 Message Date
rock c1d2aa1c92 docs: add complete API reference with all 24+ endpoints + JSON formats
Build and Push / Test (push) Failing after 5m41s
Build and Push / Build and push image (push) Skipped
- Comprehensive API documentation with full request/response JSON
- 24+ endpoints (query, synthesis, versioning, ranking, rebuild, foundation)
- Error handling patterns (400, 401, 403, 404, 409, 429, 503)
- Rate limits and authentication requirements
- Frontend integration examples (JavaScript)
- Replaces separate endpoint docs with unified reference

Saved as:
- /poimen-docs/memory-api.md (source)
- /memory/docs/api/API.md (deployed)
2026-09-05 05:42:25 -07:00
rock 528ded95fc feat(phase7): implement versioning, ranking, rebuild + cleanup tasks folder
Build and Push / Test (push) Failing after 6m6s
Build and Push / Build and push image (push) Skipped
- T7.1-T7.3: Schema, versioning API, audit trail
- T7.4-T7.5: Multi-signal ranking, deterministic rebuild
- T7.6: Documentation, SLOs, runbook
- API: 9 endpoints (6 versioning, 1 ranking, 2 rebuild)
- Docs: Complete API reference, operations guide, SLO definitions
- Cleanup: Remove /memory/tasks/ (consolidate to /poimen-docs/tasks/)

All Phase 7 code compiles clean. Ready for route wiring + integration.
84/84 tasks complete (100% project done).
2026-09-05 05:30:12 -07:00