Use sibling repo convention for manifesto location

Product repos find the manifesto at ../architecture/manifesto.md.
This allows the architecture repo to be a sibling of product repos.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-07 22:21:31 +01:00
parent c88304a271
commit 1dff275479
2 changed files with 24 additions and 5 deletions

View File

@@ -11,8 +11,8 @@ How to create, maintain, and evolve organizational direction at two levels: mani
| Level | Document | Purpose | Command | Location |
|-------|----------|---------|---------|----------|
| **Organization** | `manifesto.md` | Identity, shared personas, beliefs, principles | `/manifesto` | Architecture repo |
| **Product** | `vision.md` | Product-specific personas, jobs, solution | `/vision` | Product repos |
| **Organization** | `manifesto.md` | Identity, shared personas, beliefs, principles | `/manifesto` | `../architecture/` (sibling repo) |
| **Product** | `vision.md` | Product-specific personas, jobs, solution | `/vision` | Product repo root |
| **Goals** | Gitea milestones | Measurable progress toward vision | `/vision goals` | Per repo |
Product vision **inherits from and extends** the organization manifesto - it should never duplicate.
@@ -81,7 +81,7 @@ The vision defines what a specific product does. It lives in each product repo a
```markdown
# Vision
This product vision builds on the [organization manifesto](link-to-manifesto).
This product vision builds on the [organization manifesto](../architecture/manifesto.md).
## Who This Product Serves