- Add communication tone preference (pedagogical/direct/coaching/adaptive) - Extend style preference to all goals at 15min threshold - Add "reset" option for mid-journey preference changes - Add "skip" shows what's being skipped - Add fallback roadmap when reference.yaml fetch fails - Add multi-LLM compatibility footnote (works on ChatGPT, Gemini, etc.) - Update reference.yaml with tone question and question_flow Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
27 lines
243 B
Text
27 lines
243 B
Text
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# Claude Code
|
|
.claude/
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Node (if any tooling added later)
|
|
node_modules/
|
|
npm-debug.log*
|
|
|
|
# Misc
|
|
*.log
|
|
*.tmp
|
|
*.bak
|
|
|
|
# Personal notes & temp files
|
|
to-ignore/
|
|
.grepai/
|
|
whitepapers/
|