@rse/ase 0.0.38 → 0.0.40

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.
Files changed (33) hide show
  1. package/package.json +1 -1
  2. package/plugin/.claude-plugin/plugin.json +1 -1
  3. package/plugin/.github/plugin/plugin.json +1 -1
  4. package/plugin/meta/ase-constitution.md +2 -1
  5. package/plugin/meta/ase-control.md +63 -0
  6. package/plugin/meta/ase-persona.md +1 -0
  7. package/plugin/meta/ase-skill.md +1 -62
  8. package/plugin/package.json +1 -1
  9. package/plugin/skills/ase-arch-analyze/SKILL.md +8 -5
  10. package/plugin/skills/ase-arch-discover/SKILL.md +1 -0
  11. package/plugin/skills/ase-code-analyze/SKILL.md +1 -0
  12. package/plugin/skills/ase-code-craft/SKILL.md +71 -95
  13. package/plugin/skills/ase-code-explain/SKILL.md +7 -4
  14. package/plugin/skills/ase-code-insight/SKILL.md +8 -5
  15. package/plugin/skills/ase-code-lint/SKILL.md +1 -0
  16. package/plugin/skills/ase-code-refactor/SKILL.md +74 -98
  17. package/plugin/skills/ase-code-resolve/SKILL.md +92 -111
  18. package/plugin/skills/ase-meta-changes/SKILL.md +1 -0
  19. package/plugin/skills/ase-meta-chat/SKILL.md +1 -0
  20. package/plugin/skills/ase-meta-commit/SKILL.md +1 -0
  21. package/plugin/skills/ase-meta-evaluate/SKILL.md +1 -0
  22. package/plugin/skills/ase-meta-persona/SKILL.md +1 -0
  23. package/plugin/skills/ase-meta-quorum/SKILL.md +1 -0
  24. package/plugin/skills/ase-meta-search/SKILL.md +1 -0
  25. package/plugin/skills/ase-meta-why/SKILL.md +1 -0
  26. package/plugin/skills/ase-task-delete/SKILL.md +1 -0
  27. package/plugin/skills/ase-task-edit/SKILL.md +6 -4
  28. package/plugin/skills/ase-task-id/SKILL.md +1 -0
  29. package/plugin/skills/ase-task-implement/SKILL.md +6 -4
  30. package/plugin/skills/ase-task-list/SKILL.md +1 -0
  31. package/plugin/skills/ase-task-preflight/SKILL.md +11 -8
  32. package/plugin/skills/ase-task-reboot/SKILL.md +6 -4
  33. package/plugin/skills/ase-task-view/SKILL.md +1 -0
@@ -10,6 +10,7 @@ disable-model-invocation: false
10
10
  effort: xhigh
11
11
  ---
12
12
 
13
+ @${CLAUDE_SKILL_DIR}/../../meta/ase-control.md
13
14
  @${CLAUDE_SKILL_DIR}/../../meta/ase-persona.md
14
15
  @${CLAUDE_SKILL_DIR}/../../meta/ase-skill.md
15
16
  @${CLAUDE_SKILL_DIR}/../../meta/ase-dialog.md
@@ -149,10 +150,11 @@ explicitly requested by this procedure via outputs based on a <template/>!
149
150
  </template>
150
151
 
151
152
  - If <result/> is `DELETE`:
152
- Only output the following <template/> and then use the
153
- `Skill` tool to invoke the `ase:ase-task-delete` skill in
154
- order to *delete* the updated plan. Immediately stop
155
- processing the current skill once the `Skill` tool was used.
153
+ Only output the following <template/> and then call the
154
+ tool `Skill(skill: "ase:ase-task-delete")` to invoke the
155
+ `ase:ase-task-delete` skill in order to *delete* the updated
156
+ plan. Immediately stop processing the current skill once the
157
+ `Skill` tool was used.
156
158
 
157
159
  <template>
158
160
  ⧉ **ASE**: ◉ task: **<ase-task-id/>**, ✪ plan: **<words/>** words, ▶ status: **plan implemented -- hand-off to delete task**
@@ -9,6 +9,7 @@ disable-model-invocation: false
9
9
  effort: low
10
10
  ---
11
11
 
12
+ @${CLAUDE_SKILL_DIR}/../../meta/ase-control.md
12
13
  @${CLAUDE_SKILL_DIR}/../../meta/ase-persona.md
13
14
  @${CLAUDE_SKILL_DIR}/../../meta/ase-skill.md
14
15
  @${CLAUDE_SKILL_DIR}/../../meta/ase-getopt.md
@@ -10,6 +10,7 @@ disable-model-invocation: false
10
10
  effort: xhigh
11
11
  ---
12
12
 
13
+ @${CLAUDE_SKILL_DIR}/../../meta/ase-control.md
13
14
  @${CLAUDE_SKILL_DIR}/../../meta/ase-persona.md
14
15
  @${CLAUDE_SKILL_DIR}/../../meta/ase-skill.md
15
16
  @${CLAUDE_SKILL_DIR}/../../meta/ase-dialog.md
@@ -172,20 +173,22 @@ explicitly requested by this procedure via outputs based on a <template/>!
172
173
  </template>
173
174
 
174
175
  - If <result/> is `EDIT`:
175
- Only output the following <template/> and then use the
176
- `Skill` tool to invoke the `ase:ase-task-edit` skill
177
- in order to *edit* the updated plan. Immediately stop
178
- processing the current skill once the `Skill` tool was used.
176
+ Only output the following <template/> and then call the
177
+ tool `Skill(skill: "ase:ase-task-edit")` to invoke the
178
+ `ase:ase-task-edit` skill in order to *edit* the updated
179
+ plan. Immediately stop processing the current skill once the
180
+ `Skill` tool was used.
179
181
 
180
182
  <template>
181
183
  ⧉ **ASE**: ◉ task: **<ase-task-id/>**, ✪ plan: **<words/>** words, ▶ status: **plan updated -- hand-off to edit**
182
184
  </template>
183
185
 
184
186
  - If <result/> is `IMPLEMENT`:
185
- Only output the following <template/> and then use the
186
- `Skill` tool to invoke the `ase:ase-task-implement` skill
187
- in order to *implement* the updated plan. Immediately stop
188
- processing the current skill once the `Skill` tool was used.
187
+ Only output the following <template/> and then call the
188
+ tool `Skill(skill: "ase:ase-task-implement")` to invoke the
189
+ `ase:ase-task-implement` skill in order to *implement* the
190
+ updated plan. Immediately stop processing the current skill
191
+ once the `Skill` tool was used.
189
192
 
190
193
  <template>
191
194
  ⧉ **ASE**: ◉ task: **<ase-task-id/>**, ✪ plan: **<words/>** words, ▶ status: **plan updated -- hand-off to implement**
@@ -10,6 +10,7 @@ disable-model-invocation: false
10
10
  effort: xhigh
11
11
  ---
12
12
 
13
+ @${CLAUDE_SKILL_DIR}/../../meta/ase-control.md
13
14
  @${CLAUDE_SKILL_DIR}/../../meta/ase-persona.md
14
15
  @${CLAUDE_SKILL_DIR}/../../meta/ase-skill.md
15
16
  @${CLAUDE_SKILL_DIR}/../../meta/ase-dialog.md
@@ -164,10 +165,11 @@ explicitly requested by this procedure via outputs based on a <template/>!
164
165
  </template>
165
166
 
166
167
  - If <result/> is `EDIT`:
167
- Only output the following <template/> and then use the
168
- `Skill` tool to invoke the `ase:ase-task-edit` skill
169
- in order to *edit* the updated plan. Immediately stop
170
- processing the current skill once the `Skill` tool was used.
168
+ Only output the following <template/> and then call the
169
+ tool `Skill(skill: "ase:ase-task-edit")` to invoke the
170
+ `ase:ase-task-edit` skill in order to *edit* the updated
171
+ plan. Immediately stop processing the current skill once the
172
+ `Skill` tool was used.
171
173
 
172
174
  <template>
173
175
  ⧉ **ASE**: ◉ task: **<ase-task-id/>**, ✪ plan: **<words/>** words, ▶ status: **plan updated -- hand-off to edit**
@@ -10,6 +10,7 @@ disable-model-invocation: false
10
10
  effort: low
11
11
  ---
12
12
 
13
+ @${CLAUDE_SKILL_DIR}/../../meta/ase-control.md
13
14
  @${CLAUDE_SKILL_DIR}/../../meta/ase-persona.md
14
15
  @${CLAUDE_SKILL_DIR}/../../meta/ase-skill.md
15
16