@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.
@@ -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 installs from
11
- `npx github:iKon85/agent-workflow-kit` remain valid, but updates must use the
12
- scoped npm release so the shared release-parity checker can prove that npm and
13
- the matching GitHub release contain the same artifact.
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
- Testreporter uses the parity-on profile from the seed. Other consumers are
243
- opt-in/manual: never copy its pnpm, path, shim, surface, or outage decisions
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 Testreporter parity-on example,
53
- not a universal default. Other consumers choose each `enabled` value and fill
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 installs from
11
- `npx github:iKon85/agent-workflow-kit` remain valid, but updates must use the
12
- scoped npm release so the shared release-parity checker can prove that npm and
13
- the matching GitHub release contain the same artifact.
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
- Testreporter uses the parity-on profile from the seed. Other consumers are
243
- opt-in/manual: never copy its pnpm, path, shim, surface, or outage decisions
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 Testreporter parity-on example,
53
- not a universal default. Other consumers choose each `enabled` value and fill
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
  {
@@ -393,6 +393,7 @@
393
393
  "claude",
394
394
  "codex"
395
395
  ],
396
+ "installRole": "maintainer",
396
397
  "provenance": "own"
397
398
  },
398
399
  "project-release": {
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`