Summary
Type: SPIKE — re-audit prior gut areas for lingering UI remnants.
The recent UI remnants audit focused on thinking / skills / plugins / providers / onboarding / Pi-orchestrator. Adjacent gut areas from earlier PRs were NOT re-audited and may have left orphan state, types, or i18n in ui/src/.
Scope — gut areas to re-audit
Approach
For each gut area:
- Identify distinctive terms from the gut PR
grep -rn '{term}' ui/src/ — classify each hit as LIVE / ORPHAN / DEAD WIRING
- Record findings in audit doc
Deliverable
Per-area report (either confirmed clean or a list of remnants with classification). For remnants, follow-up cleanup issue(s).
AC
Typed exception
SPIKE — AC is the audit outcome.
Context
Post-#2336 UI remnants audit was focused on user-provided subsystems (thinking, skills, plugins, etc.). These adjacent gut areas were not in scope but likely have parallel patterns.
Summary
Type: SPIKE — re-audit prior gut areas for lingering UI remnants.
The recent UI remnants audit focused on thinking / skills / plugins / providers / onboarding / Pi-orchestrator. Adjacent gut areas from earlier PRs were NOT re-audited and may have left orphan state, types, or i18n in
ui/src/.Scope — gut areas to re-audit
SECTION_META.modelsalready flagged?Approach
For each gut area:
grep -rn '{term}' ui/src/— classify each hit as LIVE / ORPHAN / DEAD WIRINGDeliverable
Per-area report (either confirmed clean or a list of remnants with classification). For remnants, follow-up cleanup issue(s).
AC
Typed exception
SPIKE — AC is the audit outcome.
Context
Post-#2336 UI remnants audit was focused on user-provided subsystems (thinking, skills, plugins, etc.). These adjacent gut areas were not in scope but likely have parallel patterns.