ce8b5dc86d
- Extract tool instance lifecycle endpoints (start/stop/restart/delete) from api/tool/tool_instances.py into new api/tool/tool_lifecycle.py. - Register tool_lifecycle_router in main.py and api/tool/__init__.py. - Extract inline WorkspaceDetailPage components into components/features/workspace/: detail header, tab bars, file/git/tools/settings panels. Slim page from ~446 to ~62 lines. - Update OpenSpec reorganize-long-files tasks to reflect completed work and current source state; mark change completed. - Regenerate project maps. Quality gates: python3 -m py_compile (backend clean), npm run typecheck, npm run lint, npm test -- --run (87 passed), pytest workspace integration and unit tests (27 passed, 1 skipped).
1.0 KiB
1.0 KiB
apps/web/src/pages (index)
dir: apps/web/src/pages
role
Contains top-level React page components that serve as route endpoints for the web application's primary feature areas, each handling a distinct domain of the workspace management platform.
parent
index: apps/web/src/.pi-map.index.md map: apps/web/src/.pi-map.md
children
files
- ConfigProfilesPage.tsx
- DashboardPage.test.tsx
- DashboardPage.tsx
- GitHistoryPage.tsx
- GitRepositoriesPage.tsx
- PlaceholderPage.tsx
- ProfilePage.tsx
- ProjectSettingsPage.tsx
- ProjectsPage.test.tsx
- ProjectsPage.tsx
- SessionsPage.tsx
- SettingsPage.tsx
- SshKeysPage.tsx
- TerminalPage.tsx
- ToolWorkshopPage.tsx
- WorkspaceDetailPage.test.tsx
- WorkspaceDetailPage.tsx
- WorkspacesPage.tsx
links
index: apps/web/src/pages/.pi-map.index.md map: apps/web/src/pages/.pi-map.md
workflows
- change pages behavior read: ConfigProfilesPage.tsx, DashboardPage.tsx, GitHistoryPage.tsx
- update pages tests read: DashboardPage.test.tsx, ProjectsPage.test.tsx, WorkspaceDetailPage.test.tsx