Skip to content

Commit b21c86c

Browse files
abrichrclaude
andcommitted
fix: Resolve MkDocs broken links in production-execution-design.md
- Fix broken link to architecture-evolution.md (./docs/ -> ../) - Add explicit anchor IDs to all numbered section headings to ensure TOC links work correctly with MkDocs strict mode Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent fcef4c8 commit b21c86c

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

docs/design/production-execution-design.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ This document addresses a critical gap in the OpenAdapt architecture: the **EXEC
2727

2828
---
2929

30-
## 1. Problem Statement
30+
## 1. Problem Statement {#1-problem-statement}
3131

3232
### Current Architecture
3333

@@ -56,7 +56,7 @@ RECORD (capture) --> TRAIN (ml) --> EXECUTE (evals)
5656

5757
---
5858

59-
## 2. Literature Review
59+
## 2. Literature Review {#2-literature-review}
6060

6161
### 2.1 Microsoft UFO (2024-2025)
6262

@@ -173,7 +173,7 @@ RECORD (capture) --> TRAIN (ml) --> EXECUTE (evals)
173173

174174
---
175175

176-
## 3. Gap Analysis
176+
## 3. Gap Analysis {#3-gap-analysis}
177177

178178
### 3.1 What OpenAdapt Has
179179

@@ -289,7 +289,7 @@ RECORD (capture) --> TRAIN (ml) --> EXECUTE (evals)
289289

290290
---
291291

292-
## 4. Architectural Options
292+
## 4. Architectural Options {#4-architectural-options}
293293

294294
### Option A: Rename/Expand openadapt-evals
295295

@@ -425,7 +425,7 @@ openadapt-evals
425425

426426
---
427427

428-
## 5. Recommendation
428+
## 5. Recommendation {#5-recommendation}
429429

430430
### Primary Recommendation: Option B (openadapt-agent)
431431

@@ -507,7 +507,7 @@ openadapt eval run --benchmark waa # Benchmarking (unchanged)
507507

508508
---
509509

510-
## 6. README Improvement Proposal
510+
## 6. README Improvement Proposal {#6-readme-improvement-proposal}
511511

512512
### Current Issues
513513

@@ -583,7 +583,7 @@ Production automation includes:
583583
584584
- [Documentation](https://docs.openadapt.ai)
585585
- [Discord](https://discord.gg/yF527cQbDG)
586-
- [Architecture](./docs/architecture-evolution.md)
586+
- [Architecture](../architecture-evolution.md)
587587
588588
## License
589589
@@ -601,7 +601,7 @@ MIT
601601

602602
---
603603

604-
## 7. Implementation Roadmap
604+
## 7. Implementation Roadmap {#7-implementation-roadmap}
605605

606606
### Q1 2026: Foundation
607607

@@ -639,7 +639,7 @@ MIT
639639

640640
---
641641

642-
## 8. References
642+
## 8. References {#8-references}
643643

644644
### GUI Automation Frameworks
645645

0 commit comments

Comments
 (0)