aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-04-19 14:48:04 -0500
committerCraig Jennings <c@cjennings.net>2026-04-19 14:48:04 -0500
commit8b9eb12065ef567213bd3b78f2a4617610a83aa0 (patch)
tree775129a12a7e8c36ea6bbb5badc04717f5bfd909 /Makefile
parent89a3312b51baa3f74211c27414583b9add1b802f (diff)
downloadrulesets-8b9eb12065ef567213bd3b78f2a4617610a83aa0.tar.gz
rulesets-8b9eb12065ef567213bd3b78f2a4617610a83aa0.zip
rename: memorize → codify
"memorize" implied passive storage (same mental model as auto-memory). "codify" captures the actual operation: editorial selection, specific phrasing, deliberate commit to a lasting artifact. Changes: - memorize/ → codify/ - SKILL.md: name: codify; title updated; all references changed - Default CLAUDE.md section: ## Memorized Insights → ## Codified Insights - Makefile SKILLS updated - Old ~/.claude/skills/memorize symlink removed; codify symlink created
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5f10cc0..940e705 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ SKILLS_DIR := $(HOME)/.claude/skills
RULES_DIR := $(HOME)/.claude/rules
SKILLS := c4-analyze c4-diagram debug add-tests respond-to-review review-pr fix-issue security-check \
arch-design arch-decide arch-document arch-evaluate \
- brainstorm memorize root-cause-trace five-whys
+ brainstorm codify root-cause-trace five-whys
RULES := $(wildcard claude-rules/*.md)
LANGUAGES := $(notdir $(wildcard languages/*))