Introduce a Settings view for configuring the Claude data directory (with WSL auto-detection on Windows), sidebar project grouping module, and an empty-state onboarding screen for SessionList. Refactor recap-patterns.md into per-card reference files under references/recap/ with separate retrieval and writing guides. Remove the legacy panel.html. On the data layer: incremental indexing via changedPaths, per-session live-update IPC (obelisk:session-updated), and session dirty-tracking in the renderer.
10 lines
378 B
Markdown
10 lines
378 B
Markdown
# Obelisk Recap Retrieval Patterns
|
|
|
|
Compatibility pointer.
|
|
|
|
The `/obelisk recap` flow now starts at `references/recap/overview.md`.
|
|
Do not use this as an all-in-one retrieval document. The current flow is
|
|
card-by-card: read the overview, then for each card read its `patternN-*.md`,
|
|
retrieve that card's evidence, read its `writingN-*.md`, and update the JSON
|
|
before moving on.
|