You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(docs): migrate from Docusaurus to Astro+Starlight
Complete documentation site migration with the following changes:
- Migrate from Docusaurus to Astro + Starlight framework
- Add AI agents banner with sticky positioning
- Implement cascading site URL configuration for GitHub repo variable support
- Add downloads page with header/mobile navigation links
- Update theme colors to purple and fix banner/logo styling
- Add internal link and anchor checker tooling
- Transform markdown file links to page routes with rehype plugin
- Remove duplicate h1 headings across documentation
- Extract getSiteUrl to shared utility
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: docs/explanation/architecture/preventing-agent-conflicts.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,8 @@
1
1
---
2
-
sidebar_label: Preventing Agent Conflicts
2
+
title: "Preventing Agent Conflicts"
3
3
description: How architecture prevents conflicts when multiple agents implement a system
4
4
---
5
5
6
-
# Preventing Agent Conflicts
7
6
8
7
When multiple AI agents implement different parts of a system, they can make conflicting technical decisions. Architecture documentation prevents this by establishing shared standards.
Copy file name to clipboardExpand all lines: docs/explanation/architecture/why-solutioning-matters.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,8 @@
1
1
---
2
-
sidebar_label: Why Solutioning Matters
2
+
title: "Why Solutioning Matters"
3
3
description: Understanding why the solutioning phase is critical for multi-epic projects
4
4
---
5
5
6
-
# Why Solutioning Matters
7
6
8
7
Phase 3 (Solutioning) translates **what** to build (from Planning) into **how** to build it (technical design). This phase prevents agent conflicts in multi-epic projects by documenting architectural decisions before implementation begins.
0 commit comments