Skip to content

Commit d6a5c81

Browse files
committed
docs: add glossary
1 parent 93f4041 commit d6a5c81

1 file changed

Lines changed: 33 additions & 0 deletions

File tree

docs/methodology/glossary.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Glossary
2+
3+
## AI-OS
4+
5+
AI Engineering Operating System. A repeatable operating model for AI-assisted software engineering.
6+
7+
## Loop
8+
9+
A controlled cycle of plan, work, verify, and improve.
10+
11+
## Verifier
12+
13+
A check that provides evidence. Examples: build, tests, lint, link check, review, or benchmark.
14+
15+
## Fan-out
16+
17+
Splitting analysis across specialist roles.
18+
19+
## Fan-in
20+
21+
Combining specialist outputs into one coherent plan.
22+
23+
## Human approval gate
24+
25+
A checkpoint before public, risky, costly, or broad work.
26+
27+
## Project memory
28+
29+
Durable notes that preserve decisions, lessons, conventions, and recurring failure patterns.
30+
31+
## Canonical docs
32+
33+
The repository `/docs` tree. Wiki pages are navigation mirrors.

0 commit comments

Comments
 (0)