mirror of
https://github.com/thedotmack/claude-mem.git
synced 2026-09-20 04:23:02 +08:00
c2d023d722
* feat(ccs-align): Phase 2 rules alignment — house → project → seat conflict walk Walk house → project → seat layers, detect four conflict classes (SHADOW_HOUSE, DENY_ALLOW, DRIFT, CLOCK_HEADER), emit an append-only rules-report.md, and optionally apply SHADOW_HOUSE leaf patches when CLAUDE_MEM_CCS_ALIGN_PATCH_SHADOWS=true. - CcsAlignRulesWalker.ts: cascade rules checklist (not a parser), layer walk with MISS recording, conflict detection, atomic report append, gated shadow patch with forbidden-target guards - 26 tests covering all four conflict classes, patch on/off, standing/always/never safety, MISS on absent paths, append-only report, edge cases - SKILL.md updated with Phase 2 docs, conflict table, programmatic usage, cadence note (every 6th hour), and verification greps Implements plans/2026-09-09-ccs-align.md §2.1–2.3. No Focus, no attention trough, no .cas compiler, no history deletes. Co-authored-by: Alex Newman <thedotmack@users.noreply.github.com> * chore: bump version to 13.24.4 Co-authored-by: Alex Newman <thedotmack@users.noreply.github.com> --------- Co-authored-by: Cursor Agent <cursoragent@cursor.com> Co-authored-by: Alex Newman <thedotmack@users.noreply.github.com>