feat(core): implement Kintone Customize Manager core features
Wave 1 - Foundation: - Add shared TypeScript type definitions (domain, kintone, version, ipc) - Implement storage module with safeStorage encryption - Implement Kintone REST API client with authentication - Add IPC handlers for all features - Expose APIs via preload contextBridge - Setup Zustand stores for state management Wave 2 - Domain Management: - Implement Domain store with IPC actions - Create DomainManager, DomainList, DomainForm components - Connect UI components to store Wave 3 - Resource Browsing: - Create SpaceTree component for browsing spaces/apps - Create AppDetail component for app configuration view - Create CodeViewer component with syntax highlighting Wave 4 - Deployment: - Create FileUploader drag-and-drop component - Create DeployDialog with step-by-step deployment flow - Implement deployment IPC handler with auto-backup Wave 5 - Version Management: - Create VersionHistory component - Implement version storage and rollback logic Wave 6 - Integration: - Integrate all components into main App layout - Update main process entry point - Configure TypeScript paths for renderer imports
This commit is contained in:
14
.sisyphus/boulder.json
Normal file
14
.sisyphus/boulder.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"active_plan": "C:\\dev\\workspace\\kintone\\kintone-customize-manager\\.sisyphus\\plans\\core-features.md",
|
||||
"started_at": "2026-03-11T17:02:21.927Z",
|
||||
"session_ids": ["ses_322268b6dffeAXa5zf6vxOGLAh"],
|
||||
"plan_name": "core-features",
|
||||
"agent": "atlas",
|
||||
"worktree_path": "C:\\dev\\workspace\\kintone\\kintone-customize-manager",
|
||||
"progress": {
|
||||
"completed_waves": 4,
|
||||
"total_waves": 6,
|
||||
"status": "in_progress",
|
||||
"last_updated": "2026-03-12T01:45:00.000Z"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user