This folder contains less frequently needed documentation that is excluded from Claude Code context by default to save tokens.
- LICENSE - Project license (Apache 2.0)
- APP_AUDIT_REPORT.md - Comprehensive application audit report
- CHANGELOG.md - Version history and changes
- IMPLEMENTATION_ROADMAP.md - Development roadmap and planning
- CODE_OF_CONDUCT.md - Community guidelines and expectations
- CONTRIBUTING.md - How to contribute to the project
- DEVELOPER_GUIDE.md - Advanced development information
- TESTING_GUIDE.md - Testing practices and procedures
- TERMUX_INSTALL.md - Termux installation instructions
- TERMUX_SESSION_RECOVERY.md - Termux troubleshooting
- TERMUX_MOBILE_STRATEGY.md - Mobile platform strategy
- ARCHITECTURE_ANALYSIS.md - System architecture overview
- CONTEXT_PERSISTENCE_PROPOSAL.md - Context persistence design
- CONTEXT_GUIDE.md - Guide to context management
- CODE_MAP.md - Codebase structure map
- CONFIG_SCHEMA_UPDATES.json - Configuration schema reference
- CONTEXT_COMMANDS_IMPLEMENTATION.sh - Implementation details
- SWARM_MODE_IMPLEMENTATION.md - Swarm mode technical details
- SWARM_MODE_USER_GUIDE.md - Swarm mode user guide
- GITHUB_INTEGRATION.md - GitHub integration features
See the troubleshooting/ subfolder for specific issue fixes.
By default, these docs are ignored to save context tokens. To access them in a Claude Code session:
- Explicitly request a specific file: "Read docs/CONTRIBUTING.md"
- Temporarily lift the ban: Ask Claude to read from the docs folder
- Modify .claude/settings.json: Remove or comment out the
docs/**ignore pattern
The following remain in the repo root for immediate access:
- README.md - Project overview and main documentation
- QUICKSTART.md - Getting started quickly
- QUICK_REFERENCE.md - Quick command reference
- install.sh - Main installation script
- uninstall.sh - Main uninstallation script