@rse/ase 0.9.8 → 0.9.10

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 (73) hide show
  1. package/dst/ase-getopt.js +60 -4
  2. package/dst/ase-hook.js +6 -21
  3. package/dst/ase-markdown.js +32 -11
  4. package/dst/ase-mcp.js +22 -8
  5. package/dst/ase-notify.js +32 -0
  6. package/dst/ase-service.js +5 -2
  7. package/dst/ase-setup.js +45 -131
  8. package/dst/ase-skills.js +17 -13
  9. package/dst/ase-statusline.js +8 -12
  10. package/dst/ase-task.js +12 -2
  11. package/package.json +2 -2
  12. package/plugin/.claude-plugin/plugin.json +1 -1
  13. package/plugin/.github/plugin/plugin.json +1 -1
  14. package/plugin/meta/ase-dialog.md +133 -7
  15. package/plugin/meta/ase-format-arch.md +3 -3
  16. package/plugin/meta/ase-format-spec.md +13 -4
  17. package/plugin/meta/ase-getopt.md +40 -28
  18. package/plugin/meta/ase-skill.md +69 -6
  19. package/plugin/package.json +1 -1
  20. package/plugin/skills/ase-arch-analyze/help.md +2 -2
  21. package/plugin/skills/ase-arch-discover/SKILL.md +43 -27
  22. package/plugin/skills/ase-arch-discover/help.md +1 -1
  23. package/plugin/skills/ase-code-analyze/help.md +2 -2
  24. package/plugin/skills/ase-code-craft/SKILL.md +47 -41
  25. package/plugin/skills/ase-code-craft/help.md +2 -2
  26. package/plugin/skills/ase-code-explain/help.md +1 -1
  27. package/plugin/skills/ase-code-insight/SKILL.md +5 -4
  28. package/plugin/skills/ase-code-insight/help.md +1 -1
  29. package/plugin/skills/ase-code-lint/SKILL.md +23 -14
  30. package/plugin/skills/ase-code-lint/help.md +2 -2
  31. package/plugin/skills/ase-code-refactor/SKILL.md +46 -41
  32. package/plugin/skills/ase-code-refactor/help.md +2 -2
  33. package/plugin/skills/ase-code-resolve/SKILL.md +46 -40
  34. package/plugin/skills/ase-code-resolve/help.md +3 -3
  35. package/plugin/skills/ase-docs-distill/help.md +1 -1
  36. package/plugin/skills/ase-docs-proofread/SKILL.md +21 -13
  37. package/plugin/skills/ase-docs-proofread/help.md +1 -1
  38. package/plugin/skills/ase-meta-brainstorm/SKILL.md +24 -5
  39. package/plugin/skills/ase-meta-brainstorm/help.md +1 -1
  40. package/plugin/skills/ase-meta-changelog/help.md +1 -1
  41. package/plugin/skills/ase-meta-chat/help.md +1 -1
  42. package/plugin/skills/ase-meta-commit/help.md +1 -1
  43. package/plugin/skills/ase-meta-diaboli/SKILL.md +4 -4
  44. package/plugin/skills/ase-meta-diaboli/help.md +2 -2
  45. package/plugin/skills/ase-meta-diff/SKILL.md +2 -2
  46. package/plugin/skills/ase-meta-diff/help.md +1 -1
  47. package/plugin/skills/ase-meta-evaluate/help.md +2 -2
  48. package/plugin/skills/ase-meta-persona/help.md +1 -1
  49. package/plugin/skills/ase-meta-quorum/help.md +1 -1
  50. package/plugin/skills/ase-meta-review/SKILL.md +0 -1
  51. package/plugin/skills/ase-meta-review/help.md +2 -2
  52. package/plugin/skills/ase-meta-search/SKILL.md +9 -1
  53. package/plugin/skills/ase-meta-search/help.md +1 -1
  54. package/plugin/skills/ase-meta-steelman/help.md +2 -2
  55. package/plugin/skills/ase-meta-why/SKILL.md +6 -4
  56. package/plugin/skills/ase-meta-why/help.md +1 -1
  57. package/plugin/skills/ase-task-condense/SKILL.md +5 -2
  58. package/plugin/skills/ase-task-condense/help.md +2 -2
  59. package/plugin/skills/ase-task-delete/help.md +2 -2
  60. package/plugin/skills/ase-task-edit/SKILL.md +10 -4
  61. package/plugin/skills/ase-task-edit/help.md +2 -2
  62. package/plugin/skills/ase-task-grill/SKILL.md +5 -2
  63. package/plugin/skills/ase-task-grill/help.md +3 -3
  64. package/plugin/skills/ase-task-id/help.md +2 -2
  65. package/plugin/skills/ase-task-implement/SKILL.md +5 -2
  66. package/plugin/skills/ase-task-implement/help.md +2 -2
  67. package/plugin/skills/ase-task-list/help.md +2 -2
  68. package/plugin/skills/ase-task-preflight/SKILL.md +5 -2
  69. package/plugin/skills/ase-task-preflight/help.md +2 -2
  70. package/plugin/skills/ase-task-reboot/SKILL.md +5 -2
  71. package/plugin/skills/ase-task-reboot/help.md +2 -2
  72. package/plugin/skills/ase-task-rename/help.md +2 -2
  73. package/plugin/skills/ase-task-view/help.md +2 -2
@@ -38,5 +38,5 @@ Switch to a specific task:
38
38
 
39
39
  ## SEE ALSO
40
40
 
41
- `ase-task-list`, `ase-task-edit`, `ase-task-view`,
42
- `ase-task-rename`, `ase-task-delete`.
41
+ [`ase-task-list`](../ase-task-list/help.md), [`ase-task-edit`](../ase-task-edit/help.md), [`ase-task-view`](../ase-task-view/help.md),
42
+ [`ase-task-rename`](../ase-task-rename/help.md), [`ase-task-delete`](../ase-task-delete/help.md).
@@ -184,9 +184,12 @@ explicitly requested by this procedure via outputs based on a <template/>!
184
184
  </template>
185
185
 
186
186
  - If <getopt-option-next/> is equal to `none`:
187
- Let the *user interactively choose* what to do as the next step.
188
187
 
189
- <expand name="user-dialog">
188
+ In the following, you *MUST* *NOT* use the <user-dialog-tool/>
189
+ tool! Instead, you *MUST* just show a custom output, let the
190
+ user enter input, and then you set the result accordingly.
191
+
192
+ <expand name="custom-dialog" arg1="--no-other">
190
193
  Next Step: How would you like to proceed with the plan?
191
194
  DONE: Stop processing and PRESERVE task plan.
192
195
  DELETE: Stop processing and DELETE the task plan.
@@ -62,5 +62,5 @@ Implement a specific task and delete the plan when done:
62
62
 
63
63
  ## SEE ALSO
64
64
 
65
- `ase-task-edit`, `ase-task-preflight`, `ase-task-reboot`,
66
- `ase-task-view`, `ase-task-delete`.
65
+ [`ase-task-edit`](../ase-task-edit/help.md), [`ase-task-preflight`](../ase-task-preflight/help.md), [`ase-task-reboot`](../ase-task-reboot/help.md),
66
+ [`ase-task-view`](../ase-task-view/help.md), [`ase-task-delete`](../ase-task-delete/help.md).
@@ -39,5 +39,5 @@ List all task ids together with their last-modified timestamps:
39
39
 
40
40
  ## SEE ALSO
41
41
 
42
- `ase-task-id`, `ase-task-view`, `ase-task-edit`,
43
- `ase-task-rename`, `ase-task-delete`.
42
+ [`ase-task-id`](../ase-task-id/help.md), [`ase-task-view`](../ase-task-view/help.md), [`ase-task-edit`](../ase-task-edit/help.md),
43
+ [`ase-task-rename`](../ase-task-rename/help.md), [`ase-task-delete`](../ase-task-delete/help.md).
@@ -196,9 +196,12 @@ explicitly requested by this procedure via outputs based on a <template/>!
196
196
  </template>
197
197
 
198
198
  - If <getopt-option-next/> is equal to `none`:
199
- Let the *user interactively choose* what to do as the next step.
200
199
 
201
- <expand name="user-dialog">
200
+ In the following, you *MUST* *NOT* use the <user-dialog-tool/>
201
+ tool! Instead, you *MUST* just show a custom output, let the
202
+ user enter input, and then you set the result accordingly.
203
+
204
+ <expand name="custom-dialog" arg1="--no-other">
202
205
  Next Step: How would you like to proceed with the plan?
203
206
  DONE: Stop processing.
204
207
  EDIT: Hand processing off to editing.
@@ -59,5 +59,5 @@ Preflight a specific task and hand off to implementation when done:
59
59
 
60
60
  ## SEE ALSO
61
61
 
62
- `ase-task-edit`, `ase-task-implement`, `ase-task-reboot`,
63
- `ase-task-view`.
62
+ [`ase-task-edit`](../ase-task-edit/help.md), [`ase-task-implement`](../ase-task-implement/help.md), [`ase-task-reboot`](../ase-task-reboot/help.md),
63
+ [`ase-task-view`](../ase-task-view/help.md).
@@ -181,9 +181,12 @@ explicitly requested by this procedure via outputs based on a <template/>!
181
181
  </template>
182
182
 
183
183
  - If <getopt-option-next/> is equal to `none`:
184
- Let the *user interactively choose* what to do as the next step.
185
184
 
186
- <expand name="user-dialog">
185
+ In the following, you *MUST* *NOT* use the <user-dialog-tool/>
186
+ tool! Instead, you *MUST* just show a custom output, let the
187
+ user enter input, and then you set the result accordingly.
188
+
189
+ <expand name="custom-dialog" arg1="--no-other">
187
190
  Next Step: How would you like to proceed with the plan?
188
191
  DONE: Stop processing.
189
192
  EDIT: Hand off plan to editing.
@@ -58,5 +58,5 @@ Reboot a specific task and hand off to editing:
58
58
 
59
59
  ## SEE ALSO
60
60
 
61
- `ase-task-edit`, `ase-task-preflight`, `ase-task-implement`,
62
- `ase-task-view`, `ase-task-delete`.
61
+ [`ase-task-edit`](../ase-task-edit/help.md), [`ase-task-preflight`](../ase-task-preflight/help.md), [`ase-task-implement`](../ase-task-implement/help.md),
62
+ [`ase-task-view`](../ase-task-view/help.md), [`ase-task-delete`](../ase-task-delete/help.md).
@@ -40,5 +40,5 @@ Rename a specific task:
40
40
 
41
41
  ## SEE ALSO
42
42
 
43
- `ase-task-list`, `ase-task-id`, `ase-task-edit`,
44
- `ase-task-view`, `ase-task-delete`.
43
+ [`ase-task-list`](../ase-task-list/help.md), [`ase-task-id`](../ase-task-id/help.md), [`ase-task-edit`](../ase-task-edit/help.md),
44
+ [`ase-task-view`](../ase-task-view/help.md), [`ase-task-delete`](../ase-task-delete/help.md).
@@ -58,5 +58,5 @@ View a plan in full, including its `IMPLEMENTATION DRAFT` section:
58
58
 
59
59
  ## SEE ALSO
60
60
 
61
- `ase-task-list`, `ase-task-edit`, `ase-task-id`,
62
- `ase-task-rename`, `ase-task-delete`.
61
+ [`ase-task-list`](../ase-task-list/help.md), [`ase-task-edit`](../ase-task-edit/help.md), [`ase-task-id`](../ase-task-id/help.md),
62
+ [`ase-task-rename`](../ase-task-rename/help.md), [`ase-task-delete`](../ase-task-delete/help.md).