@seanyao/roll 3.610.2 → 3.611.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +48 -0
- package/README.md +25 -14
- package/dist/roll.mjs +2856 -1410
- package/package.json +1 -1
- package/skills/roll-loop/SKILL.md +3 -0
package/package.json
CHANGED
|
@@ -35,6 +35,9 @@ Load when configuring, explaining, or operating Roll autonomous backlog executio
|
|
|
35
35
|
- Loop never cuts a release autonomously.
|
|
36
36
|
- Fail-loud and PAUSE beat silent fallback.
|
|
37
37
|
|
|
38
|
+
- NEVER run `git push` or `gh pr create` yourself inside a loop cycle: the RUNNER owns publish — it pushes the branch, opens the PR, and runs the attest/peer gates first. A self-published PR bypasses every gate (FIX-245: the runner adopts it and logs a discipline breach, but the gates have already been jumped). Finish your TCR commits and stop; publishing is not your step.
|
|
39
|
+
循环内严禁自己 push/开 PR——发布由 runner 负责(先过闸再出门);自开 PR = 跳闸违纪。
|
|
40
|
+
|
|
38
41
|
## Gotchas
|
|
39
42
|
|
|
40
43
|
- Loop dispatches backlog items; it must not merge releases or bypass human-on-the-loop decisions.
|