Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,3 +146,13 @@ bash-it search docker
- Examples: `${BASH_VERSION-}`, `${HOME-}`, `${PATH-}`
- Critical for variables checked in conditionals: `if [ -n "${BASH_VERSION-}" ]`
- This defensive practice ensures scripts work regardless of user's shell options

## Project Planning & Roadmaps

Strategic planning documents are maintained in `docs/plans/`:

- **[Quick Reference](docs/plans/bash-it-quick-reference.md)** - TL;DR summary of current issues and action items
- **[Comprehensive Issue Analysis](docs/plans/bash-it-issues-comprehensive-analysis.md)** - Detailed breakdown of all open issues with categorization and recommendations
- **[2025 Roadmap](docs/plans/bash-it-roadmap-2025.md)** - 6-month technical debt reduction plan with phases and success metrics

These documents guide ongoing maintenance, issue triage, and code quality improvements.
Loading
Loading