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:
Florian BRUNIAUX 2026-01-19 11:13:54 +01:00
parent e7e1de7ad5
commit dab11d260c
7 changed files with 400 additions and 19 deletions

View file

@ -165,5 +165,7 @@ See [examples/hooks/bash/learning-capture.sh](../hooks/bash/learning-capture.sh)
## See Also
- [Learning with AI Guide](../../guide/learning-with-ai.md) — Complete learning methodology
- [/quiz Command](../commands/quiz.md) — Test your understanding
- [/learn:quiz Command](../commands/learn/quiz.md) — Test your understanding
- [/learn:teach Command](../commands/learn/teach.md) — Step-by-step concept explanations
- [/learn:alternatives Command](../commands/learn/alternatives.md) — Compare different approaches
- [Learning Capture Hook](../hooks/bash/learning-capture.sh) — Automated insight logging