-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
53 lines (50 loc) · 2.43 KB
/
mkdocs.yml
File metadata and controls
53 lines (50 loc) · 2.43 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
site_name: AI-First Software Engineering
site_description: Technical book on AI-first software engineering governance and execution
site_author: "Autonomous Authors"
docs_dir: docs
nav:
- Home: index.md
- Preface: book/preface.md
- Chapters:
- "01. Paradigm Shift": book/chapters/01-paradigm-shift.md
- "02. Harness Engineering": book/chapters/02-harness-engineering.md
- "03. Autonomous Kernels": book/chapters/03-autonomous-kernels.md
- "04. Memory Systems": book/chapters/04-memory-systems.md
- "05. Evaluation and Traces": book/chapters/05-evaluation-and-traces.md
- "06. Agent Governance": book/chapters/06-agent-governance.md
- "07. Production AI Infrastructure": book/chapters/07-production-ai-infrastructure.md
- "99. Future Directions": book/chapters/99-future-directions.md
- Glossary: book/glossary.md
- Patterns Overview:
- Harness Design: book/patterns/harness-design-patterns.md
- Memory Architectures: book/patterns/memory-architectures.md
- Minimal Agent Loop: book/patterns/minimal-agent-loop.md
- Self-Verification Loop: book/patterns/self-verification-loop.md
- Risk-Shaped Autonomy Tiers: book/patterns/risk-shaped-autonomy-tiers.md
- Diff-to-Gates Router: book/patterns/diff-to-gates-router.md
- Scout-Then-Execute (Two-Phase Runs): book/patterns/scout-then-execute-two-phase-runs.md
- Patch Locality Budget: book/patterns/patch-locality-budget.md
- Waiver Ledger (Exceptions Are Data): book/patterns/waiver-ledger-exceptions-are-data.md
- Evidence Bundle Standard (One Artifact, Always): book/patterns/evidence-bundle-standard.md
- Failure-Signature Index: book/patterns/failure-signature-index.md
- Golden-Task Canary Suite: book/patterns/golden-task-canary-suite.md
- Replayable Trace Runs: book/patterns/replayable-trace-runs.md
- Memory Write Barrier (Verified-Only Durable Memory): book/patterns/memory-write-barrier.md
theme:
name: material
custom_dir: overrides
repo_name: rmax-ai/ai-first-software-engineering-book
repo_url: https://github.com/rmax-ai/ai-first-software-engineering-book
extra:
social:
- icon: fontawesome/solid/globe
link: https://rmax.ai
name: rmax.ai
- icon: fontawesome/brands/github
link: https://github.com/rmax-ai/ai-first-software-engineering-book
name: GitHub Repository
plugins:
- search
- mermaid2
markdown_extensions:
- mdx_truly_sane_lists