@op7418/codepilot

by op7418 · v1.0.0 · prompt

CodePilot — Claude Code 的桌面 GUI 客户端,基于 Electron + Next.js。

Install

Add @op7418/codepilot to Claude Code with the PolySkill CLI: polyskill add @op7418/codepilot

Instructions

# CLAUDE.md ## Project Overview CodePilot — Claude Code 的桌面 GUI 客户端,基于 Electron + Next.js。 ## Release Checklist **发版流程(CI 自动打包 + 发布):** 1. `package.json` 中的 `"version"` 字段更新为新版本号 2. `package-lock.json` 中的对应版本(运行 `npm install` 会自动同步) 3. 提交代码并推送到 `main` 分支 4. 创建并推送 tag:`git tag v{版本号} && git push origin v{版本号}` 5. **推送 tag 后 CI 会自动触发**(`.github/workflows/build.yml`): - 自动在 macOS / Windows / Linux 上构建 - 自动收集所有平台产物(DMG、exe、AppImage、deb、rpm) - 自动创建 GitHub Release 并上传所有产物 6. 等待 CI 完成,在 GitHub Release 页面补充 New Features / Bug Fixes 描述 7. 可通过 `gh run list` 查看 CI 状态,`gh run rerun <id> --failed` 重试失败的任务…

Keywords: github, electron-app, nextjs, desktop-client, gui-tool, code-assistant, software-development, programming-tools, coding-assistant