docs: add a review agenda and config compatibility rules
Reviewing the project used to mean re-stating what to look at every time. docs/REVIEW.md now holds that agenda once — nine areas, each anchored to this codebase — and both entry points point at it rather than copying it: the /review-project command in .claude/commands, and a section in CLAUDE.md so a plain-language review request lands in the same place. STANDARDS.md gains a "Config file compatibility" section. The project has applied the same rule three times (Theme, JobListView, TimeoutSeconds) without ever writing it down: a new Config field is omitempty and its zero value means the previous behavior, a meaningful zero is never backfilled on load, and an unrecognised enum value reads as the default through one shared helper. With no migration step and hand-editable files, that is what keeps older configs working. Also removes docs/PLAN-compact-job-list.md, implemented in edabc57 — everything but the version bump, which now waits for the release along with the rest of the Unreleased section. .claude/settings.local.json is ignored so the shared command can be tracked without per-developer permissions. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
@@ -20,6 +20,10 @@ logs/
|
||||
go.work
|
||||
go.work.sum
|
||||
|
||||
# Claude Code per-developer settings. The shared command in .claude/commands is
|
||||
# tracked; locally granted tool permissions are not.
|
||||
.claude/settings.local.json
|
||||
|
||||
# GoodSync metadata. This is intentionally kept because the directory is local
|
||||
# to the user's file synchronization setup.
|
||||
_gsdata_/
|
||||
|
||||
Reference in New Issue
Block a user