@tiinex/core 0.4.0 → 0.5.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": "@tiinex/core",
3
- "version": "0.4.0",
3
+ "version": "0.5.0",
4
4
  "description": "Shared host-neutral Tiinex implementation core for artifacts, schemas, validation, lineage, grounding, Handoffs, provenance and deterministic workflows.",
5
5
  "type": "module",
6
6
  "sideEffects": true,
@@ -167,12 +167,12 @@
167
167
  "type": "git",
168
168
  "url": "git+https://github.com/Tiinex/core.git"
169
169
  },
170
- "gitHead": "b11f8a0c6204578b17cbbfe90bf9b7602ec2a575",
170
+ "gitHead": "52af987f64464878ba9c497921e21b70215c6971",
171
171
  "tiinexRelease": {
172
172
  "policy": "tiinex.master-npm-release.v1",
173
- "sourceCommit": "b11f8a0c6204578b17cbbfe90bf9b7602ec2a575",
174
- "sourceTree": "081d90e1b37c422494491fc3a798e88f1c23d3bd",
173
+ "sourceCommit": "52af987f64464878ba9c497921e21b70215c6971",
174
+ "sourceTree": "1a8f10b3166397e65f47d43472abb70367374d4c",
175
175
  "repository": "Tiinex/core",
176
- "previousVersion": "0.3.0"
176
+ "previousVersion": "0.4.0"
177
177
  }
178
178
  }
@@ -195,7 +195,7 @@ function projectWorkspaceCarrierHumanOutput(result = {}) {
195
195
  const projection = result.carrierProjection || {};
196
196
  const ready = result.status === 'ready' && projection.status === 'ready' && projection.mode === 'workspace' && (projection.routes || []).length === 0;
197
197
  const dimension = String(projection.lineage?.dimension || '001');
198
- const filename = `tiinex-workspace-${dimension}.handoff-package.zip`;
198
+ const filename = `tiinex-${dimension}.handoff-package.zip`;
199
199
  return Object.freeze({
200
200
  schema: 'tiinex.portable.handoff-human-output.v1',
201
201
  status: ready ? 'ready' : 'blocked',