@rse/ase 0.9.18 → 0.9.19

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": "http://github.com/rse/ase",
7
7
  "repository": { "url": "git+https://github.com/rse/ase.git", "type": "git" },
8
8
  "bugs": { "url": "http://github.com/rse/ase/issues" },
9
- "version": "0.9.18",
9
+ "version": "0.9.19",
10
10
  "license": "GPL-3.0-only",
11
11
  "author": {
12
12
  "name": "Dr. Ralf S. Engelschall",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ase",
3
- "version": "0.9.18",
3
+ "version": "0.9.19",
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.18",
3
+ "version": "0.9.19",
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.18",
3
+ "version": "0.9.19",
4
4
  "description": "Agentic Software Engineering (ASE)",
5
5
  "keywords": [ "agentic", "software", "engineering" ],
6
6
  "homepage": "https://ase.tools",
@@ -114,10 +114,10 @@ you *MUST* honor the following so-called "CRAFTING TENETS":
114
114
  Honor the non-functional requirements Performance, Security,
115
115
  Scalability, Comprehensibility.
116
116
 
117
- ALIGNING TENETS
118
- ---------------
117
+ RECONCILIATION TENETS
118
+ ---------------------
119
119
 
120
- When *aligning* a set of target artifacts to a set of source artifacts,
120
+ When *reconcile* a set of target artifacts to a set of source artifacts,
121
121
  you *MUST* honor the following so-called **ALIGNING TENETS**:
122
122
 
123
123
  - **Directional Authority**:
@@ -6,7 +6,7 @@
6
6
  "homepage": "http://github.com/rse/ase",
7
7
  "repository": { "url": "git+https://github.com/rse/ase.git", "type": "git" },
8
8
  "bugs": { "url": "http://github.com/rse/ase/issues" },
9
- "version": "0.9.18",
9
+ "version": "0.9.19",
10
10
  "license": "GPL-3.0-only",
11
11
  "author": {
12
12
  "name": "Dr. Ralf S. Engelschall",
@@ -1,11 +1,11 @@
1
1
  ---
2
- name: ase-meta-update
2
+ name: ase-sync-reconcile
3
3
  argument-hint: "[--help|-h] <target>[,...] [<source>[,...]]"
4
4
  description: >
5
- Update one set of artifact kinds (the target) to reflect the current
5
+ Reconcile one set of artifact kinds (the target) to reflect the current
6
6
  state of another set of artifact kinds (the source). Use when the
7
- user wants to "update", "reconcile", or "sync" artifacts like SPEC,
8
- ARCH, CODE, DOCS, TASK, INFR, or OTHR against each other.
7
+ user wants to "reconcile", "sync", "align", or "update" artifacts like
8
+ SPEC, ARCH, CODE, DOCS, TASK, INFR, or OTHR against each other.
9
9
  user-invocable: true
10
10
  disable-model-invocation: false
11
11
  effort: xhigh
@@ -15,16 +15,16 @@ effort: xhigh
15
15
  @${CLAUDE_SKILL_DIR}/../../meta/ase-skill.md
16
16
  @${CLAUDE_SKILL_DIR}/../../meta/ase-getopt.md
17
17
 
18
- <skill name="ase-meta-update">
19
- Update Artifacts from Artifacts
18
+ <skill name="ase-sync-reconcile">
19
+ Reconcile Artifacts from Artifacts
20
20
  </skill>
21
21
 
22
- <expand name="getopt" arg1="ase-meta-update">
22
+ <expand name="getopt" arg1="ase-sync-reconcile">
23
23
  $ARGUMENTS
24
24
  </expand>
25
25
 
26
26
  <objective>
27
- *Update* the *target* artifact kinds to *reflect* the *current
27
+ *Reconcile* the *target* artifact kinds to *reflect* the *current
28
28
  state* of the *source* artifact kinds, by reading the source
29
29
  artifacts and adjusting the target artifacts accordingly:
30
30
  <request><getopt-arguments/></request>.
@@ -61,7 +61,7 @@ explicitly requested by this procedure via outputs based on a <template/>!
61
61
  processing the entire current skill:
62
62
 
63
63
  <template>
64
- ⧉ **ASE**: ☻ skill: **ase-meta-update**, ▶ ERROR: missing target argument
64
+ ⧉ **ASE**: ☻ skill: **ase-sync-reconcile**, ▶ ERROR: missing target argument
65
65
  </template>
66
66
 
67
67
  </if>
@@ -72,7 +72,7 @@ explicitly requested by this procedure via outputs based on a <template/>!
72
72
  *STOP* processing the entire current skill:
73
73
 
74
74
  <template>
75
- ⧉ **ASE**: ☻ skill: **ase-meta-update**, ▶ ERROR: unknown artifact kind: **<kind/>**
75
+ ⧉ **ASE**: ☻ skill: **ase-sync-reconcile**, ▶ ERROR: unknown artifact kind: **<kind/>**
76
76
  </template>
77
77
 
78
78
  4. <if condition="<source/> is empty">
@@ -90,7 +90,7 @@ explicitly requested by this procedure via outputs based on a <template/>!
90
90
  processing the entire current skill:
91
91
 
92
92
  <template>
93
- ⧉ **ASE**: ☻ skill: **ase-meta-update**, ▶ ERROR: empty source -- nothing to update from
93
+ ⧉ **ASE**: ☻ skill: **ase-sync-reconcile**, ▶ ERROR: empty source -- nothing to update from
94
94
  </template>
95
95
 
96
96
  6. Report the resolved target and source with the following <template/>:
@@ -139,7 +139,7 @@ explicitly requested by this procedure via outputs based on a <template/>!
139
139
  4. <step id="STEP 4: Update Target Artifacts">
140
140
 
141
141
  1. You *MUST* internalize and strictly honor the **GENERIC TENETS**,
142
- the **ALIGNMENT TENETS**, the **REFACTORING TENETS**, and the
142
+ the **RECONCILIATION TENETS**, the **REFACTORING TENETS**, and the
143
143
  **CRAFTING TENETS** of the **ASE Tenets** when updating in the following. Do not
144
144
  output anything.
145
145
 
@@ -1,18 +1,18 @@
1
1
 
2
2
  ## NAME
3
3
 
4
- `ase-meta-update` - Update Artifacts from Artifacts
4
+ `ase-sync-reconcile` - Reconcile Artifacts from Artifacts
5
5
 
6
6
  ## SYNOPSIS
7
7
 
8
- `ase-meta-update`
8
+ `ase-sync-reconcile`
9
9
  [`--help`|`-h`]
10
10
  *target*[,...]
11
11
  [*source*[,...]]
12
12
 
13
13
  ## DESCRIPTION
14
14
 
15
- The `ase-meta-update` skill updates one set of artifact kinds (the
15
+ The `ase-sync-reconcile` skill reconciles one set of artifact kinds (the
16
16
  *target*) to *reflect* the *current state* of another set of artifact
17
17
  kinds (the *source*). It reads the source artifacts and then adjusts the
18
18
  target artifacts *directly* and *surgically* to match the source state.
@@ -27,7 +27,7 @@ present in *target* is never used as its own source.
27
27
  The file lists for the kinds `SPEC`, `ARCH`, `CODE`, `DOCS`, `INFR`, and
28
28
  `OTHR` are resolved via the `ase_artifact_list` MCP tool; the `TASK` kind
29
29
  is resolved generically from the `.ase/task/*/plan.md` task plans. While
30
- updating, the skill honors the artifact-format conventions of
30
+ reconciling, the skill honors the artifact-format conventions of
31
31
  `ase-format-meta.md`, `ase-format-spec.md`, `ase-format-arch.md`, and
32
32
  `ase-format-task.md`; the kinds `CODE`, `DOCS`, `INFR`, and `OTHR` are
33
33
  treated as free-form.
@@ -43,22 +43,22 @@ treated as free-form.
43
43
 
44
44
  ## EXAMPLES
45
45
 
46
- Update the specification to reflect the current source code:
46
+ Reconcile the specification to reflect the current source code:
47
47
 
48
48
  ```text
49
- ❯ /ase-meta-update SPEC CODE
49
+ ❯ /ase-sync-reconcile SPEC CODE
50
50
  ```
51
51
 
52
- Update specification and architecture from everything else:
52
+ Reconcile specification and architecture from everything else:
53
53
 
54
54
  ```text
55
- ❯ /ase-meta-update SPEC,ARCH
55
+ ❯ /ase-sync-reconcile SPEC,ARCH
56
56
  ```
57
57
 
58
- Update the documentation from the code and the architecture:
58
+ Reconcile the documentation from the code and the architecture:
59
59
 
60
60
  ```text
61
- ❯ /ase-meta-update DOCS CODE,ARCH
61
+ ❯ /ase-sync-reconcile DOCS CODE,ARCH
62
62
  ```
63
63
 
64
64
  ## SEE ALSO