This directory contains additional documentation for the CodeQuest project.
ARCHITECTURE.md- Technical architecture and design decisions (coming soon)DEVELOPMENT.md- Development setup and guidelines (coming soon)ROADMAP.md- Project roadmap and future features (coming soon)API.md- API documentation (coming soon)
The main documentation files are located in the project root:
../CODEQUEST_SPEC.md- Complete technical specification../CLAUDE.md- AI development guide../GIT_COMMIT_STYLE_GUIDE.md- Git commit conventions../README.md- Project overview and quick start
When adding new documentation:
- Follow markdown best practices
- Include a table of contents for long documents
- Use clear, descriptive headings
- Add code examples where appropriate
- Keep documentation up-to-date with code changes