Add a Claude Code adapter: one Adapter impl + adapter_for arm (crates/ssync-adapters).
Sessions live under ~/.claude/projects/**. Before trusting store-as-is, the format needs the same investigation pi got (docs/pi-format-notes.md is the template): per-session file layout, session identity, append-only determination, whether identity can be derived from path/filename alone.
If sessions turn out to live in a single database instead of per-session files, this falls under the DB-stored-agents adapter-model question instead (see that issue).
Refs: TODO.md Open #2, docs/DECISIONS.md §2 (store as opaque bytes), AGENTS.md adapter recipe.
Add a Claude Code adapter: one
Adapterimpl +adapter_forarm (crates/ssync-adapters).Sessions live under
~/.claude/projects/**. Before trusting store-as-is, the format needs the same investigation pi got (docs/pi-format-notes.md is the template): per-session file layout, session identity, append-only determination, whether identity can be derived from path/filename alone.If sessions turn out to live in a single database instead of per-session files, this falls under the DB-stored-agents adapter-model question instead (see that issue).
Refs: TODO.md Open #2, docs/DECISIONS.md §2 (store as opaque bytes), AGENTS.md adapter recipe.