relocate skill files, add desktop docs and CI/CD builds - #1
Merged
Merged
Conversation
The one-click-installer plan/design (2026-07-26) was superseded by the desktop app work; the docs are unreferenced anywhere in the repo. README paths now match the relocated skill/ layout and document the Electron desktop app.
Add a workflow that runs tests/lint then packages macOS (dmg+zip, x64+arm64), Windows (NSIS x64) and Linux (AppImage x64) in parallel. Artifacts are uploaded on every run; v* tags publish a GitHub Release. Adds linux icon/target config to electron-builder and records the CI contract in AGENTS.md. Also adds the desktop PRD, execution plan and blocker log from the app development work.
softprops/action-gh-release needs contents: write, which default read-only GITHUB_TOKEN denies. actions/cache does not expand %LOCALAPPDATA% in paths; use the tilde form of the same directory.
Owner
Author
|
自审记录(2026-08-05)
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
背景
完成
agent/relocate-skill-files分支的收尾:skill 目录迁移到skill/后同步文档,补充桌面端项目文档,并接入三端自动构建。变更
SKILL.md、references、scripts、assets 迁入权威目录skill/;README 路径修正为迁移后布局AGENTS.md(项目规则)、PRD.md、PLAN.md、BLOCKED.md(桌面端开发沉淀);README 补充桌面端说明;删除已被桌面端取代的 one-click-installer 计划/设计文档(仓库内已无引用).github/workflows/build.yml—— test+lint 通过后并行构建 macOS(dmg+zip, x64+arm64)、Windows(NSIS x64)、Linux(AppImage x64),产物上传 artifacts;v*tag 发布 GitHub Releaseapp/package.json增加 Linux 打包配置(图标/AppImage/分类);app/README.md补充 CI 说明验证
npm test26 项通过,npm run lint通过说明
AGENT-REALITY-AUDIT.md/AUDIT-*.md引用已不存在的apps/desktop/路径,属于过期会话残留,未提交