bigpowers 2.39.0 → 2.40.0
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/.pi/package.json +1 -1
- package/.pi/prompts/release-branch.md +7 -0
- package/.pi/skills/release-branch/SKILL.md +7 -0
- package/CHANGELOG.md +7 -0
- package/SKILL-INDEX.md +1 -1
- package/package.json +1 -1
- package/release-branch/SKILL.md +7 -0
- package/skills-lock.json +1 -1
package/.pi/package.json
CHANGED
|
@@ -44,6 +44,13 @@ git log main...HEAD --oneline | grep -vE "^[a-f0-9]+ (feat|fix|docs|style|refact
|
|
|
44
44
|
|
|
45
45
|
- [ ] Overall coverage ≥ 80%; business logic coverage ≥ 95%
|
|
46
46
|
|
|
47
|
+
### 2a. Security gate
|
|
48
|
+
|
|
49
|
+
- [ ] `specs/security/REVIEW.md` exists and is fresh (matches current branch diff)
|
|
50
|
+
- [ ] No unresolved HIGH findings with confidence ≥ 8 (or all documented in `specs/security/EXCEPTIONS.md` with sign-off rationale)
|
|
51
|
+
|
|
52
|
+
If REVIEW.md is missing or stale → run `security-review` inline. Findings block the merge unless documented in EXCEPTIONS.md.
|
|
53
|
+
|
|
47
54
|
### 3. Diff review
|
|
48
55
|
|
|
49
56
|
- [ ] All commits intentional, no secrets, CONVENTIONS.md compliance
|
|
@@ -46,6 +46,13 @@ git log main...HEAD --oneline | grep -vE "^[a-f0-9]+ (feat|fix|docs|style|refact
|
|
|
46
46
|
|
|
47
47
|
- [ ] Overall coverage ≥ 80%; business logic coverage ≥ 95%
|
|
48
48
|
|
|
49
|
+
### 2a. Security gate
|
|
50
|
+
|
|
51
|
+
- [ ] `specs/security/REVIEW.md` exists and is fresh (matches current branch diff)
|
|
52
|
+
- [ ] No unresolved HIGH findings with confidence ≥ 8 (or all documented in `specs/security/EXCEPTIONS.md` with sign-off rationale)
|
|
53
|
+
|
|
54
|
+
If REVIEW.md is missing or stale → run `security-review` inline. Findings block the merge unless documented in EXCEPTIONS.md.
|
|
55
|
+
|
|
49
56
|
### 3. Diff review
|
|
50
57
|
|
|
51
58
|
- [ ] All commits intentional, no secrets, CONVENTIONS.md compliance
|
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
# [2.40.0](https://github.com/danielvm-git/bigpowers/compare/v2.39.0...v2.40.0) (2026-06-27)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* **release-branch:** add security gate before diff review ([c861f40](https://github.com/danielvm-git/bigpowers/commit/c861f404b417d68fbc500df7b98e532c0a6d3d81))
|
|
7
|
+
|
|
1
8
|
# [2.39.0](https://github.com/danielvm-git/bigpowers/compare/v2.38.0...v2.39.0) (2026-06-27)
|
|
2
9
|
|
|
3
10
|
|
package/SKILL-INDEX.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
> **DO NOT EDIT** — This file is auto-generated by `scripts/generate-skill-index.sh`.
|
|
4
4
|
> Edit `SKILL.md` source files or `skills-lock.json` instead. Run `bash scripts/sync-skills.sh` to regenerate.
|
|
5
5
|
|
|
6
|
-
**Generated:** 2026-06-27T16:
|
|
6
|
+
**Generated:** 2026-06-27T16:41:01Z
|
|
7
7
|
**Skills:** 71
|
|
8
8
|
|
|
9
9
|
---
|
package/package.json
CHANGED
package/release-branch/SKILL.md
CHANGED
|
@@ -45,6 +45,13 @@ git log main...HEAD --oneline | grep -vE "^[a-f0-9]+ (feat|fix|docs|style|refact
|
|
|
45
45
|
|
|
46
46
|
- [ ] Overall coverage ≥ 80%; business logic coverage ≥ 95%
|
|
47
47
|
|
|
48
|
+
### 2a. Security gate
|
|
49
|
+
|
|
50
|
+
- [ ] `specs/security/REVIEW.md` exists and is fresh (matches current branch diff)
|
|
51
|
+
- [ ] No unresolved HIGH findings with confidence ≥ 8 (or all documented in `specs/security/EXCEPTIONS.md` with sign-off rationale)
|
|
52
|
+
|
|
53
|
+
If REVIEW.md is missing or stale → run `security-review` inline. Findings block the merge unless documented in EXCEPTIONS.md.
|
|
54
|
+
|
|
48
55
|
### 3. Diff review
|
|
49
56
|
|
|
50
57
|
- [ ] All commits intentional, no secrets, CONVENTIONS.md compliance
|
package/skills-lock.json
CHANGED
|
@@ -208,7 +208,7 @@
|
|
|
208
208
|
},
|
|
209
209
|
"release-branch": {
|
|
210
210
|
"description": "Make the merge/PR/keep/discard decision for a feature branch, verify coverage gates, create the PR with gh, and clean up the worktree. Use when a feature is done and ready to ship, or when user says \"release\", \"merge\", or \"open a PR\".",
|
|
211
|
-
"sha256": "
|
|
211
|
+
"sha256": "0514cbd9163e4e87",
|
|
212
212
|
"path": "release-branch/SKILL.md"
|
|
213
213
|
},
|
|
214
214
|
"request-review": {
|