@rse/ase 0.0.52 → 0.0.54

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 (55) hide show
  1. package/dst/ase-config.js +3 -3
  2. package/dst/ase-diagram.js +1 -1
  3. package/dst/ase-getopt.js +1 -1
  4. package/dst/ase-hello.js +27 -0
  5. package/dst/ase-kv.js +5 -5
  6. package/dst/ase-persona.js +1 -1
  7. package/dst/ase-service.js +5 -5
  8. package/dst/ase-setup.js +1 -1
  9. package/dst/ase-skills.js +2 -2
  10. package/dst/ase-statusline.js +1 -1
  11. package/dst/ase-task.js +10 -9
  12. package/dst/ase-timestamp.js +1 -1
  13. package/package.json +1 -1
  14. package/plugin/.claude/settings.local.json +1 -1
  15. package/plugin/.claude-plugin/plugin.json +1 -1
  16. package/plugin/.github/plugin/plugin.json +1 -1
  17. package/plugin/agents/ase-meta-chat.md +1 -1
  18. package/plugin/agents/ase-meta-diagram.md +5 -5
  19. package/plugin/agents/ase-meta-search.md +2 -6
  20. package/plugin/meta/ase-getopt.md +2 -2
  21. package/plugin/meta/ase-plan.md +2 -2
  22. package/plugin/meta/ase-skill.md +3 -3
  23. package/plugin/package.json +1 -1
  24. package/plugin/skills/ase-arch-analyze/SKILL.md +4 -4
  25. package/plugin/skills/ase-arch-discover/SKILL.md +4 -2
  26. package/plugin/skills/ase-code-analyze/SKILL.md +2 -2
  27. package/plugin/skills/ase-code-craft/SKILL.md +10 -10
  28. package/plugin/skills/ase-code-explain/SKILL.md +2 -0
  29. package/plugin/skills/ase-code-insight/SKILL.md +3 -1
  30. package/plugin/skills/ase-code-lint/SKILL.md +3 -3
  31. package/plugin/skills/ase-code-refactor/SKILL.md +10 -10
  32. package/plugin/skills/ase-code-resolve/SKILL.md +17 -17
  33. package/plugin/skills/ase-docs-proofread/SKILL.md +3 -3
  34. package/plugin/skills/ase-meta-changes/SKILL.md +133 -62
  35. package/plugin/skills/ase-meta-commit/SKILL.md +19 -10
  36. package/plugin/skills/ase-meta-evaluate/SKILL.md +2 -2
  37. package/plugin/skills/ase-meta-persona/SKILL.md +5 -4
  38. package/plugin/skills/ase-meta-quorum/SKILL.md +1 -1
  39. package/plugin/skills/ase-meta-search/SKILL.md +1 -1
  40. package/plugin/skills/ase-meta-why/SKILL.md +2 -0
  41. package/plugin/skills/ase-task-delete/SKILL.md +7 -5
  42. package/plugin/skills/ase-task-edit/SKILL.md +19 -17
  43. package/plugin/skills/ase-task-id/SKILL.md +4 -4
  44. package/plugin/skills/ase-task-implement/SKILL.md +9 -7
  45. package/plugin/skills/ase-task-list/SKILL.md +2 -2
  46. package/plugin/skills/ase-task-preflight/SKILL.md +13 -11
  47. package/plugin/skills/ase-task-reboot/SKILL.md +12 -10
  48. package/plugin/skills/ase-task-rename/SKILL.md +8 -5
  49. package/plugin/skills/ase-task-view/SKILL.md +5 -3
  50. package/plugin/commands/ase-code-lint/complete.md +0 -9
  51. package/plugin/commands/ase-code-lint/explain.md +0 -9
  52. package/plugin/commands/ase-code-lint/nope.md +0 -11
  53. package/plugin/commands/ase-code-lint/reassess.md +0 -15
  54. package/plugin/commands/ase-code-lint/recheck.md +0 -9
  55. package/plugin/commands/ase-code-lint/refine.md +0 -9
@@ -30,9 +30,11 @@ Iteratively Edit a Task Plan
30
30
  $ARGUMENTS
31
31
  </expand>
32
32
 
33
+ <role>
33
34
  Your role is an experienced, *expert-level assistant*,
34
35
  specialized in the *planning* of changes
35
36
  through *iterative conversational refinement*.
37
+ </role>
36
38
 
37
39
  Establish and refine the *task plan* purely through a *chat-driven
38
40
  loop*. The user steers each round via interactive dialog that offers
@@ -63,9 +65,9 @@ explicitly requested by this procedure via outputs based on a <template/>!
63
65
  ">
64
66
  Set <ase-task-id><instruction/></ase-task-id> (set task
65
67
  id to instruction) and <instruction></instruction> (set
66
- instruction empty), call the `task_id(id: <ase-task-id/>,
68
+ instruction empty), call the `ase_task_id(id: <ase-task-id/>,
67
69
  session: <ase-session-id/>)` tool from the `ase` MCP
68
- service to switch the task, and then only output the
70
+ server to switch the task, and then only output the
69
71
  following <template/>:
70
72
 
71
73
  <template>
@@ -80,8 +82,8 @@ explicitly requested by this procedure via outputs based on a <template/>!
80
82
  ">
81
83
  Set <instruction></instruction> (set instruction to empty)
82
84
  and <ase-task-id><id/></ase-task-id> (set task id to
83
- id) and call the `task_id(id: <ase-task-id/>, session:
84
- <ase-session-id/>)` tool from the `ase` MCP service to
85
+ id) and call the `ase_task_id(id: <ase-task-id/>, session:
86
+ <ase-session-id/>)` tool from the `ase` MCP server to
85
87
  switch the task, and then only output the following
86
88
  <template/>:
87
89
 
@@ -97,8 +99,8 @@ explicitly requested by this procedure via outputs based on a <template/>!
97
99
  ">
98
100
  Set <instruction><text/></instruction> (set instruction to
99
101
  text) and <ase-task-id><id/></ase-task-id> (set task id
100
- to id) and call the `task_id(id: <ase-task-id/>, session:
101
- <ase-session-id/>)` tool from the `ase` MCP service to
102
+ to id) and call the `ase_task_id(id: <ase-task-id/>, session:
103
+ <ase-session-id/>)` tool from the `ase` MCP server to
102
104
  switch the task, and then only output the following
103
105
  <template/>:
104
106
 
@@ -131,9 +133,9 @@ explicitly requested by this procedure via outputs based on a <template/>!
131
133
 
132
134
  2. **Determine Plan:**
133
135
 
134
- 1. Call the `task_load(id: <ase-task-id/>)` tool of the `ase` MCP
135
- service to load any existing plan content and set <text/> to
136
- the `text` output field of this `task_load` tool call.
136
+ 1. Call the `ase_task_load(id: <ase-task-id/>)` tool of the `ase` MCP
137
+ server to load any existing plan content and set <text/> to
138
+ the `text` output field of this `ase_task_load` tool call.
137
139
  Do not output anything related to this MCP tool call.
138
140
  Set <content-dirty>false</content-dirty>.
139
141
 
@@ -204,8 +206,8 @@ explicitly requested by this procedure via outputs based on a <template/>!
204
206
  the <instruction/> and all decisions you derived from the
205
207
  <instruction/>.
206
208
 
207
- Call the `timestamp(format: "yyyy-LL-dd HH:mm")` tool of the
208
- `ase` MCP service and use the `text` field of its response
209
+ Call the `ase_timestamp(format: "yyyy-LL-dd HH:mm")` tool of the
210
+ `ase` MCP server and use the `text` field of its response
209
211
  for fresh <timestamp-created/> and <timestamp-modified/>
210
212
  information. Then insert the current <ase-task-id/>,
211
213
  <timestamp-created/>, and <timestamp-modified/> information
@@ -253,8 +255,8 @@ explicitly requested by this procedure via outputs based on a <template/>!
253
255
  the <instruction/> and all decisions you derived from the
254
256
  <instruction/>.
255
257
 
256
- Call the `timestamp(format: "yyyy-LL-dd HH:mm")` tool of the
257
- `ase` MCP service and use the `text` field of its response
258
+ Call the `ase_timestamp(format: "yyyy-LL-dd HH:mm")` tool of the
259
+ `ase` MCP server and use the `text` field of its response
258
260
  for fresh <timestamp-created/> and <timestamp-modified/>
259
261
  information. Then insert the current <ase-task-id/>,
260
262
  <timestamp-created/>, and <timestamp-modified/> information
@@ -279,16 +281,16 @@ explicitly requested by this procedure via outputs based on a <template/>!
279
281
  <if condition="<content/> contains '✎ modified:' AND <content-dirty/> is 'true'">
280
282
  Update <timestamp-modified/> with the current time in
281
283
  ISO-style format, which has to be determined by calling the
282
- `timestamp(format: "yyyy-LL-dd HH:mm")` tool of the `ase`
283
- MCP service and use the `text` field of its response. Update
284
+ `ase_timestamp(format: "yyyy-LL-dd HH:mm")` tool of the `ase`
285
+ MCP server and use the `text` field of its response. Update
284
286
  <content/> with the new `✎ modified: **<timestamp-modified/>**`.
285
287
  Do not output anything.
286
288
  </if>
287
289
 
288
290
  2. *Persist plan*:
289
291
  <if condition="<content-dirty/> is 'true'">
290
- Call the `task_save(id: <ase-task-id/>, text: <content/>)` tool
291
- of the `ase` MCP service to persist the current plan, and then
292
+ Call the `ase_task_save(id: <ase-task-id/>, text: <content/>)` tool
293
+ of the `ase` MCP server to persist the current plan, and then
292
294
  set <content-dirty>false</content-dirty> again. Calculate the
293
295
  number of words <words/> of <content/>. Do not output anything
294
296
  related to this MCP tool call except the following <template/>:
@@ -24,8 +24,8 @@ Configure Task Id
24
24
  <request>$ARGUMENTS</request>
25
25
 
26
26
  2. <if condition="<request/> is empty">
27
- - Call the `task_id(session: <ase-session-id/>)`
28
- tool from the `ase` MCP service and set
27
+ - Call the `ase_task_id(session: <ase-session-id/>)`
28
+ tool from the `ase` MCP server and set
29
29
  <ase-task-id/> to its `text` output.
30
30
 
31
31
  - Output:
@@ -36,8 +36,8 @@ Configure Task Id
36
36
 
37
37
  3. <if condition="<request/> is NOT empty">
38
38
  - Set <ase-task-id><request/></ase-task-id> and
39
- call the `task_id(id: <ase-task-id/>, session: <ase-session-id/>)`
40
- tool from the `ase` MCP service.
39
+ call the `ase_task_id(id: <ase-task-id/>, session: <ase-session-id/>)`
40
+ tool from the `ase` MCP server.
41
41
 
42
42
  - Output:
43
43
  <template>
@@ -28,8 +28,10 @@ Implement a Task Plan
28
28
  $ARGUMENTS
29
29
  </expand>
30
30
 
31
+ <role>
31
32
  Your role is an experienced, *expert-level assistant*,
32
33
  specialized in the *implementation* of changes.
34
+ </role>
33
35
 
34
36
  *Implement* the task plan by modifying the *artifacts*
35
37
  with a corresponding, complete *change set*.
@@ -57,9 +59,9 @@ explicitly requested by this procedure via outputs based on a <template/>!
57
59
  ">
58
60
  Set <ase-task-id><instruction/></ase-task-id> (set task
59
61
  id to instruction) and <instruction></instruction> (set
60
- instruction empty), call the `task_id(id: <ase-task-id/>,
62
+ instruction empty), call the `ase_task_id(id: <ase-task-id/>,
61
63
  session: <ase-session-id/>)` tool from the `ase` MCP
62
- service to switch the task, and then only output the
64
+ server to switch the task, and then only output the
63
65
  following <template/>:
64
66
 
65
67
  <template>
@@ -74,8 +76,8 @@ explicitly requested by this procedure via outputs based on a <template/>!
74
76
  ">
75
77
  Set <instruction></instruction> (set instruction to empty)
76
78
  and <ase-task-id><id/></ase-task-id> (set task id to
77
- id) and call the `task_id(id: <ase-task-id/>, session:
78
- <ase-session-id/>)` tool from the `ase` MCP service to
79
+ id) and call the `ase_task_id(id: <ase-task-id/>, session:
80
+ <ase-session-id/>)` tool from the `ase` MCP server to
79
81
  switch the task, and then only output the following
80
82
  <template/>:
81
83
 
@@ -86,9 +88,9 @@ explicitly requested by this procedure via outputs based on a <template/>!
86
88
 
87
89
  2. **Determine Operation**:
88
90
 
89
- 1. Call the `task_load(id: <ase-task-id/>)` tool of the `ase` MCP
90
- service to load the current task plan content and set <content/> to
91
- the `text` output field of the `task_load` tool call.
91
+ 1. Call the `ase_task_load(id: <ase-task-id/>)` tool of the `ase` MCP
92
+ server to load the current task plan content and set <content/> to
93
+ the `text` output field of the `ase_task_load` tool call.
92
94
 
93
95
  Calculate the number of words <words/> of <content/>.
94
96
 
@@ -26,8 +26,8 @@ List Task Plans
26
26
  $ARGUMENTS
27
27
  </expand>
28
28
 
29
- 1. Call the `task_list(verbose: <getopt-option-verbose/>)` tool from
30
- the `ase` MCP service. The result is a structured object with a
29
+ 1. Call the `ase_task_list(verbose: <getopt-option-verbose/>)` tool from
30
+ the `ase` MCP server. The result is a structured object with a
31
31
  `tasks` array where each entry has an `id` field, and -- if
32
32
  <getopt-option-verbose/> is `true` -- additionally an `mtime` field
33
33
  (formatted as `YYYY-MM-DD HH:MM`).
@@ -28,8 +28,10 @@ Preflight a Task Plan
28
28
  $ARGUMENTS
29
29
  </expand>
30
30
 
31
+ <role>
31
32
  Your role is an experienced, *expert-level assistant*,
32
33
  specialized in the *implementation* of changes.
34
+ </role>
33
35
 
34
36
  *Preflight* the implementation of a task plan by creating a draft
35
37
  for a corresponding, *complete source code change set*.
@@ -57,9 +59,9 @@ explicitly requested by this procedure via outputs based on a <template/>!
57
59
  ">
58
60
  Set <ase-task-id><instruction/></ase-task-id> (set task
59
61
  id to instruction) and <instruction></instruction> (set
60
- instruction empty), call the `task_id(id: <ase-task-id/>,
62
+ instruction empty), call the `ase_task_id(id: <ase-task-id/>,
61
63
  session: <ase-session-id/>)` tool from the `ase` MCP
62
- service to switch the task, and then only output the
64
+ server to switch the task, and then only output the
63
65
  following <template/>:
64
66
 
65
67
  <template>
@@ -74,8 +76,8 @@ explicitly requested by this procedure via outputs based on a <template/>!
74
76
  ">
75
77
  Set <instruction></instruction> (set instruction to empty)
76
78
  and <ase-task-id><id/></ase-task-id> (set task id to
77
- id) and call the `task_id(id: <ase-task-id/>, session:
78
- <ase-session-id/>)` tool from the `ase` MCP service to
79
+ id) and call the `ase_task_id(id: <ase-task-id/>, session:
80
+ <ase-session-id/>)` tool from the `ase` MCP server to
79
81
  switch the task, and then only output the following
80
82
  <template/>:
81
83
 
@@ -86,9 +88,9 @@ explicitly requested by this procedure via outputs based on a <template/>!
86
88
 
87
89
  2. **Determine Operation:**
88
90
 
89
- 1. Call the `task_load(id: <ase-task-id/>)` tool of the `ase` MCP
90
- service to load the current task plan content and set <content/> to
91
- the `text` output field of the `task_load` tool call.
91
+ 1. Call the `ase_task_load(id: <ase-task-id/>)` tool of the `ase` MCP
92
+ server to load the current task plan content and set <content/> to
93
+ the `text` output field of the `ase_task_load` tool call.
92
94
 
93
95
  Calculate the number of words <words/> of <content/>.
94
96
 
@@ -128,14 +130,14 @@ explicitly requested by this procedure via outputs based on a <template/>!
128
130
  3. <if condition="<content/> contains '✎ modified:'">
129
131
  Update <timestamp-modified/> with the current time in
130
132
  ISO-style format, which has to be determined by calling the
131
- `timestamp(format: "yyyy-LL-dd HH:mm")` tool of the `ase`
132
- MCP service and use the `text` field of its response. Update
133
+ `ase_timestamp(format: "yyyy-LL-dd HH:mm")` tool of the `ase`
134
+ MCP server and use the `text` field of its response. Update
133
135
  <content/> with the new `✎ modified: **<timestamp-modified/>**`.
134
136
  Do not output anything.
135
137
  </if>
136
138
 
137
- 4. Finally, call the `task_save(id: <ase-task-id/>,
138
- text: <content/>)` of the `ase` MCP service to save the updated
139
+ 4. Finally, call the `ase_task_save(id: <ase-task-id/>,
140
+ text: <content/>)` of the `ase` MCP server to save the updated
139
141
  task plan content. Calculate the number of words <words/> of
140
142
  <content/>. Do not output anything related to this MCP tool call
141
143
  except the following <template/>:
@@ -7,7 +7,7 @@ description: >
7
7
  the "task", "plan", "spec", or "specification".
8
8
  user-invocable: true
9
9
  disable-model-invocation: false
10
- effort: xhigh
10
+ effort: high
11
11
  ---
12
12
 
13
13
  @${CLAUDE_SKILL_DIR}/../../meta/ase-control.md
@@ -28,8 +28,10 @@ Reboot a Task Plan
28
28
  $ARGUMENTS
29
29
  </expand>
30
30
 
31
+ <role>
31
32
  Your role is an experienced, *expert-level assistant*,
32
33
  specialized in the *planning* of changes.
34
+ </role>
33
35
 
34
36
  *Reboot* the task plan by crafting it from scratch,
35
37
  based on the existing *WHAT* and *WHY*.
@@ -59,9 +61,9 @@ explicitly requested by this procedure via outputs based on a <template/>!
59
61
  ">
60
62
  Set <ase-task-id><instruction/></ase-task-id> (set task
61
63
  id to instruction) and <instruction></instruction> (set
62
- instruction empty), call the `task_id(id: <ase-task-id/>,
64
+ instruction empty), call the `ase_task_id(id: <ase-task-id/>,
63
65
  session: <ase-session-id/>)` tool from the `ase` MCP
64
- service to switch the task, and then only output the
66
+ server to switch the task, and then only output the
65
67
  following <template/>:
66
68
 
67
69
  <template>
@@ -71,9 +73,9 @@ explicitly requested by this procedure via outputs based on a <template/>!
71
73
 
72
74
  2. **Determine Operation:**
73
75
 
74
- 1. Call the `task_load(id: <ase-task-id/>)` tool of the `ase` MCP
75
- service to load the current task plan content and set <content/> to
76
- the `text` output field of the `task_load` tool call.
76
+ 1. Call the `ase_task_load(id: <ase-task-id/>)` tool of the `ase` MCP
77
+ server to load the current task plan content and set <content/> to
78
+ the `text` output field of the `ase_task_load` tool call.
77
79
 
78
80
  Calculate the number of words <words/> of <content/>.
79
81
 
@@ -118,15 +120,15 @@ explicitly requested by this procedure via outputs based on a <template/>!
118
120
  the <instruction/> and all decisions you derived from the
119
121
  <instruction/>.
120
122
 
121
- 7. Call the `timestamp(format: "yyyy-LL-dd HH:mm")` tool of the
122
- `ase` MCP service and use the `text` field of its response for
123
+ 7. Call the `ase_timestamp(format: "yyyy-LL-dd HH:mm")` tool of the
124
+ `ase` MCP server and use the `text` field of its response for
123
125
  <timestamp-modified/> information. Then insert the current
124
126
  <ase-task-id/>, previous <timestamp-created/>, and refreshed
125
127
  <timestamp-modified/> information and calculate the number of
126
128
  words <words/> of <content/>.
127
129
 
128
- 8. Call the `task_save(id: <ase-task-id/>,
129
- text: <content/>)` of the `ase` MCP service to save the updated
130
+ 8. Call the `ase_task_save(id: <ase-task-id/>,
131
+ text: <content/>)` of the `ase` MCP server to save the updated
130
132
  task plan content. Do not output anything related to this MCP
131
133
  call.
132
134
 
@@ -20,7 +20,10 @@ Rename a Task Plan
20
20
  Rename a Task Plan
21
21
  </skill>
22
22
 
23
+ <role>
23
24
  Your role is an experienced, *expert-level assistant*.
25
+ </role>
26
+
24
27
  *Rename* the task plan.
25
28
 
26
29
  Procedure
@@ -61,9 +64,9 @@ explicitly requested by this procedure via outputs based on a <template/>!
61
64
 
62
65
  2. **Perform Operation**:
63
66
 
64
- 1. Call the `task_rename(old: <old/>, new: <new/>)` tool of the
65
- `ase` MCP service to rename the task plan and set <text/> to the
66
- `text` output field of this `task_rename` tool call. Do not
67
+ 1. Call the `ase_task_rename(old: <old/>, new: <new/>)` tool of the
68
+ `ase` MCP server to rename the task plan and set <text/> to the
69
+ `text` output field of this `ase_task_rename` tool call. Do not
67
70
  output anything related to this MCP tool call.
68
71
 
69
72
  - If <text/> starts with `ERROR:` or `WARNING:`:
@@ -81,9 +84,9 @@ explicitly requested by this procedure via outputs based on a <template/>!
81
84
  </template>
82
85
 
83
86
  2. <if condition="<old/> is equal <ase-task-id/>">
84
- Set <ase-task-id><new/></ase-task-id>. Call the `task_id(id:
87
+ Set <ase-task-id><new/></ase-task-id>. Call the `ase_task_id(id:
85
88
  <ase-task-id/>, session: <ase-session-id/>)` tool from the `ase`
86
- MCP service to switch the task to the renamed task. Only output
89
+ MCP server to switch the task to the renamed task. Only output
87
90
  the following <template/>:
88
91
 
89
92
  <template>
@@ -20,7 +20,9 @@ View a Task Plan
20
20
  View a Task Plan
21
21
  </skill>
22
22
 
23
+ <role>
23
24
  Your role is an experienced, *expert-level assistant*.
25
+ </role>
24
26
  *View* the task plan.
25
27
 
26
28
  Procedure
@@ -45,9 +47,9 @@ explicitly requested by this procedure via outputs based on a <template/>!
45
47
 
46
48
  2. **Perform Operation**:
47
49
 
48
- 1. Call the `task_load(id: <id/>)` tool of the `ase` MCP
49
- service to load the task plan content and set <text/> to the
50
- `text` output field of this `task_load` tool call. Do not
50
+ 1. Call the `ase_task_load(id: <id/>)` tool of the `ase` MCP
51
+ server to load the task plan content and set <text/> to the
52
+ `text` output field of this `ase_task_load` tool call. Do not
51
53
  output anything related to this MCP tool call.
52
54
 
53
55
  - If <text/> starts with `ERROR:` or `WARNING:`:
@@ -1,9 +0,0 @@
1
- ---
2
- argument-hint: ""
3
- description: "During Lint: Complete Code Change"
4
- ---
5
-
6
- Sorry, your last proposed code change set seems to be not really *complete*,
7
- as some code changes seem to be missing.
8
- Please *re-assess* and propose the *entire necessary change set*, all *at once*.
9
-
@@ -1,9 +0,0 @@
1
- ---
2
- argument-hint: "<issue>"
3
- description: "During Lint: Improve Explanation"
4
- ---
5
-
6
- I am still *musing* on your last proposed code change.
7
- $ARGUMENTS.
8
- Please *improve your explanation* and *propose it again*.
9
-
@@ -1,11 +0,0 @@
1
- ---
2
- argument-hint: ""
3
- description: "During Lint: Reject Change and Continue"
4
- ---
5
-
6
- I *reject* your last proposed code change.
7
-
8
- Do *NOT apply* your last code change to the code.
9
- But please *continue* your plan and *continue*
10
- to propose further code changes.
11
-
@@ -1,15 +0,0 @@
1
- ---
2
- argument-hint: "<question>"
3
- description: "During Lint: Re-Assess Last Change"
4
- ---
5
-
6
- Are you *really sure*? $ARGUMENTS
7
-
8
- Please *re-assess* and *reason* on your last proposed code change!
9
-
10
- Then, if you are still sure that it is correct, please *propose the code
11
- change once again* before continuing with your plan.
12
-
13
- Otherwise, if you are unsure, be transparent and tell me your new
14
- reasoned concerns and continue with your plan immediately.
15
-
@@ -1,9 +0,0 @@
1
- ---
2
- argument-hint: ""
3
- description: "During Lint: Recheck Change"
4
- ---
5
-
6
- The source code was *updated externally*.
7
- Please update your last code change against the latest source code
8
- and *propose the code change again* before you continue following your review.
9
-
@@ -1,9 +0,0 @@
1
- ---
2
- argument-hint: "<hint>"
3
- description: "During Lint: Refine Change"
4
- ---
5
-
6
- Please *refine* your last proposed code change: $ARGUMENTS.
7
- Then please propose the refined code change again before
8
- you continue following your review.
9
-