agentic-resources/tests
tegwick 586ed90948 session-memory Phase 0: ingest cursor + sweep entrypoint + config (T06)
- session_memory/core/cursor.py: size/mtime change detection sidecar
- session_memory/config.toml: store paths, retention caps, per-source
  globs (claude on, codex/grok off for Phase 1), repo->domain map
- session_memory/ingest.py: discover->normalize->store->digest->evict;
  --dry-run creates/writes nothing; python -m session_memory.ingest
- tests/test_ingest.py; live dry-run parsed 84/85 real local sessions

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-06 21:41:59 +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_digest.py session-memory Phase 0: session digest + outcome heuristic (T04) 2026-06-06 20:03:04 +02:00
test_ingest.py session-memory Phase 0: ingest cursor + sweep entrypoint + config (T06) 2026-06-06 21:41:59 +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