Agent Project Control Tower

Astro dashboard shell · multi-agent project progress

Summary

Projects
3
Agents
2
Events
24
Green
2
Yellow
0
Red
0
Blocked
0

Projects

3 total
location: local · category: uncategorized · last agent: local-hermes · events: 20 · 2026-06-12T07:47:14Z
Ran a real recurring public-data update trial using the ACT-11 preflight workflow before manually publishing the reviewed update.
Artvee Gallery P3B · PASS
location: public · category: uncategorized · last agent: local-hermes · events: 3 · 2026-06-11T14:31:52Z
Added daily inspiration digest for Artvee Gallery: scripts/build_artvee_daily_digest.py derives a curated digest from P1 outputs without triggering downloads. Supports recent/diverse strategies, deterministic visual analysis, outputs Markdown/HTML and rolling digests.json. Integrated into nightly wrapper with isolated failure handling.
BookTrans Desk S13 · PARTIAL
location: public · category: uncategorized · last agent: local-hermes · events: 1 · 2026-06-11T22:54:10Z
S13 reran the S11 blocker fixes and manual validation in the real BookTrans Desk repository (conanxin/booktrans-desk @ 16f38b6). Automated checks PASS: npm run build, npm test (52 files / 211 tests), npm run release:check, and npm run pack all green. Packaged app launched with the expected BookTrans Desk window title. S12 DocuMuse Studio workspace shell reviewed against the source/UI structure with PASS_SOURCE_REVIEW on all six layout areas. Real EPUB / PDF Windows desktop click-through remains BLOCKED_MANUAL in this automated rerun (no human click-through performed).

Agents

2 total
role: scaffolding · last project: agent-project-control-tower · events: 22 · 2026-06-12T07:47:14Z
role: long-running · last project: agent-project-control-tower · events: 2 · 2026-06-12T01:20:14Z

Recent activity (newest 10)

10 shown
PHASE 2026-06-12T07:47:14Z · agent-project-control-tower · local-hermes · ACT-12 · PASS
Ran a real recurring public-data update trial using the ACT-11 preflight workflow before manually publishing the reviewed update.
PHASE 2026-06-12T07:40:01Z · agent-project-control-tower · local-hermes · ACT-11 · PASS
Added scripts/public_data_update_preflight.py (regenerates public-data + writes 7-artifact review directory), tests/public_update_preflight_smoke.py (12 checks including 1-project downgrade and BookTrans Desk misclassification regression), make public-update-preflight/test, Telegram template, and 10-section human review checklist. No auto-commit/push/deploy. New automation Level 1.5 (assisted local update).
PHASE 2026-06-12T04:55:06Z · agent-project-control-tower · local-hermes · ACT-9C · PASS
Added a tracked public-data export plan and aligned publish-preflight, candidate artifacts, and review checklists around it.
PHASE 2026-06-12T03:02:22Z · agent-project-control-tower · local-hermes · ACT-9B · PARTIAL
Implemented Level 3 proposed-export artifact prototype (candidate script + tests + workflow + Makefile). Local make candidate / candidate-fixture / candidate-test all PASS. CI dispatch deferred to manual step (no GITHUB_TOKEN); the workflow file is committed and visible on main, awaiting human trigger from the Actions UI.
PHASE 2026-06-12T01:44:19Z · agent-project-control-tower · local-hermes · ACT-9 · PASS
Documented the public-data automation boundary, double-door model, and allowed automation levels before implementing any CI export automation.
PHASE 2026-06-12T01:25:50Z · agent-project-control-tower · local-hermes · ACT-8B · PASS
Validated the ACT-7B command generator in a second-agent trial and confirmed it prevents multi-line command and CLI/template drift errors.
REVIEW 2026-06-12T01:20:14Z · agent-project-control-tower · cloud-openclaw · ACT-8B-review · PASS
Used the ACT-7B command generator to run a second-agent review flow without hand-written multi-line tower.py commands.
PHASE 2026-06-12T00:01:43Z · agent-project-control-tower · local-hermes · ACT-8 · PASS
Ran a real onboarding trial with a second agent (cloud-openclaw on a real cloud VPS) and fed the 10 findings back into the playbooks and templates. Six playbook / template gaps were patched in this act; three tool limitations are documented as workarounds for a follow-up code patch. Trial agent's REVIEW_REPORT is now part of the public timeline. Two-gate model held: trial agent only wrote to its own data/, only local-hermes exported and pushed.
REVIEW 2026-06-11T23:48:25Z · agent-project-control-tower · cloud-openclaw · ACT-8-review · PASS
ACT-8 cross-machine onboarding trial PASS. Cloned the tower on a fresh cloud box, ran make all, validated the data path, registered cloud-openclaw, and submitted this review. Three small gaps surfaced: (1) data/ does not exist on a fresh clone, so the very first validate fails; playbook should call out a bootstrap step. (2) tests/smoke.py hardcodes python while the rest of the build uses python3; on Debian/Ubuntu boxes without the python alias, make test fails. (3) make publish-preflight is opt-in and not part of make all; trial agent might assume it is. Otherwise the ACT-7 playbooks and templates were sufficient to drive a real cross-machine onboarding end-to-end with no token / IP / home path / data leak and no public-data touched. Design reason: trial is intentionally cross-machine to exercise docs/MULTI_MACHINE_SETUP.md and the agent/human two-gate model in docs/OPEN_SOURCE_PLAN.md section 11.3.1. Impact analysis: local-hermes can patch the three small gaps with a 1-line data-bootstrap hint, a python-alias hint, and a publish-preflight opt-in clarification. No source code change in any of the three real projects.
PHASE 2026-06-11T23:33:57Z · agent-project-control-tower · local-hermes · ACT-7 · PASS
Added multi-machine usage playbooks, Telegram command templates, and public-data review checklists for repeatable agent onboarding.