ops: add canonical ops truth pass — status packet generator and first packet
Add reusable ops status packet template and generator script. Posts concise one-screen brief covering model lane, active services, active contraction lanes, backlog hotspots, recent closures, retired items, blockers, and next contraction target. Replaces scattered status fragments. Deliverables: - scripts/ops-status-packet.py — generates packet from live config/Gitea - docs/ops-status-template.md — template and usage guidelines - reports/ops-status-2026-04-26.md — first generated packet - Fix stale vision model reference: docs/glitch-detection.md gpt-4o → qwen3:30b Acceptance criteria: ✓ reusable template posted on #478 (comment with generated packet) ✓ first packet includes model lane, services, contraction lanes, backlog, closed PRs, retired items, blockers, next target ✓ corrected stale reference in docs/glitch-detection.md Closes #882
This commit is contained in:
committed by
Alexander Payne
parent
6b387af87f
commit
3da9b0ee38
@@ -118,7 +118,7 @@ environment variables:
|
||||
```bash
|
||||
export VISION_API_KEY="your-api-key"
|
||||
export VISION_API_BASE="https://api.openai.com/v1" # optional
|
||||
export VISION_MODEL="gpt-4o" # optional, default: gpt-4o
|
||||
export VISION_MODEL="qwen3:30b" # optional, default: qwen3:30b
|
||||
```
|
||||
|
||||
For browser-based capture with `browser_vision`:
|
||||
|
||||
Reference in New Issue
Block a user