@juancr11/sibu 0.5.2 → 0.5.3

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.5.2",
3
+ "version": "0.5.3",
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": "54",
2
+ "templateVersion": "55",
3
3
  "templates": {
4
4
  "AGENTS.md": {
5
5
  "version": "22",
@@ -38,24 +38,24 @@
38
38
  ]
39
39
  },
40
40
  "skills/product-vision-writer/SKILL.md": {
41
- "version": "4",
41
+ "version": "5",
42
42
  "description": "Mandatory product vision writer skill installed once at the shared .agents/skills workspace path.",
43
43
  "changes": [
44
- "Compresses discovery and drafting guidance while preserving one-question-at-a-time discovery, output location, incomplete-input handling, and product-vision quality expectations."
44
+ "Strengthens final response rules so saved product visions report only the path unless inline review is explicitly requested."
45
45
  ]
46
46
  },
47
47
  "skills/feature-brief-writer/SKILL.md": {
48
- "version": "3",
48
+ "version": "4",
49
49
  "description": "Mandatory feature brief writer skill installed once at the shared .agents/skills workspace path.",
50
50
  "changes": [
51
- "Compresses feature-brief guidance while preserving product-vision grounding, vague-request stop behavior, minimum context requirements, and feature brief output location."
51
+ "Strengthens final response rules so saved feature briefs report only the path unless inline review is explicitly requested."
52
52
  ]
53
53
  },
54
54
  "skills/technical-design-writer/SKILL.md": {
55
- "version": "11",
55
+ "version": "12",
56
56
  "description": "Mandatory technical design writer skill installed once at the shared .agents/skills workspace path.",
57
57
  "changes": [
58
- "Tightens final responses so technical design updates report only the output path unless inline review is requested."
58
+ "Strengthens final response rules so saved technical designs report only the path and never include excerpts unless inline review is explicitly requested."
59
59
  ]
60
60
  },
61
61
  "skills/typescript/SKILL.md": {
@@ -101,17 +101,17 @@
101
101
  ]
102
102
  },
103
103
  "skills/scrum-master-planner/SKILL.md": {
104
- "version": "4",
104
+ "version": "5",
105
105
  "description": "Mandatory Scrum planner skill for creating pragmatic Epics and User Stories from approved feature and technical design docs.",
106
106
  "changes": [
107
- "Compresses Scrum planning guidance while preserving required inputs, pragmatic story splitting, output paths, sequencing rules, and UX mockup binding."
107
+ "Strengthens final response rules so generated Epics and Stories are summarized by paths and counts, not pasted inline unless explicitly requested."
108
108
  ]
109
109
  },
110
110
  "skills/ai-implementation-planner/SKILL.md": {
111
- "version": "6",
111
+ "version": "7",
112
112
  "description": "Mandatory AI implementation planner skill for turning one approved User Story into small, story-local implementation step files.",
113
113
  "changes": [
114
- "Compresses implementation-planning guidance while preserving exact story input requirements, source context, output path conventions, step-file format, and plan-quality checks."
114
+ "Strengthens final response rules so generated implementation step files are listed by path, not pasted inline unless explicitly requested."
115
115
  ]
116
116
  },
117
117
  "skills/ai-implementation-plan-executor/SKILL.md": {
@@ -129,10 +129,10 @@
129
129
  ]
130
130
  },
131
131
  "skills/ux-expert/SKILL.md": {
132
- "version": "3",
132
+ "version": "4",
133
133
  "description": "Selectable UX expert skill for UI-changing features, responsive design, flows, states, accessibility, and binding mockups.",
134
134
  "changes": [
135
- "Tightens final responses so UX spec updates report only the output path unless inline review is requested."
135
+ "Strengthens final response rules so saved UX specs report only the path and never include mockups or excerpts unless inline review is explicitly requested."
136
136
  ]
137
137
  }
138
138
  }
@@ -204,11 +204,11 @@ Before finishing, verify:
204
204
 
205
205
  ## Final response behavior
206
206
 
207
- After writing the files, briefly report:
207
+ After writing the files, final-answer with only:
208
208
 
209
209
  - the implementation plan folder path
210
210
  - the step file paths created
211
211
  - the source User Story path
212
212
  - any risks or stop conditions captured in the step files
213
213
 
214
- Do not paste the full step files unless the user asks to review them inline.
214
+ Do not paste step-file bodies, excerpts, outlines, task text, done conditions, or section summaries. Only include generated step files when the user explicitly asks for inline review in the current request.
@@ -210,6 +210,6 @@ When shaping a feature brief, prefer:
210
210
 
211
211
  ## Final response behavior
212
212
 
213
- After writing the file, briefly report the path that was created or updated. Include the full feature brief in the response only if the user asks to review it inline.
213
+ After writing the file, final-answer with only the path created or updated. Do not paste the feature brief body, excerpt, outline, or section summaries.
214
214
 
215
- If file writes are unavailable, provide the Markdown content and state that it is intended for `docs/features/<feature-slug>/feature_brief.md`.
215
+ Only include the full feature brief when the user explicitly asks for inline review in the current request. If file writes are unavailable, provide the Markdown content and state that it is intended for `docs/features/<feature-slug>/feature_brief.md`.
@@ -111,6 +111,6 @@ If the user explicitly requests a different path, use that path instead.
111
111
 
112
112
  ### 7. Final response behavior
113
113
 
114
- After writing the file, briefly report the path that was created or updated. Include the full document in the response only if the user asks to review it inline.
114
+ After writing the file, final-answer with only the path created or updated. Do not paste the document body, excerpt, outline, or section summaries.
115
115
 
116
- If file writes are unavailable, provide the Markdown content and state that it is intended for `docs/product-vision.md`.
116
+ Only include the full document when the user explicitly asks for inline review in the current request. If file writes are unavailable, provide the Markdown content and state that it is intended for `docs/product-vision.md`.
@@ -183,10 +183,10 @@ Before finishing, verify:
183
183
 
184
184
  ## Final response behavior
185
185
 
186
- After writing files, briefly report:
186
+ After writing files, final-answer with only:
187
187
 
188
188
  - the Epic directories created or updated
189
189
  - the number of Epics and User Stories
190
190
  - any source-scope items intentionally left unresolved or captured as risks
191
191
 
192
- Do not paste all generated artifacts unless the user asks to review them inline.
192
+ Do not paste artifact bodies, excerpts, outlines, story text, acceptance criteria, or section summaries. Only include generated artifacts when the user explicitly asks for inline review in the current request.
@@ -113,4 +113,6 @@ A good technical design is short, specific, and useful. It should not try to be
113
113
 
114
114
  ## Final response behavior
115
115
 
116
- After writing the file, report only the path. Do not paste the full technical design unless the user asks to review it inline.
116
+ After writing the file, final-answer with only the path created or updated. Do not paste the technical design body, excerpt, outline, or section summaries.
117
+
118
+ Only include the full technical design when the user explicitly asks for inline review in the current request.
@@ -92,4 +92,6 @@ The Binding Mockups section is authoritative for downstream work unless this UX
92
92
 
93
93
  ## Final response behavior
94
94
 
95
- After writing the file, report only the path. Do not paste the full UX spec unless the user asks to review it inline.
95
+ After writing the file, final-answer with only the path created or updated. Do not paste the UX spec body, excerpt, outline, mockups, or section summaries.
96
+
97
+ Only include the full UX spec when the user explicitly asks for inline review in the current request.