Developer
|
aee3987c24
|
refactor: extract FileBrowser and shared UI primitives (Task 1.2)
- Extract FileBrowser from inline definition in repo-workspace.tsx
- Create components/features/git/FileBrowser.tsx with module CSS
- Create reusable UI primitives: LoadingState, ErrorState, StatusBadge
- Create barrel exports for components/ui/ and components/features/git/
- Replace inline loading/error patterns in dashboard, sessions, repo-workspace
Quality gates: tsc (pass), eslint (pass)
Refs: repo-restructure Task 1.2
|
2026-06-02 19:10:33 +00:00 |
|
Developer
|
ee1fa6bee5
|
refactor: centralize types and extract seed data (Task 1.1)
- Create types/ directory with centralized domain types:
session, tool-instance, tool-type, git-repository, config-folder,
tool-config, project, user, api-response
- Remove inline type definitions from API modules;
re-export from types/ for backward compatibility
- Update state/sessions.tsx to import Session from types/session.ts
- Update all consumer components/pages to import from types/
- Extract seed_builtin_tool_types from main.py to
seeds/builtin_tool_types.py
- Create types/index.ts barrel export
Quality gates: tsc (pass), eslint (pass), Python syntax (pass)
|
2026-06-02 18:56:54 +00:00 |
|