@juancr11/sibu 0.9.1 → 0.9.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@juancr11/sibu",
3
- "version": "0.9.1",
3
+ "version": "0.9.2",
4
4
  "description": "CLI for setting up a local AI-augmented development workflow.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -1,5 +1,5 @@
1
1
  {
2
- "templateVersion": "75",
2
+ "templateVersion": "76",
3
3
  "templates": {
4
4
  "AGENTS.md": {
5
5
  "version": "25",
@@ -130,10 +130,10 @@
130
130
  ]
131
131
  },
132
132
  "skills/scrum-master-planner/SKILL.md": {
133
- "version": "9",
133
+ "version": "10",
134
134
  "description": "Mandatory Scrum planner skill for creating pragmatic Epics and User Stories from approved feature and technical design docs.",
135
135
  "changes": [
136
- "Makes the GitHub export gate mandatory after local Scrum planning, requiring agents to check available GitHub MCP capabilities and either ask for export, report skipped export, or report created issues."
136
+ "Removes label creation and label assignment from Scrum planning GitHub issue export while keeping the mandatory GitHub export gate and native sub-issue requirements."
137
137
  ]
138
138
  },
139
139
  "skills/ai-implementation-planner/SKILL.md": {
@@ -214,7 +214,7 @@ Before finishing, verify:
214
214
 
215
215
  After all local Epic and User Story files are written, you must run the GitHub export gate before the final response. This gate is mandatory whenever Scrum planning creates or updates local Epic or User Story files.
216
216
 
217
- Do not skip the gate because the user did not mention GitHub. Do not assume GitHub MCP is unavailable. Explicitly check whether GitHub MCP tools are available for issue creation, label creation, issue ID access, and native sub-issue mutation.
217
+ Do not skip the gate because the user did not mention GitHub. Do not assume GitHub MCP is unavailable. Explicitly check whether GitHub MCP tools are available for issue creation, issue ID access, and native sub-issue mutation.
218
218
 
219
219
  If any required GitHub MCP capability is unavailable, do not offer GitHub export. In the final response, include a single concise note that GitHub export was skipped because the required GitHub MCP capabilities were unavailable.
220
220
 
@@ -224,15 +224,14 @@ If the required GitHub MCP capabilities are available:
224
224
  2. Ask one explicit opt-in question before any GitHub mutation: "GitHub MCP is available. Create GitHub Issues for these Epics and User Stories in the current repo?"
225
225
  3. If the user declines, perform no GitHub mutation.
226
226
  4. If the user accepts, create a fresh issue set every time. Do not search for duplicates or update existing issues.
227
- 5. Create missing labels before creating issues: `epic`, `user-story`, and `sibu-generated`.
228
- 6. Create one issue per Epic with labels `epic` and `sibu-generated`.
229
- 7. Create one issue per User Story with labels `user-story` and `sibu-generated`.
230
- 8. Attach each User Story issue as a native GitHub sub-issue of its parent Epic issue.
231
- 9. Report created issue numbers or URLs.
227
+ 5. Create one issue per Epic with no labels.
228
+ 6. Create one issue per User Story with no labels.
229
+ 7. Attach each User Story issue as a native GitHub sub-issue of its parent Epic issue.
230
+ 8. Report created issue numbers or URLs.
232
231
 
233
232
  Keep issue bodies concise and source-grounded. Include the source local doc path and relevant summary, scope, acceptance criteria, or validation notes. Do not modify local Markdown files with GitHub URLs.
234
233
 
235
- Native sub-issues are required for this export. Preserve each created User Story issue's GitHub issue `id` because native sub-issue APIs need the child issue ID, not only its issue number. If label creation, issue creation, issue ID access, or native sub-issue attachment fails or is unavailable, fail clearly and do not fall back to Markdown checklists, loose links, GitHub Projects, milestones, assignees, or status tracking.
234
+ Native sub-issues are required for this export. Preserve each created User Story issue's GitHub issue `id` because native sub-issue APIs need the child issue ID, not only its issue number. If issue creation, issue ID access, or native sub-issue attachment fails or is unavailable, fail clearly and do not fall back to labels, Markdown checklists, loose links, GitHub Projects, milestones, assignees, or status tracking.
236
235
 
237
236
  Passing the gate means exactly one of these outcomes occurred:
238
237