Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 1.24 KB

File metadata and controls

35 lines (28 loc) · 1.24 KB

@documentation

Project documentation for tunacode.

Directory Structure

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

Purpose

General project documentation for features, architecture, and best practices.

Quick Links