File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed
Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -41,14 +41,15 @@ Here's what a codebase interface looks like in practice:
4141
4242```
4343my-project/
44- ├── 📖 README.md # User interface - how to use the project
45- ├── 🤝 CONTRIBUTING.md # Contributor interface - how to contribute
46- ├── 🖥️ RUNBOOK.md # Operator interface - how to deploy/operate
47- ├── 🤖 AGENTS.md # AI Agent interface - how agents should interact
48- ├── 📝 TODO.md # Outstanding tasks and roadmap
49- ├── 📋 Taskfile.yml # Unified task automation interface
50- ├── ⚙️ .editorconfig # Code formatting standards
51- └── 📏 .gitattributes # Git handling rules
44+ ├── 📖 README.md # User interface - how to use the project
45+ ├── 🤝 CONTRIBUTING.md # Contributor interface - how to contribute
46+ ├── 🖥️ RUNBOOK.md # Operator interface - how to deploy/operate
47+ ├── 🤖 AGENTS.md # AI Agent interface - how agents should interact
48+ ├── 📋 TODO.md # Outstanding tasks and roadmap
49+ ├── 📝 PULL_REQUEST_TEMPLATE.md # Pull request template
50+ ├── ⚙️ Taskfile.yml # Unified task automation interface
51+ ├── 🎨 .editorconfig # Code formatting standards
52+ └── 📏 .gitattributes # Git handling rules
5253```
5354
5455** Key Benefits:**
You can’t perform that action at this time.
0 commit comments