@company-semantics/contracts 0.5.0 → 0.6.0

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@company-semantics/contracts",
3
- "version": "0.5.0",
3
+ "version": "0.6.0",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",
package/system/diagram.ts CHANGED
@@ -103,4 +103,6 @@ export interface DiagramSnapshot {
103
103
  specVersion: 'v1'
104
104
  /** Files this snapshot will write (manifest-driven automation) */
105
105
  generatedFiles: string[]
106
+ /** Generator identity for provenance and per-generator policy (v0.6.0) */
107
+ generatorId?: string
106
108
  }