feat: reorganize learning commands under /learn namespace
- Move quiz.md → learn/quiz.md (/learn:quiz) - Add learn/teach.md (/learn:teach) for step-by-step concept explanations - Add learn/alternatives.md (/learn:alternatives) for approach comparisons - Update all references in guide, README, and reference.yaml Follows Claude Code namespaced commands convention: /namespace:command → .claude/commands/namespace/command.md Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
e7e1de7ad5
commit
dab11d260c
7 changed files with 400 additions and 19 deletions
|
|
@ -33,7 +33,9 @@ deep_dive:
|
|||
learning_30day_plan: "guide/learning-with-ai.md:710"
|
||||
learning_red_flags: "guide/learning-with-ai.md:770"
|
||||
learning_mode_template: "examples/claude-md/learning-mode.md"
|
||||
quiz_command: "examples/commands/quiz.md"
|
||||
learn_quiz_command: "examples/commands/learn/quiz.md"
|
||||
learn_teach_command: "examples/commands/learn/teach.md"
|
||||
learn_alternatives_command: "examples/commands/learn/alternatives.md"
|
||||
learning_capture_hook: "examples/hooks/bash/learning-capture.sh"
|
||||
# Architecture internals (guide/architecture.md)
|
||||
architecture_master_loop: "guide/architecture.md:60"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue