48 lines
1.0 KiB
Markdown
48 lines
1.0 KiB
Markdown
# Decisions (ADR-Lite)
|
|
|
|
## Entry Template
|
|
|
|
```
|
|
date: YYYY-MM-DD
|
|
author: <agent|name>
|
|
scope: <files/routes/features>
|
|
type: decision
|
|
rationale: <why>
|
|
impact: <user/system/security/i18n/a11y>
|
|
status: proposed|accepted|superseded
|
|
|
|
Decision:
|
|
Consequences:
|
|
Related:
|
|
```
|
|
|
|
---
|
|
|
|
### D-001: AI Governance Bundle Structure
|
|
|
|
date: 2026-03-11
|
|
author: Cline
|
|
scope: .clinerules, ai-prompts/, context/, memory-bank/
|
|
type: decision
|
|
rationale: Establish a durable AI collaboration system aligned to repository risks and delivery model.
|
|
impact: Improves consistency, review quality, and safety for auth/i18n/public-service flows.
|
|
status: accepted
|
|
|
|
Decision:
|
|
Adopt four artifact pillars:
|
|
|
|
1. `.clinerules` for operating constraints,
|
|
2. `ai-prompts/` for reusable task templates,
|
|
3. `context/` for architecture/domain references,
|
|
4. `memory-bank/` for persistent project knowledge.
|
|
|
|
Consequences:
|
|
|
|
- AI/human contributors use a shared protocol.
|
|
- Non-trivial changes require memory-bank updates.
|
|
|
|
Related:
|
|
|
|
- `context/project-overview.md`
|
|
- `memory-bank/README.md`
|