dev-booster 1.17.1 → 1.17.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": "dev-booster",
3
- "version": "1.17.1",
3
+ "version": "1.17.2",
4
4
  "description": "Reusable AI development kit with manual boosters, governance, and project bootstrap",
5
5
  "type": "module",
6
6
  "scripts": {
@@ -32,6 +32,7 @@ These triggers execute background utility tasks and update persistent rule or st
32
32
  These triggers instantly activate specific booster behavior contracts without requiring the user to manually load the booster files. Upon invocation, immediately read the corresponding booster file in `.devbooster/boosters/` and follow its execution instructions.
33
33
 
34
34
  - **`@AutoTriage`** ➔ Activates `.devbooster/boosters/auto-triage.md` (Artifact-centered automatic engineering triage with separate Plan + Review and execution approvals).
35
+ - **`@SmartTask`** ➔ Activates `.devbooster/boosters/smart-task.md` (Lightweight triage with full investigation depth, single "pode seguir" approval, atomic plan + Builder execution, persisted artifact).
35
36
  - **`@Context`** ➔ Actives `.devbooster/boosters/context.md` (Silent Sponge context mapping).
36
37
  - **`@Coder`** ➔ Activates `.devbooster/boosters/coder.md` (Co-Creative design/writing).
37
38
  - **`@Builder`** ➔ Activates `.devbooster/boosters/builder.md` (Senior plan audit & execution).