@rse/ase 0.0.40 → 0.0.42
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/dst/ase-config.js +2 -0
- package/dst/ase-decision.js +67 -0
- package/dst/ase-kv.js +105 -6
- package/dst/ase-service.js +25 -26
- package/dst/ase-skills.js +224 -0
- package/package.json +6 -4
- package/plugin/.claude-plugin/plugin.json +1 -1
- package/plugin/.github/plugin/plugin.json +1 -1
- package/plugin/package.json +1 -1
- package/plugin/skills/ase-arch-analyze/SKILL.md +0 -1
- package/plugin/skills/ase-arch-discover/SKILL.md +44 -32
- package/plugin/skills/ase-code-analyze/SKILL.md +54 -56
- package/plugin/skills/ase-code-craft/SKILL.md +58 -21
- package/plugin/skills/ase-code-explain/SKILL.md +0 -1
- package/plugin/skills/ase-code-insight/SKILL.md +0 -1
- package/plugin/skills/ase-code-lint/SKILL.md +0 -1
- package/plugin/skills/ase-code-refactor/SKILL.md +46 -23
- package/plugin/skills/ase-code-resolve/SKILL.md +46 -34
- package/plugin/skills/ase-meta-changes/SKILL.md +0 -1
- package/plugin/skills/ase-meta-chat/SKILL.md +0 -1
- package/plugin/skills/ase-meta-commit/SKILL.md +0 -1
- package/plugin/skills/ase-meta-evaluate/SKILL.md +10 -8
- package/plugin/skills/ase-meta-quorum/SKILL.md +0 -1
- package/plugin/skills/ase-meta-search/SKILL.md +0 -1
- package/plugin/skills/ase-meta-why/SKILL.md +0 -1
- package/plugin/skills/ase-task-delete/SKILL.md +0 -1
- package/plugin/skills/ase-task-edit/SKILL.md +0 -1
- package/plugin/skills/ase-task-id/SKILL.md +0 -1
- package/plugin/skills/ase-task-implement/SKILL.md +0 -1
- package/plugin/skills/ase-task-list/SKILL.md +0 -1
- package/plugin/skills/ase-task-preflight/SKILL.md +0 -1
- package/plugin/skills/ase-task-reboot/SKILL.md +0 -1
- package/plugin/skills/ase-task-view/SKILL.md +0 -1
|
@@ -12,7 +12,6 @@ effort: high
|
|
|
12
12
|
---
|
|
13
13
|
|
|
14
14
|
@${CLAUDE_SKILL_DIR}/../../meta/ase-control.md
|
|
15
|
-
@${CLAUDE_SKILL_DIR}/../../meta/ase-persona.md
|
|
16
15
|
@${CLAUDE_SKILL_DIR}/../../meta/ase-skill.md
|
|
17
16
|
|
|
18
17
|
Evaluate Alternatives
|
|
@@ -153,13 +152,16 @@ multi-*criteria* decision matrix.
|
|
|
153
152
|
from { -2, -1, 0, +1, +2 } (from worst, over neutral, to best). Do
|
|
154
153
|
not output anything.
|
|
155
154
|
|
|
156
|
-
- Then,
|
|
157
|
-
|
|
158
|
-
<weight-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
155
|
+
- Then, calculate the ratings <rating-K/> (K=1-N) for all
|
|
156
|
+
alternatives in a single call by invoking the `decision_matrix(matrix:
|
|
157
|
+
[ [ <weight-1/>, <eval-1-1/>, ..., <eval-1-N/> ], ..., [ <weight-M/>,
|
|
158
|
+
<eval-M-1/>, ..., <eval-M-N/> ] ])` tool of the `ase` MCP service.
|
|
159
|
+
The tool returns an array of N numerical values, where the K-th
|
|
160
|
+
entry is the product-sum of all weights <weight-L/> (L=1-M) and
|
|
161
|
+
the evaluation <eval-K-L/> (L=1-M) for alternative <alternative-K/>.
|
|
162
|
+
Retain the *raw, unrounded* <rating-K/> for use in STEP 5, but
|
|
163
|
+
round <rating-K/> to 2 decimal places *for display only* when
|
|
164
|
+
emitting it in the table below. Do not output anything.
|
|
163
165
|
|
|
164
166
|
- Output the resulting *Weighted Decision Matrix* as a Markdown
|
|
165
167
|
*table* with just the following <template/> and do not output
|
|
@@ -13,7 +13,6 @@ effort: high
|
|
|
13
13
|
---
|
|
14
14
|
|
|
15
15
|
@${CLAUDE_SKILL_DIR}/../../meta/ase-control.md
|
|
16
|
-
@${CLAUDE_SKILL_DIR}/../../meta/ase-persona.md
|
|
17
16
|
@${CLAUDE_SKILL_DIR}/../../meta/ase-skill.md
|
|
18
17
|
@${CLAUDE_SKILL_DIR}/../../meta/ase-dialog.md
|
|
19
18
|
@${CLAUDE_SKILL_DIR}/../../meta/ase-getopt.md
|
|
@@ -11,7 +11,6 @@ effort: xhigh
|
|
|
11
11
|
---
|
|
12
12
|
|
|
13
13
|
@${CLAUDE_SKILL_DIR}/../../meta/ase-control.md
|
|
14
|
-
@${CLAUDE_SKILL_DIR}/../../meta/ase-persona.md
|
|
15
14
|
@${CLAUDE_SKILL_DIR}/../../meta/ase-skill.md
|
|
16
15
|
@${CLAUDE_SKILL_DIR}/../../meta/ase-dialog.md
|
|
17
16
|
@${CLAUDE_SKILL_DIR}/../../meta/ase-getopt.md
|
|
@@ -11,7 +11,6 @@ effort: xhigh
|
|
|
11
11
|
---
|
|
12
12
|
|
|
13
13
|
@${CLAUDE_SKILL_DIR}/../../meta/ase-control.md
|
|
14
|
-
@${CLAUDE_SKILL_DIR}/../../meta/ase-persona.md
|
|
15
14
|
@${CLAUDE_SKILL_DIR}/../../meta/ase-skill.md
|
|
16
15
|
@${CLAUDE_SKILL_DIR}/../../meta/ase-dialog.md
|
|
17
16
|
@${CLAUDE_SKILL_DIR}/../../meta/ase-getopt.md
|
|
@@ -11,7 +11,6 @@ effort: xhigh
|
|
|
11
11
|
---
|
|
12
12
|
|
|
13
13
|
@${CLAUDE_SKILL_DIR}/../../meta/ase-control.md
|
|
14
|
-
@${CLAUDE_SKILL_DIR}/../../meta/ase-persona.md
|
|
15
14
|
@${CLAUDE_SKILL_DIR}/../../meta/ase-skill.md
|
|
16
15
|
@${CLAUDE_SKILL_DIR}/../../meta/ase-dialog.md
|
|
17
16
|
@${CLAUDE_SKILL_DIR}/../../meta/ase-getopt.md
|