Keep verdicts persist as keep rules; exact-path singleton keeps allowed #51
Labels
No Label
P0
P1
P2
P3
afk-ready
hitl
next
ready-for-agent
review
semi
waiting
wayfinder:grilling
wayfinder:map
wayfinder:research
wayfinder:task
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: jared/cc-os#51
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Map: #49
Question
Should judge "keep" assessments become normal keep rules in .dochygiene-rules.json, or live in a separate assessments artifact — and what about single files that don't generalize to a pattern?
Resolved: reuse keep rules — no separate assessments artifact for keeps. A judge 'keep' verdict persists as a normal
lifetime: keeprule (glob + note) in the existingrulesarray; matched = managed already removes covered files from the calibrate pool, and staleness is free (the glob covers future files like any rule). Singleton files judged fine persist as exact-path keep entries — e.g.{ "glob": "docs/research/clutter-pattern-inventory.md", "lifetime": "keep", ... }. This requires a scoped relaxation of the 'rule is the CLASS, never the PATH' quality test: it exists to prevent bad DELETION rules, so exact-path/instance globs become allowed for keep-tier entries only, and stay forbidden for temporary/delete-once-served. Decided in wayfinder charting 2026-07-15.