@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.
- package/package.json +1 -1
- package/plugin/.claude-plugin/plugin.json +1 -1
- package/plugin/.github/plugin/plugin.json +1 -1
- package/plugin/meta/ase-constitution.md +2 -1
- package/plugin/meta/ase-control.md +63 -0
- package/plugin/meta/ase-persona.md +1 -0
- package/plugin/meta/ase-skill.md +1 -62
- package/plugin/package.json +1 -1
- package/plugin/skills/ase-arch-analyze/SKILL.md +8 -5
- package/plugin/skills/ase-arch-discover/SKILL.md +1 -0
- package/plugin/skills/ase-code-analyze/SKILL.md +1 -0
- package/plugin/skills/ase-code-craft/SKILL.md +71 -95
- package/plugin/skills/ase-code-explain/SKILL.md +7 -4
- package/plugin/skills/ase-code-insight/SKILL.md +8 -5
- package/plugin/skills/ase-code-lint/SKILL.md +1 -0
- package/plugin/skills/ase-code-refactor/SKILL.md +74 -98
- package/plugin/skills/ase-code-resolve/SKILL.md +92 -111
- package/plugin/skills/ase-meta-changes/SKILL.md +1 -0
- package/plugin/skills/ase-meta-chat/SKILL.md +1 -0
- package/plugin/skills/ase-meta-commit/SKILL.md +1 -0
- package/plugin/skills/ase-meta-evaluate/SKILL.md +1 -0
- package/plugin/skills/ase-meta-persona/SKILL.md +1 -0
- package/plugin/skills/ase-meta-quorum/SKILL.md +1 -0
- package/plugin/skills/ase-meta-search/SKILL.md +1 -0
- package/plugin/skills/ase-meta-why/SKILL.md +1 -0
- package/plugin/skills/ase-task-delete/SKILL.md +1 -0
- package/plugin/skills/ase-task-edit/SKILL.md +6 -4
- package/plugin/skills/ase-task-id/SKILL.md +1 -0
- package/plugin/skills/ase-task-implement/SKILL.md +6 -4
- package/plugin/skills/ase-task-list/SKILL.md +1 -0
- package/plugin/skills/ase-task-preflight/SKILL.md +11 -8
- package/plugin/skills/ase-task-reboot/SKILL.md +6 -4
- 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
|
|
153
|
-
`Skill
|
|
154
|
-
order to *delete* the updated
|
|
155
|
-
processing the current skill once the
|
|
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**
|
|
@@ -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
|
|
176
|
-
`Skill
|
|
177
|
-
in order to *edit* the updated
|
|
178
|
-
processing the current skill once the
|
|
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
|
|
186
|
-
`Skill
|
|
187
|
-
in order to *implement* the
|
|
188
|
-
|
|
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
|
|
168
|
-
`Skill
|
|
169
|
-
in order to *edit* the updated
|
|
170
|
-
processing the current skill once the
|
|
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**
|