Files
DeskClaw/build_process/process.md
Haze bad94e7e76 build(packaging): set up multi-platform packaging and CI/CD
- Add GitHub Actions workflows for CI and releases
- Create icon generation script and SVG source
- Configure electron-builder for macOS, Windows, Linux
- Add macOS entitlements for code signing
- Add Linux post-install/remove scripts
- Enhance package.json with publishing scripts
- Add artifact naming convention
2026-02-05 23:39:55 +08:00

36 lines
1.4 KiB
Markdown

# ClawX Build Process
## Progress
### Before:
* add `ClawX-项目架构与版本大纲.md`
### Completed:
* [commit_1] Project skeleton - Electron + React + TypeScript foundation (v0.1.0-alpha)
* [commit_2] Gateway refinements - Auto-reconnection, health checks, better state management
* [commit_3] Setup wizard - Multi-step onboarding flow with provider, channel, skill selection
* [commit_4] Provider configuration - Secure API key storage, provider management UI
* [commit_5] Channel connection flows - Multi-channel support with QR/token connection UI
* [commit_6] Auto-update functionality - electron-updater integration with UI
* [commit_7] Packaging and distribution - CI/CD, multi-platform builds, icon generation
### Plan:
1. ~~Initialize project structure~~
2. ~~Add Gateway process management refinements~~
3. ~~Implement Setup wizard with actual functionality~~
4. ~~Add Provider configuration (API Key management)~~
5. ~~Implement Channel connection flows~~
6. ~~Add auto-update functionality~~
7. ~~Packaging and distribution setup~~
8. Chat interface
9. Skills browser/enable page
10. Cron tasks management
## Version Milestones
| Version | Status | Description |
|---------|--------|-------------|
| v0.1.0-alpha | ✅ Done | Core architecture, basic UI framework |
| v0.5.0-beta | Pending | Setup wizard MVP, Node.js installer |
| v1.0.0 | Pending | Production ready, all core features |