From f332b2169d47d0c7bb9847e4ecf299197803c860 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Tue, 26 May 2026 13:34:18 -0500 Subject: feat(commands): let the agent invoke codify, refactor, and respond-to-cj-comments I dropped disable-model-invocation from these three commands, the same one-line change I made to start-work. They were user-only, so the agent couldn't run them as a workflow step. Now the agent can invoke them through the Skill tool and I can still type the slash command. The remaining flagged commands stay user-only for now. --- .claude/commands/codify.md | 1 - 1 file changed, 1 deletion(-) (limited to '.claude/commands/codify.md') diff --git a/.claude/commands/codify.md b/.claude/commands/codify.md index 45e7415..28d8c5f 100644 --- a/.claude/commands/codify.md +++ b/.claude/commands/codify.md @@ -1,6 +1,5 @@ --- description: Codify concrete, actionable insights from recent session work into the project's `CLAUDE.md` so they survive across sessions and compound over time. Harvests patterns that worked, anti-patterns that bit, API gotchas, specific thresholds, and verification checks. Filters against quality gates (atomic, evidence-backed, non-redundant, verifiable, safe, stable). Writes into a dedicated `## Codified Insights` section rather than scattering entries. Use after a productive session, a bug fix that revealed a non-obvious pattern, or an explicit review where you want learnings preserved as rules. Supports `--dry-run` to preview, `--max=N` to cap output, `--target=` to write elsewhere, `--section=` to override the destination section. Flags insights that look cross-project and suggests promotion to `~/code/rulesets/claude-rules/` instead. Do NOT use for session wrap-up / progress summaries (not insights), for private personal context (auto-memory handles that, not a tracked file), or for formal rules that belong in `.claude/rules/`. Informed by Agentic Context Engineering (ACE, arXiv:2510.04618) — grow-and-refine without context collapse. -disable-model-invocation: true --- # Codify -- cgit v1.2.3