seedproject-web/agents/console
Carlos Arias 542858b1ec framework(core): split console runner into host + pluggable agent modules
Phase 1 of the standalone agent framework. Pure refactor, behaviour identical:
- host.mjs: shared runtime (route registry, one runClaudeJson/runClaudeStream
  replacing 5 inline spawns, build/git/phpCli, SSE job model, scheduler, core
  /ping /auth /logout)
- agents/{in-page-console,project-builder,web-designer,qa}.mjs: each exports
  register(host), owns its routes/triggers/persona
- server.mjs: bootstrap that loads host + registers agents
- web-designer exposes host.drainTasks; qa autofix kicks it
Verified: QA pass, Web Designer queue task, heartbeat, all endpoints.
2026-07-24 07:50:26 -04:00
..
agents framework(core): split console runner into host + pluggable agent modules 2026-07-24 07:50:26 -04:00
host.mjs framework(core): split console runner into host + pluggable agent modules 2026-07-24 07:50:26 -04:00
PLAN.md Baseline: full site build (brand, pages, DB, agent-editable) 2026-07-23 20:21:28 +00:00
server.mjs framework(core): split console runner into host + pluggable agent modules 2026-07-24 07:50:26 -04:00
SETUP.md Phase 2/3: projects media admin (galleries + Instagram) 2026-07-23 22:55:32 +00:00