agentic-resources/tests
tegwick 06767ef924 session-memory Phase 1: Grok adapter (T02)
- adapters/grok.py: reads the per-session dir (summary.json + chat_history.jsonl
  + events.jsonl + updates.jsonl); conversation from chat_history, lifecycle/
  turn from events, tool-call names paired in order from updates ACP stream
- registered in ingest dispatch; codex+grok sources enabled in config.toml
- tests/test_grok_adapter.py (synthetic + real local sessions)
- live multi-flavor dry-run discovers 89 sessions across flavors

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-06 22:12:30 +02:00
..
test_claude_adapter.py session-memory Phase 0: normalized schema (T01) + Claude adapter (T02) 2026-06-06 19:06:10 +02:00
test_codex_adapter.py session-memory Phase 1: Codex adapter (T01) + multi-file merge (T03) 2026-06-06 21:55:32 +02:00
test_digest.py session-memory Phase 0: session digest + outcome heuristic (T04) 2026-06-06 20:03:04 +02:00
test_grok_adapter.py session-memory Phase 1: Grok adapter (T02) 2026-06-06 22:12:30 +02:00
test_ingest.py session-memory Phase 0: ingest cursor + sweep entrypoint + config (T06) 2026-06-06 21:41:59 +02:00
test_merge.py session-memory Phase 1: Codex adapter (T01) + multi-file merge (T03) 2026-06-06 21:55:32 +02:00
test_retention.py session-memory Phase 0: budget-based retention sweep (T05) 2026-06-06 21:37:40 +02:00
test_schema.py session-memory Phase 0: normalized schema (T01) + Claude adapter (T02) 2026-06-06 19:06:10 +02:00
test_store.py session-memory Phase 0: Tier1/Tier2 store (T03) 2026-06-06 19:10:02 +02:00