remove the Automation page

Deletes the Automation and NewAutomation screens, their /automation and
/new-automation routes, the Dashboard barrel exports, the dock item (+ default
dock path), and the page-title rule. TaskRunnerModal is kept — the file browser
still uses it to run tasks on files.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-07-24 14:39:09 +00:00
co-authored by Claude Opus 4.8
parent 496f80dd5c
commit 6f7bf8df42
9 changed files with 2 additions and 581 deletions
@@ -23,7 +23,6 @@ const RULES: TitleRule[] = [
{ match: (p) => p.startsWith('/skills'), title: 'Skills' },
{ match: (p) => p.startsWith('/processes'), title: 'Processes' },
{ match: (p) => p.startsWith('/dashboards'), title: 'Dashboards' },
{ match: (p) => p.startsWith('/automation') || p.startsWith('/new-automation'), title: 'Automation' },
{ match: (p) => p.startsWith('/terminal'), title: 'Terminal' },
{ match: (p) => p.startsWith('/browser'), title: 'Browser' },
{ match: (p) => p.startsWith('/desktop'), title: 'Desktop' },