AGENTS.md@packages/trueforge-core/src/agent-session/store · git:20260816.f29d9ab · 2026-08-16 · sha256 544c5bc84faf61c5

AGENTS.md@packages/trueforge-core/src/agent-session/store git:20260816.f29d9abA

Immutable. This exact content is served forever at /api/v1/blob/544c5bc84faf61c5.

- `ISessionStore` is the session/turn persistence contract (no streaming/SSE); Postgres, SQLite, and `InMemorySessionStore` MUST implement it, and shared behavior MUST live in `storeContractSuite.ts` (backend wrappers only bind a store).
- Changing an `ISessionStore` method, input, error, or semantic MUST update the interface, every implementation, and the contract suite in the same change.
- Path filters for the `store` filter in `.github/workflows/ci.yml` MUST stay synchronized when store or contract-test paths are added, moved, or renamed.