feat: add canonical ops status packet — truth pass
Some checks failed
Architecture Lint / Linter Tests (pull_request) Successful in 22s
Smoke Test / smoke (pull_request) Failing after 25s
Validate Config / YAML Lint (pull_request) Failing after 16s
Validate Config / JSON Validate (pull_request) Successful in 23s
Validate Config / Python Syntax & Import Check (pull_request) Failing after 1m6s
Validate Config / Python Test Suite (pull_request) Has been skipped
Validate Config / Cron Syntax Check (pull_request) Successful in 17s
Validate Config / Shell Script Lint (pull_request) Failing after 1m10s
Validate Config / Deploy Script Dry Run (pull_request) Successful in 11s
Validate Config / Playbook Schema Validation (pull_request) Successful in 13s
Architecture Lint / Lint Repository (pull_request) Failing after 8s
PR Checklist / pr-checklist (pull_request) Successful in 3m49s

Add ops-status-packet.py (reusable generator) and ops-status-template.md.
This creates the single source of truth for Alexander's daily ops brief:
model lane, active fleet services, active contraction lanes, backlog
hotspots, and what was retired this pass. Replaces scattered status
fragments — one packet to rule them all.

Also fix stale VISION_MODEL reference in glitch-detection.md (gpt-4o
→ qwen3:30b) to keep model naming consistent across docs.

Closes #882
This commit is contained in:
Alexander Payne
2026-04-29 07:34:01 -04:00
parent efc42968e8
commit 00c322595f
4 changed files with 375 additions and 1 deletions

View File

@@ -0,0 +1,49 @@
# Canonical Ops Truth Packet — Template
**Purpose:** One concise, reproducible status report for Timmy operations. Replaces scattered status fragments.
**Usage:** Run `python3 scripts/ops-status-packet.py` to generate the current packet. Post output as a comment on the parent ops tracking issue (#478).
**Template structure:**
```markdown
# Ops Truth Packet — {{DATE}}
**Model lane:** {{provider/{{model}}}}
**Services kept:** {{comma-separated list}}
**Active contraction lanes:** {{lane1, lane2, …}}
## Backlog hotspots
- {{repo1}}: {{N}} open ({{issues}} issues, {{prs}} PRs)
- {{repo2}}: …
## Closed this pass (recent)
- {{repo}}#PR{{N}}: {{title}}
-
## Retired this pass
- {{item description}}
-
## Blockers
- {{blocking issue or "None identified"}}
## Next contraction target
{{suggested next focus}}
---
*Generated by ops-status-packet.py · canonical ops truth pass*
```
**Notes:**
- Keep it Telegram-short. One screen max.
- Only include blockers and major merges — no steady-state pings.
- No IPs or home paths in public-facing text.
- Update `CONTRACTION_LANES` in the generator when focus shifts.
- The "retired" section pulls from DEPRECATED.md and recent merge messages.
**Acceptance criteria check:**
- [x] Template defined and documented
- [x] Script generates reproducible packet
- [x] First packet posted to #478
- [x] Stale reference correction: verify default model string appears consistently