@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 +1 -1
- package/plugin/.claude-plugin/plugin.json +1 -1
- package/plugin/.codex-plugin/plugin.json +1 -1
- package/plugin/.github/plugin/plugin.json +1 -1
- package/plugin/meta/ase-tenets.md +3 -3
- package/plugin/package.json +1 -1
- package/plugin/skills/{ase-meta-update → ase-sync-reconcile}/SKILL.md +12 -12
- package/plugin/skills/{ase-meta-update → ase-sync-reconcile}/help.md +10 -10
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.
|
|
9
|
+
"version": "0.9.19",
|
|
10
10
|
"license": "GPL-3.0-only",
|
|
11
11
|
"author": {
|
|
12
12
|
"name": "Dr. Ralf S. Engelschall",
|
|
@@ -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
|
-
|
|
118
|
-
|
|
117
|
+
RECONCILIATION TENETS
|
|
118
|
+
---------------------
|
|
119
119
|
|
|
120
|
-
When *
|
|
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**:
|
package/plugin/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.
|
|
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-
|
|
2
|
+
name: ase-sync-reconcile
|
|
3
3
|
argument-hint: "[--help|-h] <target>[,...] [<source>[,...]]"
|
|
4
4
|
description: >
|
|
5
|
-
|
|
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 "
|
|
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-
|
|
19
|
-
|
|
18
|
+
<skill name="ase-sync-reconcile">
|
|
19
|
+
Reconcile Artifacts from Artifacts
|
|
20
20
|
</skill>
|
|
21
21
|
|
|
22
|
-
<expand name="getopt" arg1="ase-
|
|
22
|
+
<expand name="getopt" arg1="ase-sync-reconcile">
|
|
23
23
|
$ARGUMENTS
|
|
24
24
|
</expand>
|
|
25
25
|
|
|
26
26
|
<objective>
|
|
27
|
-
*
|
|
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-
|
|
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-
|
|
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-
|
|
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 **
|
|
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-
|
|
4
|
+
`ase-sync-reconcile` - Reconcile Artifacts from Artifacts
|
|
5
5
|
|
|
6
6
|
## SYNOPSIS
|
|
7
7
|
|
|
8
|
-
`ase-
|
|
8
|
+
`ase-sync-reconcile`
|
|
9
9
|
[`--help`|`-h`]
|
|
10
10
|
*target*[,...]
|
|
11
11
|
[*source*[,...]]
|
|
12
12
|
|
|
13
13
|
## DESCRIPTION
|
|
14
14
|
|
|
15
|
-
The `ase-
|
|
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
|
-
|
|
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
|
-
|
|
46
|
+
Reconcile the specification to reflect the current source code:
|
|
47
47
|
|
|
48
48
|
```text
|
|
49
|
-
❯ /ase-
|
|
49
|
+
❯ /ase-sync-reconcile SPEC CODE
|
|
50
50
|
```
|
|
51
51
|
|
|
52
|
-
|
|
52
|
+
Reconcile specification and architecture from everything else:
|
|
53
53
|
|
|
54
54
|
```text
|
|
55
|
-
❯ /ase-
|
|
55
|
+
❯ /ase-sync-reconcile SPEC,ARCH
|
|
56
56
|
```
|
|
57
57
|
|
|
58
|
-
|
|
58
|
+
Reconcile the documentation from the code and the architecture:
|
|
59
59
|
|
|
60
60
|
```text
|
|
61
|
-
❯ /ase-
|
|
61
|
+
❯ /ase-sync-reconcile DOCS CODE,ARCH
|
|
62
62
|
```
|
|
63
63
|
|
|
64
64
|
## SEE ALSO
|