@ikon85/agent-workflow-kit 0.26.0 → 0.26.2
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/.agents/skills/kit-update/SKILL.md +4 -4
- package/.agents/skills/setup-workflow/SKILL.md +3 -3
- package/.agents/skills/setup-workflow/safety-guardrails.md +3 -3
- package/.claude/skills/kit-update/SKILL.md +4 -4
- package/.claude/skills/setup-workflow/SKILL.md +3 -3
- package/.claude/skills/setup-workflow/safety-guardrails.md +3 -3
- package/.claude/skills/skill-manifest.json +1 -0
- package/README.md +14 -0
- package/agent-workflow-kit.package.json +296 -8
- package/package.json +1 -1
- package/scripts/build-kit.mjs +2 -1
- package/scripts/build-kit.test.mjs +44 -1
- package/scripts/release-delta-guard.mjs +32 -2
- package/scripts/release-delta-guard.test.mjs +37 -3
- package/src/commands/init.mjs +12 -1
- package/src/commands/update.mjs +2 -1
- package/src/lib/bundle.mjs +12 -6
- package/src/lib/manifest.mjs +13 -3
- package/src/lib/updateReconcile.mjs +22 -8
|
@@ -7,10 +7,10 @@ description: "Preview and transactionally apply a parity-verified agent-workflow
|
|
|
7
7
|
|
|
8
8
|
Update an installed consumer only from the public scoped package
|
|
9
9
|
`@ikon85/agent-workflow-kit`. The unscoped `agent-workflow-kit` package belongs
|
|
10
|
-
to another publisher and is never a valid update source. Existing
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
10
|
+
to another publisher and is never a valid update source. Existing direct
|
|
11
|
+
GitHub installs remain valid, but updates must use the scoped npm release so
|
|
12
|
+
the shared release-parity checker can prove that npm and the matching GitHub
|
|
13
|
+
release contain the same artifact.
|
|
14
14
|
|
|
15
15
|
## Workflow
|
|
16
16
|
|
|
@@ -239,9 +239,9 @@ repository?"* Offer exactly **Yes**, **Later**, and **No**.
|
|
|
239
239
|
- **Disable** — remove only exact kit-owned Agent commands and Git wiring
|
|
240
240
|
first, then set `enabled: false`.
|
|
241
241
|
|
|
242
|
-
|
|
243
|
-
opt-in/manual: never copy its
|
|
244
|
-
without repository evidence and user confirmation.
|
|
242
|
+
The seed's reference consumer uses the parity-on profile. Other consumers are
|
|
243
|
+
opt-in/manual: never copy its package-manager, path, shim, surface, or outage
|
|
244
|
+
decisions without repository evidence and user confirmation.
|
|
245
245
|
|
|
246
246
|
### 3. Section B — Triage labels
|
|
247
247
|
|
|
@@ -49,9 +49,9 @@ all-or-nothing switch.
|
|
|
49
49
|
## Profile shape
|
|
50
50
|
|
|
51
51
|
Reconcile only `safetyGuardrails`; preserve every sibling section, unknown key,
|
|
52
|
-
and consumer-owned value. The following is the
|
|
53
|
-
not a universal default. Other consumers choose each `enabled` value
|
|
54
|
-
only facts proven in their repository.
|
|
52
|
+
and consumer-owned value. The following is the reference consumer's parity-on
|
|
53
|
+
example, not a universal default. Other consumers choose each `enabled` value
|
|
54
|
+
and fill only facts proven in their repository.
|
|
55
55
|
|
|
56
56
|
```json
|
|
57
57
|
{
|
|
@@ -7,10 +7,10 @@ description: "Preview and transactionally apply a parity-verified agent-workflow
|
|
|
7
7
|
|
|
8
8
|
Update an installed consumer only from the public scoped package
|
|
9
9
|
`@ikon85/agent-workflow-kit`. The unscoped `agent-workflow-kit` package belongs
|
|
10
|
-
to another publisher and is never a valid update source. Existing
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
10
|
+
to another publisher and is never a valid update source. Existing direct
|
|
11
|
+
GitHub installs remain valid, but updates must use the scoped npm release so
|
|
12
|
+
the shared release-parity checker can prove that npm and the matching GitHub
|
|
13
|
+
release contain the same artifact.
|
|
14
14
|
|
|
15
15
|
## Workflow
|
|
16
16
|
|
|
@@ -239,9 +239,9 @@ repository?"* Offer exactly **Yes**, **Later**, and **No**.
|
|
|
239
239
|
- **Disable** — remove only exact kit-owned Agent commands and Git wiring
|
|
240
240
|
first, then set `enabled: false`.
|
|
241
241
|
|
|
242
|
-
|
|
243
|
-
opt-in/manual: never copy its
|
|
244
|
-
without repository evidence and user confirmation.
|
|
242
|
+
The seed's reference consumer uses the parity-on profile. Other consumers are
|
|
243
|
+
opt-in/manual: never copy its package-manager, path, shim, surface, or outage
|
|
244
|
+
decisions without repository evidence and user confirmation.
|
|
245
245
|
|
|
246
246
|
### 3. Section B — Triage labels
|
|
247
247
|
|
|
@@ -49,9 +49,9 @@ all-or-nothing switch.
|
|
|
49
49
|
## Profile shape
|
|
50
50
|
|
|
51
51
|
Reconcile only `safetyGuardrails`; preserve every sibling section, unknown key,
|
|
52
|
-
and consumer-owned value. The following is the
|
|
53
|
-
not a universal default. Other consumers choose each `enabled` value
|
|
54
|
-
only facts proven in their repository.
|
|
52
|
+
and consumer-owned value. The following is the reference consumer's parity-on
|
|
53
|
+
example, not a universal default. Other consumers choose each `enabled` value
|
|
54
|
+
and fill only facts proven in their repository.
|
|
55
55
|
|
|
56
56
|
```json
|
|
57
57
|
{
|
package/README.md
CHANGED
|
@@ -332,6 +332,20 @@ still reference. Flags: `--force` (overwrite pre-existing files on `init`),
|
|
|
332
332
|
|
|
333
333
|
## Release notes
|
|
334
334
|
|
|
335
|
+
### 0.26.2
|
|
336
|
+
|
|
337
|
+
- Metadata-only release.
|
|
338
|
+
|
|
339
|
+
### 0.26.1
|
|
340
|
+
|
|
341
|
+
- changed: `.agents/skills/kit-update/SKILL.md`
|
|
342
|
+
- changed: `.agents/skills/setup-workflow/SKILL.md`
|
|
343
|
+
- changed: `.agents/skills/setup-workflow/safety-guardrails.md`
|
|
344
|
+
- changed: `.claude/skills/kit-update/SKILL.md`
|
|
345
|
+
- changed: `.claude/skills/setup-workflow/SKILL.md`
|
|
346
|
+
- changed: `.claude/skills/setup-workflow/safety-guardrails.md`
|
|
347
|
+
- changed: `scripts/release-delta-guard.mjs`
|
|
348
|
+
|
|
335
349
|
### 0.26.0
|
|
336
350
|
|
|
337
351
|
- added: `.agents/skills/setup-workflow/safety-guardrails.md`
|