Files
timmy-config/docs/ops-status-template.md
Alexander Payne 00c322595f
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
feat: add canonical ops status packet — truth pass
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
2026-04-29 07:34:01 -04:00

1.4 KiB

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:

# 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:

  • Template defined and documented
  • Script generates reproducible packet
  • First packet posted to #478
  • Stale reference correction: verify default model string appears consistently