feat/initial-build #3
Reference in New Issue
Block a user
Delete Branch "feat/initial-build"
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?
- Switch ci.yml + deploy.yml env bindings from ${{ vars.* }} to ${{ secrets.* }}. Gitea lets you put non-sensitive Actions values in either tab, and the secrets tab was used in practice — workflow was reading the wrong context and getting empty strings. - Broaden the "no TODO markers ship" guard to accept both TODO: and legacy TBD: prefixes, matching the imprint/privacy page markers that were recently renamed. - Document the secret-vs-variable choice in OPERATOR-CHECKLIST so the next operator doesn't get tripped up by the same thing. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>