STEP35 Burn Agent
475b472929
feat(robustness): launchd daemon for context-overflow-guard — auto-summarize and commit on threshold
...
Issue #510 — [Robustness] Context overflow automation — auto-summarize and commit
Problem: Nobody watching context levels. Agent at 80%+ about to lose uncommitted work.
Solution: The context overflow guard script (bin/context-overflow-guard.py) already existed
with full logic but was never run. This adds the launchd daemon registration that makes it
run continuously as a background service.
Implementation:
- deploy/context-overflow-guard.plist — launchd plist that runs the guard as a KeepAlive daemon
- Label: ai.timmy.context-overflow-guard
- Executes: python3 /Users/apayne/.hermes/bin/context-overflow-guard.py --daemon
- Logs to: ~/.hermes/logs/context-overflow-guard.{stdout,stderr}.log
- WorkingDirectory: ~
- Script already implements all thresholds:
- 60%: sends summarization prompt to affected panes
- 80%: urgent force-commit prompt + pane restart
- Monitors ALL panes across all tmux sessions (except Alexander)
- Cycle: every 60 seconds
- State persisted to ~/.local/timmy/fleet-health/tmux-state.json
Usage:
sudo launchctl load ~/.hermes/deploy/context-overflow-guard.plist
# or copy to ~/Library/LaunchAgents/ and load
Closes #510
2026-04-29 01:25:09 -04:00
Merge Bot
2b1e395222
Merge PR #560 : deploy/gitea-a11y/custom/templates/repo/list_a11y.tmpl
2026-04-16 05:11:54 +00:00
Merge Bot
7baa599dd5
Merge PR #560 : deploy/gitea-a11y/custom/templates/custom/time_relative.tmpl
2026-04-16 05:11:50 +00:00
Merge Bot
67aa59ca04
Merge PR #560 : deploy/gitea-a11y/custom/templates/custom/header_banner.tmpl
2026-04-16 05:11:48 +00:00
Merge Bot
6282e9b657
Merge PR #560 : deploy/gitea-a11y/README.md
2026-04-16 05:11:36 +00:00
Merge Bot
ae030507ad
Merge PR #560 : deploy/gitea-a11y/deploy-gitea-a11y.sh (added)
2026-04-16 05:11:35 +00:00
Merge Bot
a7dd0eda53
Merge PR #560 : deploy/gitea-a11y/custom/templates/user/auth/signin_inner.tmpl (added)
2026-04-16 05:11:33 +00:00
Merge Bot
bb09b374ce
Merge PR #560 : deploy/gitea-a11y/custom/templates/custom/a11y_head.tmpl (added)
2026-04-16 05:11:25 +00:00
Merge Bot
1f8f1abb29
Merge PR #663 : deploy/gitea-a11y/custom/public/css/a11y-fixes.css
2026-04-16 05:10:54 +00:00
697a273f0f
fix: a11y R4 - <time> elements for relative timestamps ( closes #554 ) ( #569 )
...
Architecture Lint / Linter Tests (push) Successful in 10s
Smoke Test / smoke (push) Failing after 7s
Validate Config / YAML Lint (push) Failing after 7s
Validate Config / JSON Validate (push) Successful in 7s
Architecture Lint / Lint Repository (push) Has been cancelled
Validate Config / Playbook Schema Validation (push) Has been cancelled
Validate Config / Python Test Suite (push) Has been cancelled
Validate Config / Cron Syntax Check (push) Has been cancelled
Validate Config / Deploy Script Dry Run (push) Has been cancelled
Validate Config / Python Syntax & Import Check (push) Has been cancelled
Validate Config / Shell Script Lint (push) Has been cancelled
Merge PR #569
Co-authored-by: Timmy Time <timmy@alexanderwhitestone.ai >
Co-committed-by: Timmy Time <timmy@alexanderwhitestone.ai >
2026-04-14 22:17:39 +00:00
e091868fef
feat: auto-commit-guard — 4-layer work preservation ( #511 ) ( #525 )
...
Architecture Lint / Lint Repository (push) Has been cancelled
Architecture Lint / Linter Tests (push) Has been cancelled
Smoke Test / smoke (push) Has been cancelled
Validate Config / Python Syntax & Import Check (push) Has been cancelled
Validate Config / Python Test Suite (push) Has been cancelled
Validate Config / Shell Script Lint (push) Has been cancelled
Validate Config / Cron Syntax Check (push) Has been cancelled
Validate Config / Deploy Script Dry Run (push) Has been cancelled
Validate Config / Playbook Schema Validation (push) Has been cancelled
Validate Config / YAML Lint (push) Has started running
Validate Config / JSON Validate (push) Has started running
Merge PR #525
2026-04-14 22:16:49 +00:00
d7b905d59b
[scaffold] Add Matrix/Conduit deployment: deploy/matrix/PREREQUISITES.md
2026-04-05 06:10:58 +00:00
7872adb5a3
[scaffold] Add Matrix/Conduit deployment: deploy/matrix/scripts/bootstrap.sh
2026-04-05 06:10:57 +00:00
be7e1709f8
[scaffold] Add Matrix/Conduit deployment: deploy/matrix/element-config.json
2026-04-05 06:10:56 +00:00
4d7d7be646
[scaffold] Add Matrix/Conduit deployment: deploy/matrix/Caddyfile
2026-04-05 06:10:55 +00:00
992d754334
[scaffold] Add Matrix/Conduit deployment: deploy/matrix/conduit.toml
2026-04-05 06:10:54 +00:00
8e336c79fe
[scaffold] Add Matrix/Conduit deployment: deploy/matrix/docker-compose.yml
2026-04-05 06:10:53 +00:00
Ezra (Archivist)
1b33db499e
[matrix] Add Conduit deployment scaffold for #166 , #183
...
Architecture:
- ADR-1: Conduit selected over Synapse/Dendrite (Rust, low resource)
- ADR-2: Deploy on existing Gitea VPS initially
- ADR-3: Full federation enabled
Artifacts:
- docs/matrix-fleet-comms/README.md (architecture + runbooks)
- deploy/conduit/conduit.toml (production config)
- deploy/conduit/conduit.service (systemd)
- deploy/conduit/Caddyfile (reverse proxy)
- deploy/conduit/install.sh (one-command installer)
- deploy/conduit/scripts/backup.sh (automated backups)
- deploy/conduit/scripts/health.sh (health monitoring)
Closes #183 (scaffold complete)
Progresses #166 (implementation unblocked)
2026-04-05 04:38:15 +00:00