bigpowers 2.7.1 → 2.7.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/.pi/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bigpowers",
3
- "version": "2.7.1",
3
+ "version": "2.7.2",
4
4
  "description": "62 skills — 61 agent skills for spec-driven, test-first software development by solo developers",
5
5
  "keywords": [
6
6
  "pi-package"
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [2.7.2](https://github.com/danielvm-git/bigpowers/compare/v2.7.1...v2.7.2) (2026-06-20)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **metrics:** add fix-rate KPI tracking to session-state ([72d76f0](https://github.com/danielvm-git/bigpowers/commit/72d76f05054c96bd995821f2f22ccd8d9d087149))
7
+
1
8
  ## [2.7.1](https://github.com/danielvm-git/bigpowers/compare/v2.7.0...v2.7.1) (2026-06-20)
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-20T19:12:53Z
6
+ **Generated:** 2026-06-20T19:14:41Z
7
7
  **Skills:** 62
8
8
 
9
9
  ---
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bigpowers",
3
- "version": "2.7.1",
3
+ "version": "2.7.2",
4
4
  "description": "61 agent skills for spec-driven, test-first software development by solo developers",
5
5
  "main": "index.js",
6
6
  "scripts": {