Commit Graph

3 Commits

Author SHA1 Message Date
Ezra
9cc89886da [MUDA] Issue #350 — weekly fleet waste audit
Implements muda-audit.sh measuring all 7 wastes across the fleet:
- Overproduction: issues created vs closed ratio
- Waiting: rate-limit hits from agent logs
- Transport: issues closed-and-redirected
- Overprocessing: PR diff size outliers >500 lines
- Inventory: stale issues open >30 days
- Motion: git clone/rebase churn from logs
- Defects: PRs closed without merge vs merged

Features:
- Persists week-over-week metrics to ~/.local/timmy/muda-audit/metrics.json
- Posts trended waste report to Telegram with top 3 eliminations
- Scheduled weekly (Sunday 21:00 UTC) via Gitea Actions
- Adds created_at/closed_at to PullRequest dataclass and page param to list_org_repos

Closes #350
2026-04-07 15:05:16 +00:00
Bezalel
0d4d14b25d ops(gitea): add Ezra resurrection workflow
All checks were successful
Ezra Resurrection / resurrect (push) Successful in 3s
- Attempts health check and host-level restart via Docker nsenter
- Triggered manually or on push to this workflow file
- Part of all-hands effort to restore Ezra (#lazzyPit)
2026-04-07 03:36:50 +00:00
Ezra (Archivist)
d6741b1cf4 infra(matrix): CI validation + local integration test for #166/#183
Some checks failed
Validate Matrix Scaffold / validate-scaffold (push) Has been cancelled
- Add Gitea workflow to validate matrix scaffold on every push/PR (#183)
- Add docker-compose.test.yml for local Conduit testing (#166)
- Add test-local-integration.sh: end-to-end Hermes Matrix adapter
  proof without requiring public DNS/domain

This makes #183 self-enforcing and proves #166 is execution-ready
pending only the host/domain decision in #187.
2026-04-05 20:42:08 +00:00