Skip to content

Commit eb35942

Browse files
committed
templates: add template index
1 parent d89f4dd commit eb35942

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

templates/README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Templates
2+
3+
Reusable templates for applying AI-OS to other repositories.
4+
5+
## Available templates
6+
7+
- `project-context.md` - project context file for an existing repository
8+
- `repository-context-template.md` - expanded repository context template
9+
- `agent-instructions-template.md` - starter AGENTS.md file
10+
11+
## Template loop
12+
13+
```mermaid
14+
flowchart TD
15+
A[Choose template] --> B[Copy to target repo]
16+
B --> C[Fill with evidence]
17+
C --> D[Run verifier]
18+
D --> E[Commit]
19+
```

0 commit comments

Comments
 (0)