Prune auto-research presentation layers#1112
Conversation
|
Self-review findings: none. Product/architecture judgment: this PR intentionally removes the auto-research presentation stack from the kernel path: board, acceptance packet, artifact packet, public-claim boundary, showcase/frontstage projection, and related smokes/routes. The remaining path is the intended lightweight shape: generic multi-agent TUI runner, pane-local A2A tick/worker-turn, and compact frontier/evidence graph state. Product surfaces can be rebuilt later as consumers of public-safe evidence graph/frontier state instead of living inside auto-research core. Main risk: broad cleanup touches CLI/docs/smokes/dashboard route wiring. Risk is mitigated by focused auto-research smokes, py_compile, public/private scan, diff check, and the GitHub Frontstage Pages build passing. Dashboard route smoke could not be run locally because apps/dashboard has no local tsc/node_modules installed. Validation performed:
Merge decision: self-merge with owner authorization for auto-research cleanup. |
Summary
Validation
Dashboard route smoke was not run in this worktree because apps/dashboard has no local tsc/node_modules installed (
sh: tsc: command not found).