Skip to content

v0.0.93

Choose a tag to compare

@markmdev markmdev released this 17 Feb 03:48
· 140 commits to main since this release

Hook Renames + Self-Learning CLAUDE.md

Renamed Hooks

7 hooks renamed to better reflect their purpose:

Old New
claude-init.py context-injector.py
post-compact-guard.py context-acknowledgment-gate.py
pre-stop-update.py stop-checklist.py
pre-compaction-sync.py token-limit-warning.py
clear-precompaction-flag.py reset-token-warning.py
injected-files-log.py save-injected-files.py
workspace-sync.py session-learner.py

Self-Learning CLAUDE.md

The session learner (formerly workspace-sync) now uses Opus 4.6 and has a second job: when the user corrects the agent's behavior, it saves the correction as a permanent instruction in the appropriate CLAUDE.md file.

  • ~/.claude/CLAUDE.md — global preferences (all projects)
  • <project>/CLAUDE.md — project-specific instructions

Corrections are written in the user's voice as direct instructions to the agent.