47 lines
1.2 KiB
Markdown
47 lines
1.2 KiB
Markdown
|
|
# Decision Queue
|
||
|
|
|
||
|
|
> Status: live document — decisions awaiting the founder, as prepared
|
||
|
|
> approval packages (`AutonomyPolicy.md`). Agents append; Bernd resolves.
|
||
|
|
> Resolved decisions move to the log below with outcome and date.
|
||
|
|
|
||
|
|
## Item template
|
||
|
|
|
||
|
|
```yaml
|
||
|
|
id: DEC-2026-NNN
|
||
|
|
title: ""
|
||
|
|
lane: yellow | orange | red
|
||
|
|
status: prepared | resolved | deferred
|
||
|
|
created_at: ""
|
||
|
|
needed_by: ""
|
||
|
|
attention_cost: ""
|
||
|
|
agent_recommendation: ""
|
||
|
|
evidence: []
|
||
|
|
options: [approve, reject, revise, defer]
|
||
|
|
fallback_if_no_response: ""
|
||
|
|
```
|
||
|
|
|
||
|
|
## Open decisions
|
||
|
|
|
||
|
|
### DEC-2026-001 — Ratify company canon v0
|
||
|
|
|
||
|
|
```yaml
|
||
|
|
id: DEC-2026-001
|
||
|
|
title: "Ratify company canon v0 (INTENT, AutonomyPolicy, and companion docs)"
|
||
|
|
lane: red
|
||
|
|
status: prepared
|
||
|
|
created_at: "2026-07-16"
|
||
|
|
needed_by: "2026-07-23"
|
||
|
|
attention_cost: "30 min"
|
||
|
|
agent_recommendation: "Review INTENT.md and AutonomyPolicy.md closely (they govern everything else); skim the rest. Approve with edits."
|
||
|
|
evidence:
|
||
|
|
- INTENT.md
|
||
|
|
- AutonomyPolicy.md
|
||
|
|
- history/260715-InitialExploration.md
|
||
|
|
options: [approve, reject, revise, defer]
|
||
|
|
fallback_if_no_response: "Canon stays draft; agents operate under conservative lane defaults; no external-facing artifacts produced."
|
||
|
|
```
|
||
|
|
|
||
|
|
## Resolved decisions
|
||
|
|
|
||
|
|
*(append resolved items here: id, title, outcome, date, evidence)*
|