We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d89f4dd commit eb35942Copy full SHA for eb35942
1 file changed
templates/README.md
@@ -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