@sabaiway/agent-workflow-engine 1.14.0 → 1.14.1

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/CHANGELOG.md CHANGED
@@ -2,7 +2,16 @@
2
2
 
3
3
  All notable changes to the methodology engine. Versions are this **package's** npm versions;
4
4
  they are distinct from the **deployment-lineage** stamp written into a project's `docs/ai/`
5
- (which tracks the shared `agent-workflow` lineage, head `1.3.0`).
5
+ (which tracks the shared `agent-workflow` lineage, head `2.0.0`).
6
+
7
+ ## 1.14.1 — npm 12 tarball-guard compat + the lineage-head preamble correction
8
+
9
+ A **patch** release (no canon content change; co-released with memory 2.0.0 + kit 1.42.0 — the
10
+ one-file-per-ADR store, AD-051). Two housekeeping fixes: the monorepo tarball-guard test now
11
+ accepts both `npm pack --json` output shapes (an array on npm ≤11, an object keyed by package name
12
+ on npm ≥12 — environment compat, assertions unchanged), and this changelog's standing preamble
13
+ tracks the deployment-lineage head bumped by the co-released memory MAJOR (`1.3.0` → `2.0.0`; the
14
+ head lives in the family's shared stamps, not in this package's version).
6
15
 
7
16
  ## 1.14.0 — The review canon names its computed instrument, activity-aware (AD-046)
8
17
 
package/SKILL.md CHANGED
@@ -3,7 +3,7 @@ name: agent-workflow-engine
3
3
  description: Canonical home of the agent-workflow planning methodology — the Plan→Phase→Step→Substep vocabulary, plan lifecycle, queue.md series index, mandatory Cleanup phase, the bounded methodology slot fragment, the orchestration-recipe vocabulary (Solo / Reviewed / Council / Delegated), and the activity-procedures canon (plan-authoring / plan-execution, with typed recipe slots). A published, installable npm package (available:true) that *provides* the methodology text; it mutates nothing. The composition root (agent-workflow-kit) reads this canon LIVE from the installed engine and injects the bounded slots from it — one source of truth, no bundled mirror; `npx @sabaiway/agent-workflow-kit@latest init` installs the engine.
4
4
  disable-model-invocation: true
5
5
  metadata:
6
- version: '1.14.0'
6
+ version: '1.14.1'
7
7
  ---
8
8
 
9
9
  # agent-workflow-engine
package/capability.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "schema": 1,
4
4
  "name": "agent-workflow-engine",
5
5
  "kind": "methodology-engine",
6
- "version": "1.14.0",
6
+ "version": "1.14.1",
7
7
  "available": true,
8
8
  "provides": ["plan"],
9
9
  "roles": {},
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sabaiway/agent-workflow-engine",
3
- "version": "1.14.0",
3
+ "version": "1.14.1",
4
4
  "description": "Canonical home of the agent-workflow planning methodology — the Plan→Phase→Step vocabulary, plan lifecycle, queue.md series index, and mandatory Cleanup phase, consumed by the kit (composition root). The methodology engine of the agent-workflow family.",
5
5
  "keywords": [
6
6
  "ai-agents",