Active Proposals¶
Changes to the rig follow a docs-first workflow:
- Write the proposal with diagrams in this section
- Create a PR — the docs site preview shows the change
- Team reviews the proposal (architecture, trade-offs, effort)
- Approved → create implementation issues
- Implemented → move proposal to architecture docs
Current Proposals¶
| Proposal | Status | Effort |
|---|---|---|
| Session Recovery (Prime) | Proposed | Small |
| Pre-Tool Guards | Proposed | Small |
| Agent Identity Attribution | Proposed | Small |
| Centralized Hooks Config | Proposed | Medium |
| Escalation with Severity Routing | Proposed | Medium |
How to Create a Proposal¶
- Create a new
.mdfile indocs-site/docs/proposals/ - Use YAML frontmatter (title, description)
- Include Mermaid diagrams for before/after flows
- Add to the nav in
mkdocs.yml - PR to rig-gitops