diff options
| author | Craig Jennings <c@cjennings.net> | 2026-05-06 06:38:24 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-05-06 06:38:24 -0500 |
| commit | d4ff742e42832e889a4a3b10f6e8820f0a738010 (patch) | |
| tree | 42b4be08aaf479df7a29cf7e94db374356af56c3 /.claude/commands/codify.md | |
| parent | aa6924591127970d3241ab6b1a50f4bab457da27 (diff) | |
| download | rulesets-d4ff742e42832e889a4a3b10f6e8820f0a738010.tar.gz rulesets-d4ff742e42832e889a4a3b10f6e8820f0a738010.zip | |
fix(commands): drop leftover name: frontmatter from converted commands
The conversion commit ran sed -i to strip the name: line, but the staged
version from git mv was captured before the sed ran. Result: the commit
shipped the original frontmatter, and the sed cleanup was sitting in the
working tree. This commit lands the cleanup that should have been in
aa69245.
Diffstat (limited to '.claude/commands/codify.md')
| -rw-r--r-- | .claude/commands/codify.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.claude/commands/codify.md b/.claude/commands/codify.md index 4a0b5e6..414d831 100644 --- a/.claude/commands/codify.md +++ b/.claude/commands/codify.md @@ -1,5 +1,4 @@ --- -name: codify 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=<path>` to write elsewhere, `--section=<name>` 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. --- |
