58 lines
1.9 KiB
Markdown
58 lines
1.9 KiB
Markdown
|
|
# Platform Governance
|
||
|
|
|
||
|
|
**Cross-Cutting Governance for Landvex & quiXzoom**
|
||
|
|
|
||
|
|
| | |
|
||
|
|
|---|---|
|
||
|
|
| **Version** | 1.0 |
|
||
|
|
| **Status** | DRAFT |
|
||
|
|
| **Scope** | All Landvex & quiXzoom products, AI agents, and human contributors |
|
||
|
|
|
||
|
|
---
|
||
|
|
|
||
|
|
## Purpose
|
||
|
|
|
||
|
|
This directory contains governance that spans design, engineering, product, and AI. It is not design-specific (see `/docs/design`) nor engineering-specific (see `/docs/architecture`).
|
||
|
|
|
||
|
|
## Contents
|
||
|
|
|
||
|
|
| Document | Status | Description |
|
||
|
|
|----------|--------|-------------|
|
||
|
|
| `AI_GOVERNANCE.md` | ⏳ | Rules for AI agent behavior, decision rights, escalation |
|
||
|
|
| `DESIGN_GOVERNANCE.md` | ✅ | Document hierarchy, review gates, version control |
|
||
|
|
| `PRODUCT_GOVERNANCE.md` | ⏳ | Product decision framework, roadmap gates |
|
||
|
|
| `REVIEW_PROCESS.md` | ⏳ | How design reviews, code reviews, and AI reviews work |
|
||
|
|
| `QUALITY_GATES.md` | ⏳ | Definition of done, acceptance criteria, release criteria |
|
||
|
|
| `RELEASE_GOVERNANCE.md` | ⏳ | Release process, versioning, rollback |
|
||
|
|
| `DECISION_FRAMEWORKS.md` | ⏳ | When to use DDR, ADR, RFC, and other decision records |
|
||
|
|
|
||
|
|
## Relationship to Other Directories
|
||
|
|
|
||
|
|
```
|
||
|
|
/docs
|
||
|
|
├── /architecture → Engineering constitution, system design
|
||
|
|
├── /design → Design system, components, tokens
|
||
|
|
├── /platform → Cross-cutting governance (this directory)
|
||
|
|
└── /products → Product-specific documentation
|
||
|
|
```
|
||
|
|
|
||
|
|
**Rule:** If a decision affects multiple domains, it belongs in `/docs/platform`. If it is domain-specific, it belongs in the relevant directory.
|
||
|
|
|
||
|
|
## Status
|
||
|
|
|
||
|
|
This directory is a placeholder for future governance. Current priority is completing the design system (see `/docs/design/RELEASE_DEFINITION.md`).
|
||
|
|
|
||
|
|
---
|
||
|
|
|
||
|
|
## ÄNDRINGSHISTORIA
|
||
|
|
|
||
|
|
| Version | Datum | Beskrivning |
|
||
|
|
|---------|-------|-------------|
|
||
|
|
| 1.0 | 2026-07-02 | Initial placeholder for platform governance |
|
||
|
|
|
||
|
|
---
|
||
|
|
|
||
|
|
## STATUS
|
||
|
|
|
||
|
|
**DRAFT — Under development**
|