docs: refresh for v0.7, drop completed PLAN.md#34
Merged
Conversation
The v0.7 cleanup and feature pass landed across PRs #26-33; the docs hadn't caught up. This brings them in line with the code. CLAUDE.md: - Status block calls out v0.7 (was v0.6) and lists bookmarks, timeline, unified render chrome, and skipped-scan warnings. - Main-files list adds bookmark.go, timeline.go, and updated handler / helper names (handleTimelineKey, fuzzyFilterSessions, render*Header / render*Footer pattern, layout constants). - Data Model section documents bookmarkOnly, dateFilter, timelineCursor, warnings, and how applyFilter composes the fuzzy / bookmark / date filters. - Cache-dir paragraph mentions bookmarks.json next to index.db. - Keyboard Navigation: m and M added to list mode, m to detail mode, T to list mode, plus a new Timeline mode block. - Phasing notes / repo layout add the v0.7 entries. DESIGN.md: - Status header advances to v0.7. - Phasing table gains v0.7 rows. - New "v0.7 — Cleanup and features" section under Phase 7. README.md: - Status sentence covers v0.7 features and the chrome unification. - Cache-dir line mentions bookmarks.json. - Navigation list adds m, M, T, and a Timeline row. PLAN.md is removed: every item in it is shipped. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
The v0.7 cleanup and feature pass landed across PRs #26–#33; the docs hadn't caught up. This brings them in line.
CLAUDE.mdbookmark.go,timeline.go, plus updated handler/helper names (handleTimelineKey,fuzzyFilterSessions,render*Header/render*Footerpattern, layout constants)bookmarkOnly,dateFilter,timelineCursor,warnings, and howapplyFiltercomposes the fuzzy / bookmark / date filtersm/Madded to list mode,mto detail mode,Tto list mode, plus a new Timeline mode blockDESIGN.mdREADME.mdbookmarks.jsonalongsideindex.dbm,M,T, and a Timeline rowPLAN.mddeleted — every item in it shipped.Test plan
go test -race ./...passesgo vet ./...cleangofmt -l .clean🤖 Generated with Claude Code