Skip to content

Commit a01be36

Browse files
committed
docs: refresh README with expanded navigation
1 parent e363b4c commit a01be36

1 file changed

Lines changed: 9 additions & 4 deletions

File tree

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,21 +13,26 @@ Most AI coding workflows still behave like ad-hoc chats. AI-OS turns that into a
1313
1. set a clear goal
1414
2. fan out to specialist roles
1515
3. produce a plan
16-
4. ask for human approval when risk is meaningful
16+
4. review risk before broad changes
1717
5. implement in small reversible steps
1818
6. verify using strong gates
1919
7. update docs, memory, wiki, and roadmap
2020
8. repeat until no valuable improvement remains
2121

2222
## Start here
2323

24+
- [Documentation map](docs/README.md)
25+
- [Quickstart](docs/methodology/quickstart.md)
2426
- [Master operating manual](docs/ai-os/master-operating-manual.md)
2527
- [Continuous improvement loop](docs/methodology/continuous-improvement-loop.md)
28+
- [Definition of Done](docs/methodology/definition-of-done.md)
29+
- [Maturity model](docs/methodology/maturity-model.md)
2630
- [Mermaid diagram catalog](docs/diagrams/README.md)
2731
- [Loop catalog](docs/loops/README.md)
2832
- [Verification gates](docs/verifiers/README.md)
2933
- [Prompt templates](prompts/README.md)
3034
- [ChatGPT web operating prompt](prompts/chatgpt-web.md)
35+
- [Evaluation framework](docs/evaluations/README.md)
3136
- [Wiki home](wiki/Home.md)
3237

3338
## Everyday prompt
@@ -42,8 +47,8 @@ Load context first.
4247
Select the right loop.
4348
Fan out analysis to specialist roles.
4449
Create a plan before implementation.
45-
Ask for human approval before risky or broad changes.
46-
Implement approved work in small reversible steps.
50+
Review risk before broad changes.
51+
Implement work in small reversible steps.
4752
Verify before declaring completion.
4853
Return to the earliest failing phase when verification fails.
4954
Update docs and memory.
@@ -58,4 +63,4 @@ The goal is to make AI-assisted development visible, repeatable, auditable, and
5863

5964
## Current maturity target
6065

61-
AI-OS is moving from methodology showcase to production-grade open framework. The next milestones are governance, full wiki, CI quality gates, security posture, release process, examples, and self-improvement automation.
66+
AI-OS targets Level 5 of its maturity model: reusable prompts, task-specific loops, verifier-driven completion, governance controls, and controlled continuous improvement.

0 commit comments

Comments
 (0)