adf1837c24
1. Router configuration
- Add registry-driven routes for shadow-run and models
- Routes: /model-ops/shadow-runs, /model-ops/models
- Detail routes: /model-ops/shadow-runs/:runId, /model-ops/models/:modelId
- KBX screenId metadata for registry lookup
2. E2E Tests (Playwright)
- kbx-shadow-runs.spec.ts (11 test cases)
* List display and pagination
* Filtering by status
* Detail navigation and display
* Validation summary
* Keyboard shortcuts (F3, Ctrl+N, Escape, Ctrl+E)
* Empty state handling
* Filter persistence
- kbx-models.spec.ts (14 test cases)
* List with grid and summary badges
* Phase and active status filtering
* Detail navigation
* Activation requirements display
* Lifecycle phase visualization
* Configuration display
* Validation history table
* Keyboard shortcuts
* Status indicators
* Quick filter badges
* Back navigation
3. Test Coverage
- Happy path workflows (list → detail)
- Filtering and search
- Keyboard navigation
- Error states
- Data persistence
Ready for:
- `pnpm dev` local testing
- `pnpm e2e` Playwright test execution
- `pnpm build` production build
All 4 KBX tasks now complete:
✅ Task E: Page components (4 Vue pages)
✅ Task F: TanStack Query integration (2 composables)
✅ Task G: Router + E2E tests (25 test cases)
✅ BONUS: Documentation + memory updates
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>