13 Commits

Author SHA1 Message Date
Hermes Agent
f55f31a6d9 feat: implement Spotlight Krate Creation workflow
- Add type-to-trigger Spotlight with keyboard (any character)
- Add canvas click to open Spotlight
- Implement keyboard navigation (↑↓ Enter Esc)
- Add keyboard shortcut handlers and spotlight store
- Create useSpotlight hook with fuzzy search
- Create mock Kubernetes resources for initial testing
- Implement krate creation with collision detection
- Add Quick Actions (all pods, services, deployments, namespaces)
- Create Spotlight with filter chips and result rendering
- Add Spotlight state management with setQuery, setFilter, setSel
- Include design specs (Krates.dc.html, server.js, support.js)
2026-06-16 12:27:47 -04:00
Hermes Agent
adcd8ddd39 fix: Final TypeScript fixes and dependencies
Signed-off-by: Hermes Agent <hermes@nosuchhost>
2026-06-16 09:22:18 -04:00
Hermes Agent
caa1e723a4 fix: Final TypeScript fixes
Signed-off-by: Hermes Agent <hermes@nosuchhost>
2026-06-16 09:15:33 -04:00
Hermes Agent
986c09ce55 fix: Final TypeScript fixes
Signed-off-by: Hermes Agent <hermes@nosuchhost>
2026-06-16 09:14:40 -04:00
Hermes Agent
c51940c508 fix: Final TypeScript fixes
Signed-off-by: Hermes Agent <hermes@nosuchhost>
2026-06-16 09:13:48 -04:00
Hermes Agent
ca25d3862d fix: Resolve remaining TypeScript errors
Signed-off-by: Hermes Agent <hermes@nosuchhost>
2026-06-16 09:12:53 -04:00
Hermes Agent
6bc05a76b0 fix: Resolve TypeScript errors
Signed-off-by: Hermes Agent <hermes@nosuchhost>
2026-06-16 09:01:21 -04:00
Hermes Agent
89bc5e8c15 docs: Finalize all design documents
Signed-off-by: Hermes Agent <hermes@nosuchhost>
2026-06-16 09:00:33 -04:00
Hermes Agent
76f0fb4b09 docs: Add comprehensive README 2026-06-16 08:53:57 -04:00
Hermes Agent
27779ba26f Backend: API handlers, WebSocket manager, K8s client, CRDT, auth 2026-06-16 08:53:24 -04:00
Hermes Agent
33c6648b84 Initial skeleton: React/TS frontend + Go backend structure 2026-06-16 08:51:55 -04:00
Hermes Agent
78f19cde7d feat: Add comprehensive design documentation for Krates
- Canvas: Infinite zoomable workspace with LOD and navigation
- Spotlight: Fuzzy search with type filters and view shortcuts
- Krate: Window group container with non-overlapping placement
- Detail Window: YAML/Describe/Logs/Shell views with maximize
- Top Bar: Cluster info, user presence, admin toggle
- Admin Drawer: Multi-user presence and spectate functionality
- Minimap: Browse and navigate canvas overview
- Collection Window: List/tree views with filtering and sorting
- Shell/Logs: Real-time terminal and log streaming
- Backend: Go service with K8s API, WebSocket handlers, CRDT sync
- Architecture: Full project structure and tech stack
v0.1.0-design
2026-06-16 08:32:47 -04:00
b31fa3cde5 Initial commit 2026-06-16 08:32:01 -04:00