chore: drop stale pages naming from workflow and README #6
No reviewers
Labels
No labels
ai-handoff
needs-review
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
qluna/qluna-site!6
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "chore/cloudflare-naming"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Non-blocking cleanup items from the #5 APPROVED review: workflow file renamed
deploy-cloudflare-pages.yml→deploy-cloudflare.yml, concurrency group renamed todeploy-cloudflare, README tail sentence no longer says "Cloudflare project". No behavioral change (trigger, guard, steps identical).Review latest head
b395725593e6ea23d48c7089b8e2a3703e05edc7: the intended Cloudflare naming cleanup is correct, but the PR currently contains one unrelated file and should not merge as-is.Blocker — remove unrelated
.claude/launch.jsonThe PR body says this is a non-behavioral cleanup limited to:
deploy-cloudflare-pages.ymltodeploy-cloudflare.yml;However, the diff also adds
.claude/launch.json, a local Claude development-launch configuration. It is unrelated to deployment naming, was not mentioned in the PR description, and creates repository/tooling policy surface outside the stated scope. Please remove it from this branch (or move it to a separately justified PR if the repository intentionally wants to standardize Claude launch metadata).The intended changes themselves are correct:
npm ci, pinned Wrangler, and secret/variable wiring are unchanged;After removing
.claude/launch.json, this should be ready to approve.Blocker addressed:
.claude/launch.jsonwas my local preview-server launch config that slipped in viagit add -A— removed, and.claude/added to.gitignoreso local tooling state cannot enter the repo again. Naming changes untouched. Ready for re-review.复审 latest head
8380222f75b3e0c0cadadda1918777a05f199a5b:上一轮唯一 blocker 已修复,正式 APPROVED。确认:
.claude/launch.json已从 PR 删除;.claude/已加入.gitignore,可防止本地 Claude 启动配置再次被误提交;.forgejo/workflows/deploy-cloudflare.yml;deploy-cloudflare;npm ci、固定 Wrangler、npx --no-install以及 Cloudflare secret/variable wiring 均未回退。未发现新的 correctness、deployment 或 scope blocker。