@rse/ase 0.9.52 → 0.9.53

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
@@ -6,7 +6,7 @@
6
6
  "homepage": "https://ase.tools",
7
7
  "repository": { "url": "git+https://github.com/rse/ase.git", "type": "git" },
8
8
  "bugs": { "url": "https://github.com/rse/ase/issues" },
9
- "version": "0.9.52",
9
+ "version": "0.9.53",
10
10
  "license": "Apache-2.0",
11
11
  "author": {
12
12
  "name": "Dr. Ralf S. Engelschall",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ase",
3
- "version": "0.9.52",
3
+ "version": "0.9.53",
4
4
  "description": "Agentic Software Engineering (ASE)",
5
5
  "keywords": [ "agentic", "software", "engineering" ],
6
6
  "homepage": "https://ase.tools",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ase",
3
- "version": "0.9.52",
3
+ "version": "0.9.53",
4
4
  "description": "Agentic Software Engineering (ASE)",
5
5
  "keywords": [ "agentic", "software", "engineering" ],
6
6
  "homepage": "https://ase.tools",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ase",
3
- "version": "0.9.52",
3
+ "version": "0.9.53",
4
4
  "description": "Agentic Software Engineering (ASE)",
5
5
  "keywords": [ "agentic", "software", "engineering" ],
6
6
  "homepage": "https://ase.tools",
@@ -248,15 +248,13 @@ Workflow
248
248
  }
249
249
  </template>
250
250
 
251
- 5. Return *exclusively* a single fenced JSON block (no prose,
252
- no preamble, no summary) of the following shape:
251
+ 5. You *MUST* *NOT* propose, apply, or render any code
252
+ changes yourself. Instead, return *exclusively* as the last message
253
+ a single JSON block (no markdown, no prose, no preamble, no summary)
254
+ of the following shape:
253
255
 
254
256
  ```json
255
257
  [
256
258
  <problems/>
257
259
  ]
258
260
  ```
259
-
260
- 6. You *MUST* *NOT* propose, apply, or render any code
261
- changes yourself.
262
-
@@ -393,15 +393,13 @@ Workflow
393
393
  }
394
394
  </template>
395
395
 
396
- 5. Return *exclusively* a single fenced JSON block (no prose,
397
- no preamble, no summary) of the following shape:
396
+ 5. You *MUST* *NOT* propose, apply, or render any code
397
+ changes yourself. Instead, return *exclusively* as the last message
398
+ a single JSON block (no markdown, no prose, no preamble, no summary)
399
+ of the following shape:
398
400
 
399
401
  ```json
400
402
  [
401
403
  <problems/>
402
404
  ]
403
405
  ```
404
-
405
- 6. You *MUST* *NOT* propose, apply, or render any code
406
- changes yourself.
407
-
@@ -94,15 +94,13 @@ Workflow
94
94
  }
95
95
  </template>
96
96
 
97
- 3. Return *exclusively* a single fenced JSON block (no prose,
98
- no preamble, no summary) of the following shape:
97
+ 3. You *MUST* *NOT* propose, apply, or render any document
98
+ changes yourself. Instead, return *exclusively* as the last message
99
+ a single JSON block (no markdown, no prose, no preamble, no summary)
100
+ of the following shape:
99
101
 
100
102
  ```json
101
103
  [
102
104
  <problems/>
103
105
  ]
104
106
  ```
105
-
106
- 4. You *MUST* *NOT* propose, apply, or render any document
107
- changes yourself.
108
-
@@ -54,7 +54,7 @@ tools:
54
54
  </template>
55
55
 
56
56
  4. Now call the MCP tool `query(prompt: <query/>)` from the MCP server
57
- <server/> and then return its result `text` *verbatim* and
58
- *without any modifications*. Especially, do *NOT* add or remove
59
- any text to the MCP server response on your own and do not
57
+ <server/> and then return its result `text` *verbatim* and *without
58
+ any modifications* as the last message. Especially, do *NOT* add or
59
+ remove any text to the MCP server response on your own and do not
60
60
  interpret the result in any way.
@@ -115,8 +115,8 @@ store those facts in the placeholder named `<arg2/>`.
115
115
  mere synonym or spelling variant of it. You *MUST* *NOT* output
116
116
  anything related to this step.
117
117
 
118
- 4. Return *exclusively* the following <template/> (no prose, no
119
- preamble, no summary, and no Markdown formatting):
118
+ 4. Return *exclusively* as the last message the following <template/>
119
+ (no prose, no preamble, no summary, and no Markdown formatting):
120
120
 
121
121
  <template>
122
122
  TOPIC: <topic/>
@@ -172,8 +172,10 @@ Workflow
172
172
  }
173
173
  </template>
174
174
 
175
- 7. Return *exclusively* a single fenced JSON block (no prose, no
176
- preamble, no summary) of the following shape:
175
+ 7. You *MUST* *NOT* propose, apply, or render any document
176
+ changes yourself. Instead, return *exclusively* as the last message
177
+ a single JSON block (no markdown, no prose, no preamble, no summary)
178
+ of the following shape:
177
179
 
178
180
  ```json
179
181
  {
@@ -183,6 +185,3 @@ Workflow
183
185
  ]
184
186
  }
185
187
  ```
186
-
187
- 8. You *MUST* *NOT* propose, apply, or render any code or document
188
- changes yourself.
@@ -9,6 +9,6 @@ tools:
9
9
  - "WebSearch"
10
10
  ---
11
11
 
12
- Just perform the given *query* `$ARGUMENTS` and
13
- give back the *plain responses* without any modifications.
12
+ Just perform the given *query* `$ARGUMENTS` and as the last message give
13
+ back the *plain responses* without any modifications.
14
14
 
@@ -54,7 +54,7 @@ following ruleset:
54
54
 
55
55
  8. *Honor the dissection hint*:
56
56
  <if condition="<arg2/> is not empty">
57
- Set <hint><arg2/></hint>. The user explicitly told *how* the epic
57
+ Set <hint><arg2/></hint>. The user explicitly stated *how* the epic
58
58
  should be split -- e.g. which input elements belong together, along
59
59
  which axis to cut, or how many parts to aim at -- so you *MUST*
60
60
  follow this <hint/> as closely as possible and let it *override* the
@@ -97,14 +97,14 @@ Report the derived <parts/> with the following <template/>, emitting
97
97
  column edges of the table, and do *not* output any further explanation:
98
98
 
99
99
  <template>
100
- <ase-tpl-head title="DISSECTION" subtitle="<arg1/>">
100
+ <ase-tpl-head title="DISSECTION" subtitle="<arg1/>"/>
101
101
 
102
102
  | Part | Id | Scope | Rationale |
103
103
  | --------------- | ------------ | -------- | ------------ |
104
104
  | **P<part-no/>** | `<part-id/>` | <scope/> | <rationale/> |
105
105
  | [...] | [...] | [...] | [...] |
106
106
 
107
- <ase-tpl-foot title="DISSECTION" subtitle="<arg1/>">
107
+ <ase-tpl-foot title="DISSECTION" subtitle="<arg1/>"/>
108
108
  </template>
109
109
 
110
110
  </define>
@@ -374,17 +374,29 @@ Template Patterns
374
374
 
375
375
  </template>
376
376
 
377
- - When `<ase-tpl-head title="<title/>"/>` should be expanded, use
378
- (where <raw-title/> is the visible un-styled text `⧉ ASE: <title/>`,
379
- <raw-title-len/> is the number of characters in <raw-title/>, and
380
- <bar/> is the `─` character repeated exactly max(0, 67 - <raw-title-len/>)
381
- times -- clamped to zero so an over-long title never yields a negative
382
- count -- the very same bar-width rule as `<ase-tpl-foot/>` and
383
- `<ase-tpl-boxed/>`, so equal visible text yields equal total width):
377
+ - When `<ase-tpl-head title="<title/>"[ subtitle="<subtitle/>"]/>`
378
+ should be expanded use the following helper placeholders and then
379
+ the following <template/>:
380
+
381
+ - <if condition="<subtitle/> is not empty">
382
+ Set <raw-title>⧉ ASE: <title/>: <subtitle/></raw-title>.
383
+ Set <render-title>⧉ ASE: **`<title/>`**: `<subtitle/>`</render-title>.
384
+ </if>
385
+ <else>
386
+ Set <raw-title>⧉ ASE: <title/></raw-title>.
387
+ Set <render-title>⧉ ASE: **`<title/>`**</render-title>.
388
+ </else>
389
+ - Set <raw-title-len/> to the number of characters in the visible
390
+ un-styled text <raw-title/>.
391
+ - Set <bar/> to the `─` character repeated exactly max(0, 67 - <raw-title-len/>)
392
+ times -- clamped to zero so an over-long title never yields a
393
+ negative count -- the very same bar-width rule as `<ase-tpl-foot/>`
394
+ and `<ase-tpl-boxed/>`, so equal visible text yields equal total
395
+ width.
384
396
 
385
397
  <template>
386
398
 
387
- ╭────━━━━**(** ⧉ ASE: **`<title/>`** **)**━━━━────<bar/>┈┈┈┈┈┈┈┈┈┈
399
+ ╭────━━━━**(** <render-title/> **)**━━━━────<bar/>┈┈┈┈┈┈┈┈┈┈
388
400
 
389
401
  </template>
390
402
 
@@ -396,16 +408,27 @@ Template Patterns
396
408
 
397
409
  </template>
398
410
 
399
- - When `<ase-tpl-foot title="<title/>"/>` should be expanded, use
400
- (where <raw-title/> is the visible un-styled text `⧉ ASE: <title/>`,
401
- <raw-title-len/> is the number of characters in <raw-title/>,
402
- and <bar/> is the `─` character repeated exactly max(0, 67 -
403
- <raw-title-len/>) times -- clamped to zero so an over-long title
404
- never yields a negative count):
411
+ - When `<ase-tpl-foot title="<title/>"[ subtitle="<subtitle/>"]/>`
412
+ should be expanded use the following helper placeholders and then
413
+ the following <template/>:
414
+
415
+ - <if condition="<subtitle/> is not empty">
416
+ Set <raw-title>⧉ ASE: <title/>: <subtitle/></raw-title>.
417
+ Set <render-title>⧉ ASE: **`<title/>`**: `<subtitle/>`</render-title>.
418
+ </if>
419
+ <else>
420
+ Set <raw-title>⧉ ASE: <title/></raw-title>.
421
+ Set <render-title>⧉ ASE: **`<title/>`**</render-title>.
422
+ </else>
423
+ - Set <raw-title-len/> to the number of characters in the visible
424
+ un-styled text <raw-title/>.
425
+ - Set <bar/> to the `─` character repeated exactly max(0, 67 - <raw-title-len/>)
426
+ times -- clamped to zero so an over-long title never yields a
427
+ negative count.
405
428
 
406
429
  <template>
407
430
 
408
- ╰────━━━━**(** ⧉ ASE: **`<title/>`** **)**━━━━────<bar/>┈┈┈┈┈┈┈┈┈┈
431
+ ╰────━━━━**(** <render-title/> **)**━━━━────<bar/>┈┈┈┈┈┈┈┈┈┈
409
432
 
410
433
  </template>
411
434
 
@@ -6,7 +6,7 @@
6
6
  "homepage": "https://ase.tools",
7
7
  "repository": { "url": "git+https://github.com/rse/ase.git", "type": "git" },
8
8
  "bugs": { "url": "https://github.com/rse/ase/issues" },
9
- "version": "0.9.52",
9
+ "version": "0.9.53",
10
10
  "license": "Apache-2.0",
11
11
  "author": {
12
12
  "name": "Dr. Ralf S. Engelschall",
@@ -93,7 +93,7 @@ Procedure
93
93
  Determine them *read-only* by running the corresponding command
94
94
  (taken exactly as given):
95
95
 
96
- `git -C "<repo-root/>" ls-files --others --exclude-standard`
96
+ `git -C "<repo-root/>" -c core.quotepath=off ls-files --others --exclude-standard`
97
97
 
98
98
  *Skip* every listed entry below the `.ase/` directory -- it
99
99
  carries *ASE*'s own state and the worktrees created by this very
@@ -212,7 +212,7 @@ Procedure
212
212
 
213
213
  `git worktree prune`
214
214
 
215
- `git branch -D <part-id/>`
215
+ `git branch -D "<part-id/>"`
216
216
  </if>
217
217
 
218
218
  </step>
@@ -222,9 +222,9 @@ Procedure
222
222
  Set <dir><skill-dir-local/></dir>.
223
223
  </else>
224
224
 
225
- Then set <target-skill><dir/>/<new-skill-name/>/SKILL.md</target-skill>.
226
- Expand a leading `~` in <target-skill/> into the absolute home
225
+ Expand a leading `~` in <dir/> into the absolute home
227
226
  directory of the user, as the file tools accept absolute paths only.
227
+ Then set <target-skill><dir/>/<new-skill-name/>/SKILL.md</target-skill>.
228
228
  Do not output anything.
229
229
 
230
230
  5. Check whether <target-skill/> already exists.
@@ -355,19 +355,19 @@ Procedure
355
355
  <if condition="<ase-agent-tool/> is `copilot`">
356
356
  <ase-tpl-hint level="minimal">
357
357
  Run `/skills reload` to reload all skills.
358
- Run `/<new-skill-name/>` to execute the new generated workflow.
358
+ Run `/<new-skill-name/>` to execute the newly generated workflow.
359
359
  </ase-tpl-hint>
360
360
  </if>
361
361
  <elseif condition="<ase-agent-tool/> is `codex`">
362
362
  <ase-tpl-hint level="minimal">
363
363
  Run `/skills` to check that the new skill was picked up.
364
- Mention `$<new-skill-name/>` to execute the new generated workflow.
364
+ Mention `$<new-skill-name/>` to execute the newly generated workflow.
365
365
  </ase-tpl-hint>
366
366
  </elseif>
367
367
  <else>
368
368
  <ase-tpl-hint level="minimal">
369
369
  Run `/reload-skills` to reload all skills.
370
- Run `/<new-skill-name/>` to execute the new generated workflow.
370
+ Run `/<new-skill-name/>` to execute the newly generated workflow.
371
371
  </ase-tpl-hint>
372
372
  </else>
373
373
 
@@ -43,7 +43,7 @@ Analyze and Resolve Source Code Problems
43
43
 
44
44
  1. Call the Agent:
45
45
 
46
- <agent description="Reresolve P<n/>"
46
+ <agent description="Resolve P<n/>"
47
47
  subagent_type="general-purpose"
48
48
  isolation="worktree"
49
49
  run_in_background=true>