Record a learning in LEARNINGS.md.
When to Use
- •After discovering a gotcha or unexpected behavior
- •When a debugging session reveals root cause
- •When finding a pattern that will help future work
Execution
bash
ctx add learning "Learning text" --context "..." --lesson "..." --application "..."
Or with just the learning text (will prompt for details):
bash
ctx add learning $ARGUMENTS
Confirm the learning was added.