- BDR-006: Caveman as 4th always-on plugin (output compression, sym with rtk's input compression). Full install rationale, alternatives rejected, caveats around path normalization + gitignore. - LRN-005: claude plugin install does NOT enable — explicit claude plugin enable required for ALWAYS-ON plugins. Pattern: read enabledPlugins, never hardcode plugin names in status displays. - LRN-006: caveman-shrink (and any MCP middleware proxy) needs an upstream wrapper. Bare registration fails health checks. Pattern: register under derived names (proxy-upstream), don't auto-register. - Journal: 2026-05-03 entry summarizing the session. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2.8 KiB
2.8 KiB
| type | schema | rules | |||||||
|---|---|---|---|---|---|---|---|---|---|
| journal |
|
|
Journal
2026-04-23
- Restructured tree:
tasks/→.claude/tasks/, created.claude/memory/(5 registries) +.claude/audits/. - Adapted CLAUDE.md + skills
onboard,init-project+ agentonboarder+lib/project-archetypes/dotfiles-meta.md. - Added CAPITALIZE step in
ship-feature,bugfix,hotfix,feat,commit-change+ created/closeskill for the session-end ritual. - 2nd user verify-gate caught bugs:
.gitignorewas breaking tracking (fixed in BDR-003); harden/validate dispatcher bash was broken after the audit move (LRN-002). - Audits routed to
.claude/audits/(seo/geo/harden/validate/code-clean) +MIGRATION.mdwritten for existing projects. - 9 atomic commits (
c721a36..a9606aa) via/commit-change— first real execution of Phase 4 CAPITALIZE. - Decisions logged: BDR-002, BDR-003. Learnings: LRN-002. Blockers: BLK-002.
- English-only rule enforced in all CAPITALIZE specs (commit
bfcca72); 9 existing entries retrofitted to English in follow-up commit.
2026-04-27
- Settings: switched
permissions.defaultModefrom"default"to"auto"and droppeddisableAutoMode: "disable"(BDR-004); reorganised top-level keys and addedeffortLevel: "xhigh"; removed stale rootTODO.md(already migrated to.claude/tasks/TODO.md). - Learning: Claude Code
disable*settings use the sentinel string"disable", not a boolean (LRN-003). - 3 atomic commits (
f7f033f..1421578) via/commit-change. - Animation lib autoflow added: new helper
lib/animation-lib-check.sh+ STEP 5e in/init-project(auto-install) + STEP 2.5 in/onboard(opt-in) + read-only detection inplugin-advisorPHASE 1/2/3 + signal inlib/design-gate.md+ scaffolder note.motionchosen over legacyframer-motion(BDR-005, LRN-004).
2026-05-03
- Added
JuliusBrussee/cavemanas 4th always-on plugin (BDR-006). Full install: plugin + standalone hooks + caveman-shrink MCP scaffold (snippet only, not auto-registered — proxy needs upstream wrapper, LRN-006). - Discovered two co-masking bugs:
claude plugin installdoesn't enable (LRN-005) andsession-start.shwas hardcoding "✅ ON: security-guidance rtk superpowers" regardless of actual state. Addedenable_plugin()helper +plugin_enabled()detector readingenabledPluginsfromsettings.json. Banner now reflects reality. - Side fix: doctor.sh exited under
set -euo pipefailwhen gstack/skills/ was missing — wrapped find in brace +|| true. - 3 atomic commits (
0184818..2ec7935).