@ai-matrx/associations 0.5.0 → 0.5.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
@@ -1,6 +1,13 @@
1
1
  # Changelog — @ai-matrx/associations
2
2
 
3
- ## 0.5.0 — 2026-08-29 (unreleased; W6 — the comments canonical UI)
3
+ ## 0.5.1 — 2026-08-30 (vocabulary patch)
4
+
5
+ - Entity-token vocabulary regenerated from the live registry: **655 tokens**
6
+ (+`workflow_comparison`). The C18 patch-release lane — matrx-frontend's
7
+ `check:entity-types` parity gate demanded it during the W6 host adoption.
8
+ No code changes.
9
+
10
+ ## 0.5.0 — 2026-08-29 (W6 — the comments canonical UI)
4
11
 
5
12
  W6 per rulings C4/C18: the comments canonical UI is built IN this package —
6
13
  a GREENFIELD build (matrx-frontend had only a 165-line service, zero
@@ -695,6 +695,7 @@ var ENTITY_TYPE_METADATA = {
695
695
  "workflow": { token: "workflow", schema: "workflow", table: "definition", label: "Workflow", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: true, titleColumn: "name", contentRole: "utility", referenceCategory: null },
696
696
  "workflow_card": { token: "workflow_card", schema: "workflow", table: "card", label: "Workflow Card", baseTier: 1, isComponent: true, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
697
697
  "workflow_checkpoint": { token: "workflow_checkpoint", schema: "workflow", table: "checkpoint", label: "Workflow Checkpoint", baseTier: 1, isComponent: true, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
698
+ "workflow_comparison": { token: "workflow_comparison", schema: "workflow", table: "comparison", label: "Workflow Comparison", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
698
699
  "workflow_definition_version": { token: "workflow_definition_version", schema: "workflow", table: "definition_version", label: "Workflow Definition Version", baseTier: 1, isComponent: true, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: "name", contentRole: null, referenceCategory: null },
699
700
  "workflow_idempotency": { token: "workflow_idempotency", schema: "workflow", table: "idempotency", label: "Workflow Idempotency", baseTier: 1, isComponent: true, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
700
701
  "workflow_job": { token: "workflow_job", schema: "workflow", table: "job", label: "Workflow Job", baseTier: 1, isComponent: true, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
@@ -1351,6 +1352,7 @@ var ENTITY_TYPE_TOKENS = [
1351
1352
  "workflow",
1352
1353
  "workflow_card",
1353
1354
  "workflow_checkpoint",
1355
+ "workflow_comparison",
1354
1356
  "workflow_definition_version",
1355
1357
  "workflow_idempotency",
1356
1358
  "workflow_job",