Fountain Coach Gitowner-controlled · read only

midi2-gpu-fabric.git · package.json

midi2-gpu-fabric.git / package.json

revision 392cb61605ed48d270c7c30e9b9ad330e35e282e · complete file

{
  "name": "midi2-gpu-fabric",
  "version": "0.1.0",
  "description": "MIDI 2.0 + GPU workspace powered by @fountain-coach/midi-backplane.",
  "type": "module",
  "scripts": {
    "fetch:idl": "node tools/fetch-idl.mjs",
    "lint:idl": "node tools/midi-schema-lint/index.mjs schema/idl.yaml",
    "reasoning:capability-governance": "node tools/copilot-capability-governance.mjs",
    "reasoning:contract": "node tools/generate-copilot-capabilities.mjs && node tools/midi-schema-to-reasoning/index.mjs --idl schema/idl.yaml --facts schema/facts.json --roles schema/roles.midi2-gpu-fabric.json --root-agents AGENTS.md --app-agents apps/modernization-studio/AGENTS.md --app-agents apps/stage-native/AGENTS.md --app-agents apps/teatro-stage-web/AGENTS.md --overlay schema/reasoning-manifest.overlay.json --capabilities schema/modernization-studio-capabilities.json --out schema/reasoning-manifest.json --bundle-out apps/modernization-studio/Sources/ReframeApp/Resources/ReasoningManifest.json --bundle-out apps/stage-native/Sources/StageNativeApp/Resources/ReasoningManifest.json",
    "facts": "npm run guard:idl && node tools/midi-schema-to-facts/index.mjs schema/idl.yaml --out schema/facts.json && npm run openapi && npm run reasoning:contract",
    "test": "node apps/js-sample/test.js && node apps/js-sample/screenplay-bridge.test.mjs && node apps/js-sample/screenplay-e2e.test.mjs && node apps/js-sample/screenplay-multiblock.test.mjs && node apps/js-sample/rig-preview.test.mjs",
    "test:integration": "node apps/js-sample/integration.test.mjs",
    "test:bridge": "node apps/js-sample/screenplay-bridge.test.mjs",
    "test:screenplay-e2e": "node apps/js-sample/screenplay-e2e.test.mjs",
    "test:capability-matrix": "swift test --package-path apps/modernization-studio --filter CopilotCapabilityPolicyTests.testDeterministicCapabilityMatrixHasOriginAndProviderParity",
    "lora:dataset": "node tools/lora-dataset.mjs",
    "lora:train": "node tools/lora-train.mjs",
    "lora:eval": "node tools/lora-eval.mjs",
    "lora:promote": "node tools/lora-promote.mjs",
    "guard:idl": "node tools/idl-guard.mjs",
    "openapi": "node tools/midi-schema-to-openapi/index.mjs",
    "guard:openapi": "node tools/midi-schema-to-openapi/index.mjs --check"
  },
  "dependencies": {
    "@fountain-coach/midi-backplane": "file:vendor/midi-backplane",
    "yaml": "^2.4.1"
  }
}