1.9 KiB
1.9 KiB
Created
Created by tickets.sh create.
Plan
Implementation plan:
- Read the current target docs and authoritative code/type definitions.
- Update high-level docs in-place, keeping edits scoped to stale claims rather than broad prose rewrites.
- Mark superseded plan docs clearly when replacing them would be larger than useful.
- Validate with
./tickets.sh doctorandgit diff --check. - Review the resulting diff against the audit findings before closing.
Implementation report
Implementation report:
- Refreshed
docs/architecture.mdfor current protocol categories, session-store vs pod-store responsibilities, profile/manifest input, scope delegation, and current built-in tool categories. - Updated
docs/compaction.mdto describe same-session segment rotation andSegmentStart.compacted_frominstead of the old new-SessionId model. - Rewrote
docs/tui-keybindings.mdaround current command mode, queued input behavior, completion, task pane, andCtrl-Rrewind picker behavior. - Marked
docs/plan/llm_presistence.mdas superseded and replaced old implementation details with current-session persistence pointers. - Refreshed
docs/plan/ai-maintainer.mdanddocs/plan/maintainer-work-items.mdso currenttickets.sh+work-items/authority replaces oldTODO.md/ legacytickets/assumptions. - Updated
docs/system-prompt-template.mdfor current segment log naming (ensure_segment_head,SegmentStart) while fixing nearby stale session terminology.
Validation:
./tickets.sh doctorgit diff --check- grep sweep for the high-priority stale phrases from the audit; remaining hits are historical reports/ref docs or explicit superseded notes.