agent-orchestrator/backend
prateek 42eab57d49 refactor(storage): add compile-time port guards on *Store
Re-add the blank-identifier interface assertions lost when wiring.Adapter was
collapsed: *Store now directly satisfies ports.SessionStore and ports.PRWriter,
so prove it at the point of definition. Drift between either port and the
implementation now fails here instead of at the call sites in lifecycle_wiring
or tests.

Addresses greptile review comment on #60.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-01 03:40:33 +05:30
..
cmd/ao fix(cli): harden daemon control surface and stop CLI from writing the store 2026-06-01 01:55:14 +05:30
internal refactor(storage): add compile-time port guards on *Store 2026-06-01 03:40:33 +05:30
go.mod fix(cli): address greptile review comments 2026-06-01 01:44:43 +05:30
go.sum feat(backend): add cobra cli foundation 2026-06-01 01:44:43 +05:30
main.go feat(backend): add cobra cli foundation 2026-06-01 01:44:43 +05:30
sqlc.yaml feat(backend): SQLite storage layer + CDC pipeline, LCM/reaper wiring 2026-05-30 16:02:07 +05:30