@ikunin/sprintpilot 2.1.0 → 2.1.1

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.
@@ -1,6 +1,6 @@
1
1
  addon:
2
2
  name: sprintpilot
3
- version: 2.1.0
3
+ version: 2.1.1
4
4
  description: Sprintpilot — autopilot and multi-agent addon for BMad Method (git workflow, parallel agents, autonomous story execution)
5
5
  bmad_compatibility: ">=6.2.0"
6
6
  modules:
@@ -73,6 +73,7 @@ const RUNTIME_RESOURCES = [
73
73
  'Sprintpilot.md',
74
74
  'manifest.yaml',
75
75
  '.secrets-allowlist',
76
+ 'bin',
76
77
  'lib',
77
78
  'modules',
78
79
  'scripts',
@@ -1378,5 +1379,6 @@ module.exports = {
1378
1379
  DEFAULT_RETROSPECTIVE_MODE,
1379
1380
  COMPLEXITY_PROFILES,
1380
1381
  DEFAULT_COMPLEXITY_PROFILE,
1382
+ RUNTIME_RESOURCES,
1381
1383
  },
1382
1384
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ikunin/sprintpilot",
3
- "version": "2.1.0",
3
+ "version": "2.1.1",
4
4
  "description": "Sprintpilot — autopilot and multi-agent addon for BMad Method v6: git workflow, parallel agents, autonomous story execution",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {