Project documentation for tunacode.
documentation/
├── agent/ # Agent architecture and workflows
│ ├── TOOLS_WORKFLOW.md
│ ├── agent-inspo.md
│ └── main-agent-architecture.md
├── configuration/ # System configuration docs
│ ├── config-file-example.md
│ └── logging-configuration.md
├── development/ # Development practices
│ ├── codebase-hygiene.md
│ ├── hatch-build-system.md
| ├── performance-optimizations.md
│ └── prompt-principles.md
│── user/ # user guides
│── getting-started.md
│── commands.md
│── tools.md
General project documentation for features, architecture, and best practices.
- Hatch Build System - Complete guide to using Hatch for development and building.
- Configuration File Example - Complete example of
~/.config/tunacode.jsonwith all available settings. - Performance Optimizations - Major performance improvements and optimization strategies.