chore(repo): 移除内部 AI 协作 / 规划 / 审计文档,仅本地保留#459
Open
appergb wants to merge 1 commit into
Open
Conversation
公共仓库不再发布 CLAUDE.md / AGENTS.md / 内部 audit + roadmap + github-tracking + superpowers + windows-*-tracking 等共 45 个文件。 - 全部用 `git rm --cached`,本地仍保留以供日常协作; - `.gitignore` 加规则防止再次被 `git add` 拉回; - 用户 docs(volcengine-setup / tauri-csp / references / 图片素材) 以及 ISSUE_TEMPLATE / workflows / pull_request_template 仍保留发布。 密钥层面审计同步完成:未发现 API key / token / 私钥泄露, tauri pubkey 与 GitHub OAuth client_id 均为设计上公开值。
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
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.
Summary
CLAUDE.md/AGENTS.md/ 内部 audit / roadmap / github-tracking / superpowers / windows-*-tracking 等共 45 个文件。git rm --cached,本地仍保留以供日常协作;旧 commit / tag 里的历史不动(按只删当前版本策略)。.gitignore加规则防止再次被git add拉回。volcengine-setup/tauri-csp/references/ 图片素材)以及ISSUE_TEMPLATE/workflows/pull_request_template仍保留发布。密钥泄露审计(同步完成,未发现问题)
sk-*/ghp_*/ya29.*/AIza*/AKIA*/ SSH/RSA private key 等模式:tracked 代码 0 命中。api_key = "..."/secret = "..."字面赋值:0 命中(仅 env 变量引用)。.env/credentials.json/*.key/*.pem:当前 + 历史 均未入库。commands.rs:2698的Ov23liyv3nEucG7oMHNE是 GitHub OAuth App client_id(设计上公开)。tauri.conf.json的pubkey是 minisign 公钥(必须公开,私钥在 GitHub Secret)。删除清单
根(3)
CLAUDE.md、AGENTS.md、issue-420-wayland-plan.md.github/(17)BUILD_TEST_REPORT.md、COOPER_*.md×3、MULTI_SCALE_AUDIT.md、P1_TEST_REPORT.md、TEST_VERIFICATION.md、WATCHDOG_RISK_ANALYSIS.mdaudit-reports/system-level/*×3、finding-reports/*×4、issues/EPIC-00{1,2}-*.mddocs/(25)github-tracking/、superpowers/、windows-lifecycle-tracking/、windows-ui-tracking/Test plan
git clone验证CLAUDE.md/AGENTS.md等不再出现在工作树.gitignore阻止再git add CLAUDE.md等Notes
release-tauri.yml由 tag 触发,与文档文件无关)。