Skip to content

Commit 84229a6

Browse files
committed
docs: update interface example to include pull request template and improve code formatting standards
1 parent e8f5f71 commit 84229a6

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

docs/index.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,15 @@ Here's what a codebase interface looks like in practice:
4141

4242
```
4343
my-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:**

0 commit comments

Comments
 (0)