@holoscript/core 8.0.10 → 8.0.12

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.
Files changed (41) hide show
  1. package/dist/{HoloCompositionParser-UZH6Y4HO.cjs → HoloCompositionParser-3XEC7IJC.cjs} +11 -11
  2. package/dist/{HoloCompositionParser-K76KTEEE.js → HoloCompositionParser-FLBZKFD3.js} +4 -4
  3. package/dist/{HoloScriptPlusParser-FTMCGWXD.js → HoloScriptPlusParser-55AY4MUF.js} +4 -4
  4. package/dist/{HoloScriptPlusParser-LQR5GIKF.cjs → HoloScriptPlusParser-RNUCHOAJ.cjs} +7 -7
  5. package/dist/{chunk-NFFHLX37.cjs → chunk-3KMANSQJ.cjs} +4 -4
  6. package/dist/{chunk-C65C5VED.cjs → chunk-5H5GFBMG.cjs} +5 -5
  7. package/dist/{chunk-CANAL6CT.cjs → chunk-656IAS7B.cjs} +6 -6
  8. package/dist/{chunk-CM4NHXVO.cjs → chunk-7N63JHUN.cjs} +3 -3
  9. package/dist/{chunk-DBH3D2MU.js → chunk-7NPZZZD7.js} +3 -3
  10. package/dist/{chunk-Z6LZUYZF.js → chunk-CP7V3ATL.js} +7 -5
  11. package/dist/{chunk-6NTAZN5Z.cjs → chunk-EI5G5JLY.cjs} +5 -5
  12. package/dist/{chunk-SZOLTWWD.js → chunk-FHVPN7BN.js} +3 -3
  13. package/dist/{chunk-LHNHO27U.cjs → chunk-G3BM3CT4.cjs} +5 -5
  14. package/dist/{chunk-X75H75UY.cjs → chunk-J3UHV5T4.cjs} +4 -4
  15. package/dist/{chunk-OV6HHKLE.cjs → chunk-OIBRWLPY.cjs} +7 -5
  16. package/dist/{chunk-BXSOEQI3.js → chunk-QX34ELJ7.js} +3 -3
  17. package/dist/{chunk-4Q7RKQQI.cjs → chunk-RMOEL2GD.cjs} +5 -5
  18. package/dist/{chunk-SE7ANBGN.js → chunk-TX6ZBIF4.js} +3 -3
  19. package/dist/{chunk-GIBF4BHH.js → chunk-TYNRXRHF.js} +5 -5
  20. package/dist/{chunk-WKEK4NCA.js → chunk-USOUXQYD.js} +4 -4
  21. package/dist/{chunk-GP3OKSKT.js → chunk-VO52AJD5.js} +3 -3
  22. package/dist/{chunk-5OUOMBKK.js → chunk-Z4IUBW46.js} +5 -5
  23. package/dist/cli/holoscript-runner.cjs +9 -9
  24. package/dist/cli/holoscript-runner.js +2 -2
  25. package/dist/compiler/incremental.cjs +6 -6
  26. package/dist/compiler/incremental.js +1 -1
  27. package/dist/compiler/index.cjs +79 -79
  28. package/dist/compiler/index.js +3 -3
  29. package/dist/entries/scripting.cjs +5 -5
  30. package/dist/entries/scripting.js +1 -1
  31. package/dist/evolution/index.cjs +16 -16
  32. package/dist/evolution/index.js +5 -5
  33. package/dist/index.cjs +184 -184
  34. package/dist/index.js +15 -15
  35. package/dist/parser.cjs +18 -18
  36. package/dist/parser.js +4 -4
  37. package/dist/reconstruction/index.cjs +38 -38
  38. package/dist/reconstruction/index.js +2 -2
  39. package/dist/traits/index.cjs +4 -4
  40. package/dist/traits/index.js +1 -1
  41. package/package.json +21 -21
package/dist/index.js CHANGED
@@ -7,12 +7,12 @@ export { controlLoopHandler, stepMpc, stepPid } from './chunk-KPGC7SK2.js';
7
7
  export { SensorRingBuffer, applyNoise, boxMuller, computeWindowStats, recordReading, sensorSamplingHandler } from './chunk-J2DAS2PL.js';
8
8
  export { debitBalance, depositBalance, stakeBalance, transactionHandler, unstakeBalance } from './chunk-GTIPOEHN.js';
9
9
  export { consolidate, createMatterUnit } from './chunk-BG7RPYJP.js';
10
- export { ANCHOR_DEFAULTS, ARCORE_DEPTH_RECOMMENDED_RANGE_MILLIMETERS, HOLOMAP_MOBILE_SENSOR_BUNDLE_VERSION, TRAJECTORY_DEFAULTS, arCoreDepthFrameToMobileSensorFrame, cameraPoseFromColumnMajorTransform, createAnchorContext, createArCoreDepthMobileSensorBundle, createFusedAttentionBackend, createTrajectoryMemory, mobileSensorBundleToFrames, replayMobileSensorBundle, validateMobileSensorBundle } from './chunk-BXSOEQI3.js';
11
- export { CORPUS_PORTFOLIO, accrueOneStep, dedupRows, makeOllamaProposer, makeSeedGate, makeWasmCompilerFitnessGate, parsesClean, runEvolution, scoreWasmCompilerArtifact, toGradedTraceRow, wasmFitnessBaselineFromScenario } from './chunk-WKEK4NCA.js';
10
+ export { ANCHOR_DEFAULTS, ARCORE_DEPTH_RECOMMENDED_RANGE_MILLIMETERS, HOLOMAP_MOBILE_SENSOR_BUNDLE_VERSION, TRAJECTORY_DEFAULTS, arCoreDepthFrameToMobileSensorFrame, cameraPoseFromColumnMajorTransform, createAnchorContext, createArCoreDepthMobileSensorBundle, createFusedAttentionBackend, createTrajectoryMemory, mobileSensorBundleToFrames, replayMobileSensorBundle, validateMobileSensorBundle } from './chunk-QX34ELJ7.js';
11
+ export { CORPUS_PORTFOLIO, accrueOneStep, dedupRows, makeOllamaProposer, makeSeedGate, makeWasmCompilerFitnessGate, parsesClean, runEvolution, scoreWasmCompilerArtifact, toGradedTraceRow, wasmFitnessBaselineFromScenario } from './chunk-USOUXQYD.js';
12
12
  export { checkParameterEnvelope, isInEnvelope } from './chunk-HIDEIEFG.js';
13
13
  export { autoLoadPluginsFromManifests, combinePluginRegistrations, manifestTraitNames, traitName } from './chunk-RKGUZBOC.js';
14
- import { init_MJCFCompiler, init_MJXCompiler, init_EmbodiedDatasetCompiler, init_PCGGraphCompiler, init_A2AAgentCardCompiler, init_OmnigentAgentYamlCompiler, init_NIRCompiler, init_SDKCompiler, init_LlamaServerCompiler, init_DialectRegistry, CodeEditorCompiler, DialectRegistry, LlamaServerCompiler, EdgeCompiler, SCMCompiler, SDKCompiler, SVGCompiler, GaussianTrainCompiler, ThreeDTilesCompiler, GaussianSplattingCompiler, FMUCompiler, NIRCompiler, OmnigentAgentYamlCompiler, A2AAgentCardCompiler, PCGGraphCompiler, EmbodiedDatasetCompiler, MJXCompiler, MJCFCompiler, USDZPipeline } from './chunk-GIBF4BHH.js';
15
- export { BUILTIN_RESOURCES, CAPABILITY_HIERARCHY, CATEGORY_DEFAULT_EMBODIMENT, CompilerBridge, CrossRealityTraitRegistry, EFFECT_TO_CAPABILITY, HANDOFF_PATH_RULES, HOLOMAP_CAPTURE_DEFAULT_PROVENANCE, LinearTypeChecker, MVC_BUDGET_CONSTRAINTS, PLATFORM_BUDGETS, PLATFORM_EMBODIMENT_OVERRIDES, POINT_PROVENANCE_CLASS_BY_CODE, POINT_PROVENANCE_CODE, PROVENANCE_RECEIPT_VERSION, ResourceBudgetAnalyzer, SpatialPartitionPass, TRAIT_RESOURCE_COSTS, TRAIT_RESOURCE_MAP, TRUST_LEVEL_CAPABILITIES, USDZPipeline, bestCategoryForTraits, buildProvenanceReceipt, buildSafetyReport, checkCapabilities, compilePipelineSource, compilePipelineSourceToNode, compilePipelineSourceToPython, compilePipelineToNode, compilePipelineToPython, createCrossRealityTraitRegistry, densifyByInterpolation, deriveRequirements, expandCapabilities, formatReport, generateCertificate, getCompilerBridge, getCrossRealityTraitRegistry, provenanceClassToCode, provenanceCodeToClass, provenanceHistogram, quickSafetyCheck, resetCrossRealityTraitRegistry, runSafetyPass, selectModality, selectModalityForAll, spatialPartition, uniformProvenance } from './chunk-GIBF4BHH.js';
14
+ import { init_MJCFCompiler, init_MJXCompiler, init_EmbodiedDatasetCompiler, init_PCGGraphCompiler, init_A2AAgentCardCompiler, init_OmnigentAgentYamlCompiler, init_NIRCompiler, init_SDKCompiler, init_LlamaServerCompiler, init_DialectRegistry, CodeEditorCompiler, DialectRegistry, LlamaServerCompiler, EdgeCompiler, SCMCompiler, SDKCompiler, SVGCompiler, GaussianTrainCompiler, ThreeDTilesCompiler, GaussianSplattingCompiler, FMUCompiler, NIRCompiler, OmnigentAgentYamlCompiler, A2AAgentCardCompiler, PCGGraphCompiler, EmbodiedDatasetCompiler, MJXCompiler, MJCFCompiler, USDZPipeline } from './chunk-TYNRXRHF.js';
15
+ export { BUILTIN_RESOURCES, CAPABILITY_HIERARCHY, CATEGORY_DEFAULT_EMBODIMENT, CompilerBridge, CrossRealityTraitRegistry, EFFECT_TO_CAPABILITY, HANDOFF_PATH_RULES, HOLOMAP_CAPTURE_DEFAULT_PROVENANCE, LinearTypeChecker, MVC_BUDGET_CONSTRAINTS, PLATFORM_BUDGETS, PLATFORM_EMBODIMENT_OVERRIDES, POINT_PROVENANCE_CLASS_BY_CODE, POINT_PROVENANCE_CODE, PROVENANCE_RECEIPT_VERSION, ResourceBudgetAnalyzer, SpatialPartitionPass, TRAIT_RESOURCE_COSTS, TRAIT_RESOURCE_MAP, TRUST_LEVEL_CAPABILITIES, USDZPipeline, bestCategoryForTraits, buildProvenanceReceipt, buildSafetyReport, checkCapabilities, compilePipelineSource, compilePipelineSourceToNode, compilePipelineSourceToPython, compilePipelineToNode, compilePipelineToPython, createCrossRealityTraitRegistry, densifyByInterpolation, deriveRequirements, expandCapabilities, formatReport, generateCertificate, getCompilerBridge, getCrossRealityTraitRegistry, provenanceClassToCode, provenanceCodeToClass, provenanceHistogram, quickSafetyCheck, resetCrossRealityTraitRegistry, runSafetyPass, selectModality, selectModalityForAll, spatialPartition, uniformProvenance } from './chunk-TYNRXRHF.js';
16
16
  export { generateHullGeometry, generateMembraneGeometry, generateSplineGeometry } from './chunk-UDE4OZMR.js';
17
17
  import { MATERIAL_PRESETS, ENVIRONMENT_PRESETS } from './chunk-3F7ZZWIN.js';
18
18
  export { ENVIRONMENT_PRESETS } from './chunk-3F7ZZWIN.js';
@@ -31,7 +31,7 @@ export { hololand_exports as hololand } from './chunk-JOTCTHN5.js';
31
31
  export { CompositionTestRunner, DEFAULT_STDLIB_POLICY, PROTOCOL_CONSTANTS, TEST_TRAIT, buildStdlibPermissionScopeDiff, calculateRevenueDistribution, checkLicenseCompatibility, createStdlibActions, ethToWei, evaluateStdlibPermissionScopePolicy, findExtraPermissionScopes, findMissingRequiredPermissionScopes, formatRevenueDistribution, isPathAllowed, isValidPermissionScopeName, normalizePermissionScopeName, parseHostFromUrl, redactStdlibPermissionPreview, registerStdlib, resolveImportChain, resolveRepoRelativePath, stdlibPermissionPreviewHasPublicLeak, testHandler, toStringArray, truncateText, weiToEth } from './chunk-Q265VZJ4.js';
32
32
  export { AsyncFunctionHandler, ErrorBoundary, ExportImportHandler, InteropContext, TypeScriptTypeLoader } from './chunk-TPZ3BN2D.js';
33
33
  export { SkeletonTrait as SkeletonAnimationTrait, createSkeletonTrait } from './chunk-5EDVCNRT.js';
34
- export { BUILD_TIMESTAMP, GIT_COMMIT_SHA, HOLOMAP_DEFAULTS, HOLOMAP_DENSE_PROOF_DEFAULTS, HOLOSCRIPT_VERSION, anchorReconstructionManifest, assertWeightCid, computeReconstructionManifestDigest, createHoloMapMicroEncoder, createHoloMapRunId, createHoloMapRuntime, createPagedKVCache, deserializeMicroWeights, frameToMicroImage, getCachedWeightBlob, getVersionInfo, getVersionString, loadHoloMapWeightBlob, logHoloMapEvent, mergeAnchoredProvenance, normalizeWeightCidDigest, putCachedWeightBlob, resetHoloMapTelemetryForTests, runHoloMapMicroEncoderCpu, selfAttestReconstructionManifest, serializeMicroWeights, stripAnchoredProvenance, tryCreateHoloMapEncoderDevice } from './chunk-5OUOMBKK.js';
34
+ export { BUILD_TIMESTAMP, GIT_COMMIT_SHA, HOLOMAP_DEFAULTS, HOLOMAP_DENSE_PROOF_DEFAULTS, HOLOSCRIPT_VERSION, anchorReconstructionManifest, assertWeightCid, computeReconstructionManifestDigest, createHoloMapMicroEncoder, createHoloMapRunId, createHoloMapRuntime, createPagedKVCache, deserializeMicroWeights, frameToMicroImage, getCachedWeightBlob, getVersionInfo, getVersionString, loadHoloMapWeightBlob, logHoloMapEvent, mergeAnchoredProvenance, normalizeWeightCidDigest, putCachedWeightBlob, resetHoloMapTelemetryForTests, runHoloMapMicroEncoderCpu, selfAttestReconstructionManifest, serializeMicroWeights, stripAnchoredProvenance, tryCreateHoloMapEncoderDevice } from './chunk-Z4IUBW46.js';
35
35
  export { computeHoloMapReplayFingerprint, fnv1a32Hex } from './chunk-WNNE3PO3.js';
36
36
  export { AIDriverTrait, ARKIT_MOUTH_SHAPES, AnimationTrait, BehaviorTreeRunner, MorphTrait as BlendShapeTrait, CharacterTrait, ComponentType, DEFAULT_ANIMATION_MAP, DEFAULT_AUTONOMY_GUARD_POLICY, DEFAULT_EXPRESSION_PRESETS, DEFAULT_FREQUENCY_BANDS, DRAFT_DEFAULTS, DRAFT_TRAIT, DialogTrait, DraftManager, ECSWorld, EmotionDirectiveTrait, GOAPPlanner, IKTrait, JointTrait, LIGHTING_PRESETS, LightingTrait, LipSyncTrait, LobbyTrait, MATERIAL_PRESETS, MaterialTrait, NetworkedTrait, OCULUS_VISEME_MAP, REFUSED_CARE_OPTIMIZATION_TARGETS, RenderingTrait, RigidbodyTrait, SHADER_CHUNKS, SHADER_PRESETS, ShaderTrait, TriggerTrait, VRTraitRegistry, VoiceInputTrait, VoiceOutputTrait, accessibleHandler, aiInpaintingHandler, aiTextureGenHandler, alertHandler, altTextHandler, ambisonicsHandler, anchorHandler, animationConfigFromStateMachine, audioMaterialHandler, audioOcclusionHandler, audioPortalHandler, autoRigHandler, avatarEmbodimentHandler, behaviorTreeHandler, bodyTrackingHandler, buoyancyHandler, chainHandler, clothHandler, coLocatedHandler, computeHandler, controlNetHandler, controllerInputHandler, createAIDriverTrait, createAnimationTrait, createMorphTrait as createBlendShapeTrait, createCareField, createCharacterTrait, createDialogTrait, createEmotionDirectiveTrait, createIKTrait, createJointTrait, createLightingTrait, createLipSyncTrait, createLobbyTrait, createMaterialTrait, createNativeAutoRigPlan, createNetworkedTrait, createRenderingTrait, createRepairLoop, createRigidbodyTrait, createShaderTrait, createTriggerTrait, createVoiceInputTrait, createVoiceOutputTrait, dataBindingHandler, destructionHandler, dialogueHandler, diffusionRealtimeHandler, digitalTwinHandler, dropTableHandler, effectiveWeight, emotionHandler, emotionalVoiceHandler, encounterHandler, evaluateAutonomyGuard, evolveProgramHandler, extractPayload, faceTrackingHandler, factionHandler, fbxHandler, flowFieldHandler, fluidHandler, gaussianSplatHandler, generatedMeshHandler, geospatialAnchorHandler, geospatialEnvHandler, getCachedThingDescription, getMQTTSinkClient, getMQTTSinkState, getMQTTSourceClient, getMQTTSourceState, getWoTThingState, gltfHandler, goalOrientedHandler, gpuBufferHandler, gpuParticleHandler, gpuPhysicsHandler, handTrackingHandler, hapticCueHandler, hasMQTTSinkTrait, hasMQTTSourceTrait, hasWoTThingTrait, headTrackedAudioHandler, heatmap3dHandler, highContrastHandler, hrtfHandler, invalidateThingDescription, isMQTTSinkConnected, isMQTTSourceConnected, layerAwareHandler, lightEstimationHandler, llmAgentHandler, luckHandler, magnifiableHandler, marketplaceHandler, materialXHandler, memoryHandler, meshDetectionHandler, motionReducedHandler, mqttSinkHandler, mqttSourceHandler, multiAgentHandler, nerfHandler, neuralLinkHandler, nftHandler, occlusionHandler, patrolHandler, perceptionHandler, perceptualColorHandler, persistentAnchorHandler, photogrammetryHandler, pickByWeight, planeDetectionHandler, poiHandler, pointCloudHandler, portableHandler, provenanceDensifyHandler, provenanceHandler, publishToMQTTSink, rbacHandler, recordGratitude, rememberRelationalContext, remotePresenceHandler, reverbZoneHandler, roleHandler, rooftopAnchorHandler, ropeHandler, sampleTrack, sceneGraphHandler, screenReaderHandler, sensorHandler, sharePlayHandler, sharedAnchorHandler, sharedWorldHandler, shouldFire, softBodyHandler, sonificationHandler, spatialAccessoryHandler, spatialAudioCueHandler, spatialPersonaHandler, spectatorHandler, statHandler, subtitleHandler, terrainAnchorHandler, tokenGatedHandler, usdHandler, userMonitorHandler, validateCareField, voiceProximityHandler, volumetricVideoHandler, vpsHandler, vrTraitRegistry, walletHandler, windHandler, wotThingHandler } from './chunk-BQJ3YBF3.js';
37
37
  import './chunk-6TRX6AR2.js';
@@ -51,8 +51,8 @@ import { init_StateCompiler, StateCompiler } from './chunk-KFVNCW4Q.js';
51
51
  import { TraitCompositionCompiler } from './chunk-TSTFYGGX.js';
52
52
  export { TraitCompositionCompiler } from './chunk-TSTFYGGX.js';
53
53
  export { AuthorityTier, MaxPlusSemiring, MinPlusSemiring, ProvenanceSemiring, SumProductSemiring, TRAIT_ZERO, authorityWeight, createDeadElement, isDeadElement, strategyToSemiring } from './chunk-DQRJ5RJG.js';
54
- import { IncrementalCompiler } from './chunk-GP3OKSKT.js';
55
- export { IncrementalCompiler, TraitDependencyGraph, createIncrementalCompiler, globalTraitGraph } from './chunk-GP3OKSKT.js';
54
+ import { IncrementalCompiler } from './chunk-VO52AJD5.js';
55
+ export { IncrementalCompiler, TraitDependencyGraph, createIncrementalCompiler, globalTraitGraph } from './chunk-VO52AJD5.js';
56
56
  import { computeContentHash } from './chunk-4R6SBXDB.js';
57
57
  export { classifyPublishMode, computeContentHash, extractImports, generateProvenance } from './chunk-4R6SBXDB.js';
58
58
  import { init_AndroidCompiler, AndroidCompiler } from './chunk-HVX7QQYK.js';
@@ -98,13 +98,13 @@ import './chunk-5CURIYGT.js';
98
98
  export { DeterminismHarness, captureEnvironment, describeEnvironment, hashBytes } from './chunk-DD2JQ7TS.js';
99
99
  export { vec3Add, vec3Cross, vec3CrossArray, vec3Distance, vec3Dot, vec3Length, vec3Normalize, vec3NormalizeInPlace, vec3Scale, vec3ScaleArray, vec3Sub, vec3SubArray } from './chunk-33YHE7HX.js';
100
100
  export { TROPICAL_INF, barabasiAlbertCsr, csrFromDense, erdosRenyiCsr, layeredNeuralCsr, maxAbsDiff, mulberry32, tropicalMinPlusSpmv, tropicalMinPlusSpmvDense } from './chunk-GLEJ2TLS.js';
101
- import { TypeScriptHsplusGrammar, normalizeHsplusGrammarErrors, GrammarModuleRegistry } from './chunk-SE7ANBGN.js';
102
- import { parseHolo, HoloCompositionParser } from './chunk-SZOLTWWD.js';
103
- export { HoloCompositionParser, parseHolo, parseHoloPartial, parseHoloStrict } from './chunk-SZOLTWWD.js';
101
+ import { TypeScriptHsplusGrammar, normalizeHsplusGrammarErrors, GrammarModuleRegistry } from './chunk-TX6ZBIF4.js';
102
+ import { parseHolo, HoloCompositionParser } from './chunk-FHVPN7BN.js';
103
+ export { HoloCompositionParser, parseHolo, parseHoloPartial, parseHoloStrict } from './chunk-FHVPN7BN.js';
104
104
  export { isPipelineSource, parsePipeline } from './chunk-SYTRBGDS.js';
105
- import { parse } from './chunk-DBH3D2MU.js';
106
- export { ChunkBasedIncrementalParser, HSPLUS_ERROR_CODES, HoloScriptPlusParser, ParseCache, createKeywordError, createParser, createRichError, createTraitError, findSimilarKeyword, findSimilarTrait, formatRichError, formatRichErrors, getErrorCodeDocumentation, getSourceContext, globalParseCache, parse, parse as parseHoloScriptPlus, parseIncrementalChunks } from './chunk-DBH3D2MU.js';
107
- export { ErrorRecovery, HOLOSCHEMA_GEOMETRIES, HOLOSCHEMA_KEYWORDS, HOLOSCHEMA_PROPERTIES } from './chunk-Z6LZUYZF.js';
105
+ import { parse } from './chunk-7NPZZZD7.js';
106
+ export { ChunkBasedIncrementalParser, HSPLUS_ERROR_CODES, HoloScriptPlusParser, ParseCache, createKeywordError, createParser, createRichError, createTraitError, findSimilarKeyword, findSimilarTrait, formatRichError, formatRichErrors, getErrorCodeDocumentation, getSourceContext, globalParseCache, parse, parse as parseHoloScriptPlus, parseIncrementalChunks } from './chunk-7NPZZZD7.js';
107
+ export { ErrorRecovery, HOLOSCHEMA_GEOMETRIES, HOLOSCHEMA_KEYWORDS, HOLOSCHEMA_PROPERTIES } from './chunk-CP7V3ATL.js';
108
108
  import './chunk-UNMVGZVW.js';
109
109
  export { LIFECYCLE_HOOKS, STRUCTURAL_DIRECTIVES } from './chunk-JBYBMBMW.js';
110
110
  import { VR_TRAITS } from './chunk-2EGGAZT3.js';
@@ -12332,7 +12332,7 @@ var ColyseusCompiler = class extends CompilerBase {
12332
12332
  this.importedBrains = /* @__PURE__ */ new Set();
12333
12333
  this.importedBrainDecls = [];
12334
12334
  const resolutionWarnings = [];
12335
- const { HoloCompositionParser: HoloCompositionParser2 } = await import('./HoloCompositionParser-K76KTEEE.js');
12335
+ const { HoloCompositionParser: HoloCompositionParser2 } = await import('./HoloCompositionParser-FLBZKFD3.js');
12336
12336
  const parser = new HoloCompositionParser2();
12337
12337
  const parsed = parser.parse(source);
12338
12338
  if (!parsed.success || !parsed.ast) {
@@ -12403,7 +12403,7 @@ var ColyseusCompiler = class extends CompilerBase {
12403
12403
  }
12404
12404
  async ingestBrains(text, file, warnings) {
12405
12405
  try {
12406
- const { HoloScriptPlusParser: HoloScriptPlusParser2 } = await import('./HoloScriptPlusParser-FTMCGWXD.js');
12406
+ const { HoloScriptPlusParser: HoloScriptPlusParser2 } = await import('./HoloScriptPlusParser-55AY4MUF.js');
12407
12407
  const parser = new HoloScriptPlusParser2({ enableTypeScriptImports: false });
12408
12408
  const result = parser.parse(text);
12409
12409
  const decls = this.collectBrainDecls(result);
package/dist/parser.cjs CHANGED
@@ -1,10 +1,10 @@
1
1
  'use strict';
2
2
 
3
- var chunkNFFHLX37_cjs = require('./chunk-NFFHLX37.cjs');
4
- var chunkX75H75UY_cjs = require('./chunk-X75H75UY.cjs');
3
+ var chunk3KMANSQJ_cjs = require('./chunk-3KMANSQJ.cjs');
4
+ var chunkJ3UHV5T4_cjs = require('./chunk-J3UHV5T4.cjs');
5
5
  require('./chunk-3VBO3IYQ.cjs');
6
- var chunkCANAL6CT_cjs = require('./chunk-CANAL6CT.cjs');
7
- require('./chunk-OV6HHKLE.cjs');
6
+ var chunk656IAS7B_cjs = require('./chunk-656IAS7B.cjs');
7
+ require('./chunk-OIBRWLPY.cjs');
8
8
  require('./chunk-YP5CHEYU.cjs');
9
9
  require('./chunk-OMNHTCS4.cjs');
10
10
  require('./chunk-EI3J6LTW.cjs');
@@ -19,59 +19,59 @@ require('./chunk-ZHPMP447.cjs');
19
19
 
20
20
  Object.defineProperty(exports, "GrammarModuleRegistry", {
21
21
  enumerable: true,
22
- get: function () { return chunkNFFHLX37_cjs.GrammarModuleRegistry; }
22
+ get: function () { return chunk3KMANSQJ_cjs.GrammarModuleRegistry; }
23
23
  });
24
24
  Object.defineProperty(exports, "TypeScriptHsplusGrammar", {
25
25
  enumerable: true,
26
- get: function () { return chunkNFFHLX37_cjs.TypeScriptHsplusGrammar; }
26
+ get: function () { return chunk3KMANSQJ_cjs.TypeScriptHsplusGrammar; }
27
27
  });
28
28
  Object.defineProperty(exports, "normalizeHsplusGrammarErrors", {
29
29
  enumerable: true,
30
- get: function () { return chunkNFFHLX37_cjs.normalizeHsplusGrammarErrors; }
30
+ get: function () { return chunk3KMANSQJ_cjs.normalizeHsplusGrammarErrors; }
31
31
  });
32
32
  Object.defineProperty(exports, "HoloCompositionParser", {
33
33
  enumerable: true,
34
- get: function () { return chunkX75H75UY_cjs.HoloCompositionParser; }
34
+ get: function () { return chunkJ3UHV5T4_cjs.HoloCompositionParser; }
35
35
  });
36
36
  Object.defineProperty(exports, "parseHolo", {
37
37
  enumerable: true,
38
- get: function () { return chunkX75H75UY_cjs.parseHolo; }
38
+ get: function () { return chunkJ3UHV5T4_cjs.parseHolo; }
39
39
  });
40
40
  Object.defineProperty(exports, "parseHoloPartial", {
41
41
  enumerable: true,
42
- get: function () { return chunkX75H75UY_cjs.parseHoloPartial; }
42
+ get: function () { return chunkJ3UHV5T4_cjs.parseHoloPartial; }
43
43
  });
44
44
  Object.defineProperty(exports, "parseHoloStrict", {
45
45
  enumerable: true,
46
- get: function () { return chunkX75H75UY_cjs.parseHoloStrict; }
46
+ get: function () { return chunkJ3UHV5T4_cjs.parseHoloStrict; }
47
47
  });
48
48
  Object.defineProperty(exports, "ChunkBasedIncrementalParser", {
49
49
  enumerable: true,
50
- get: function () { return chunkCANAL6CT_cjs.ChunkBasedIncrementalParser; }
50
+ get: function () { return chunk656IAS7B_cjs.ChunkBasedIncrementalParser; }
51
51
  });
52
52
  Object.defineProperty(exports, "HoloScriptPlusParser", {
53
53
  enumerable: true,
54
- get: function () { return chunkCANAL6CT_cjs.HoloScriptPlusParser; }
54
+ get: function () { return chunk656IAS7B_cjs.HoloScriptPlusParser; }
55
55
  });
56
56
  Object.defineProperty(exports, "ParseCache", {
57
57
  enumerable: true,
58
- get: function () { return chunkCANAL6CT_cjs.ParseCache; }
58
+ get: function () { return chunk656IAS7B_cjs.ParseCache; }
59
59
  });
60
60
  Object.defineProperty(exports, "createParser", {
61
61
  enumerable: true,
62
- get: function () { return chunkCANAL6CT_cjs.createParser; }
62
+ get: function () { return chunk656IAS7B_cjs.createParser; }
63
63
  });
64
64
  Object.defineProperty(exports, "globalParseCache", {
65
65
  enumerable: true,
66
- get: function () { return chunkCANAL6CT_cjs.globalParseCache; }
66
+ get: function () { return chunk656IAS7B_cjs.globalParseCache; }
67
67
  });
68
68
  Object.defineProperty(exports, "parse", {
69
69
  enumerable: true,
70
- get: function () { return chunkCANAL6CT_cjs.parse; }
70
+ get: function () { return chunk656IAS7B_cjs.parse; }
71
71
  });
72
72
  Object.defineProperty(exports, "parseIncrementalChunks", {
73
73
  enumerable: true,
74
- get: function () { return chunkCANAL6CT_cjs.parseIncrementalChunks; }
74
+ get: function () { return chunk656IAS7B_cjs.parseIncrementalChunks; }
75
75
  });
76
76
  //# sourceMappingURL=parser.cjs.map
77
77
  //# sourceMappingURL=parser.cjs.map
package/dist/parser.js CHANGED
@@ -1,8 +1,8 @@
1
- export { GrammarModuleRegistry, TypeScriptHsplusGrammar, normalizeHsplusGrammarErrors } from './chunk-SE7ANBGN.js';
2
- export { HoloCompositionParser, parseHolo, parseHoloPartial, parseHoloStrict } from './chunk-SZOLTWWD.js';
1
+ export { GrammarModuleRegistry, TypeScriptHsplusGrammar, normalizeHsplusGrammarErrors } from './chunk-TX6ZBIF4.js';
2
+ export { HoloCompositionParser, parseHolo, parseHoloPartial, parseHoloStrict } from './chunk-FHVPN7BN.js';
3
3
  import './chunk-SYTRBGDS.js';
4
- export { ChunkBasedIncrementalParser, HoloScriptPlusParser, ParseCache, createParser, globalParseCache, parse, parseIncrementalChunks } from './chunk-DBH3D2MU.js';
5
- import './chunk-Z6LZUYZF.js';
4
+ export { ChunkBasedIncrementalParser, HoloScriptPlusParser, ParseCache, createParser, globalParseCache, parse, parseIncrementalChunks } from './chunk-7NPZZZD7.js';
5
+ import './chunk-CP7V3ATL.js';
6
6
  import './chunk-UNMVGZVW.js';
7
7
  import './chunk-JBYBMBMW.js';
8
8
  import './chunk-2EGGAZT3.js';
@@ -1,8 +1,8 @@
1
1
  'use strict';
2
2
 
3
- var chunkLHNHO27U_cjs = require('../chunk-LHNHO27U.cjs');
3
+ var chunkG3BM3CT4_cjs = require('../chunk-G3BM3CT4.cjs');
4
4
  var chunkGKFCHGCM_cjs = require('../chunk-GKFCHGCM.cjs');
5
- var chunkC65C5VED_cjs = require('../chunk-C65C5VED.cjs');
5
+ var chunk5H5GFBMG_cjs = require('../chunk-5H5GFBMG.cjs');
6
6
  var chunkLM2VU56C_cjs = require('../chunk-LM2VU56C.cjs');
7
7
  var chunkN2ILK7BF_cjs = require('../chunk-N2ILK7BF.cjs');
8
8
  require('../chunk-ZHPMP447.cjs');
@@ -11,55 +11,55 @@ require('../chunk-ZHPMP447.cjs');
11
11
 
12
12
  Object.defineProperty(exports, "ANCHOR_DEFAULTS", {
13
13
  enumerable: true,
14
- get: function () { return chunkLHNHO27U_cjs.ANCHOR_DEFAULTS; }
14
+ get: function () { return chunkG3BM3CT4_cjs.ANCHOR_DEFAULTS; }
15
15
  });
16
16
  Object.defineProperty(exports, "ARCORE_DEPTH_RECOMMENDED_RANGE_MILLIMETERS", {
17
17
  enumerable: true,
18
- get: function () { return chunkLHNHO27U_cjs.ARCORE_DEPTH_RECOMMENDED_RANGE_MILLIMETERS; }
18
+ get: function () { return chunkG3BM3CT4_cjs.ARCORE_DEPTH_RECOMMENDED_RANGE_MILLIMETERS; }
19
19
  });
20
20
  Object.defineProperty(exports, "HOLOMAP_MOBILE_SENSOR_BUNDLE_VERSION", {
21
21
  enumerable: true,
22
- get: function () { return chunkLHNHO27U_cjs.HOLOMAP_MOBILE_SENSOR_BUNDLE_VERSION; }
22
+ get: function () { return chunkG3BM3CT4_cjs.HOLOMAP_MOBILE_SENSOR_BUNDLE_VERSION; }
23
23
  });
24
24
  Object.defineProperty(exports, "TRAJECTORY_DEFAULTS", {
25
25
  enumerable: true,
26
- get: function () { return chunkLHNHO27U_cjs.TRAJECTORY_DEFAULTS; }
26
+ get: function () { return chunkG3BM3CT4_cjs.TRAJECTORY_DEFAULTS; }
27
27
  });
28
28
  Object.defineProperty(exports, "arCoreDepthFrameToMobileSensorFrame", {
29
29
  enumerable: true,
30
- get: function () { return chunkLHNHO27U_cjs.arCoreDepthFrameToMobileSensorFrame; }
30
+ get: function () { return chunkG3BM3CT4_cjs.arCoreDepthFrameToMobileSensorFrame; }
31
31
  });
32
32
  Object.defineProperty(exports, "cameraPoseFromColumnMajorTransform", {
33
33
  enumerable: true,
34
- get: function () { return chunkLHNHO27U_cjs.cameraPoseFromColumnMajorTransform; }
34
+ get: function () { return chunkG3BM3CT4_cjs.cameraPoseFromColumnMajorTransform; }
35
35
  });
36
36
  Object.defineProperty(exports, "createAnchorContext", {
37
37
  enumerable: true,
38
- get: function () { return chunkLHNHO27U_cjs.createAnchorContext; }
38
+ get: function () { return chunkG3BM3CT4_cjs.createAnchorContext; }
39
39
  });
40
40
  Object.defineProperty(exports, "createArCoreDepthMobileSensorBundle", {
41
41
  enumerable: true,
42
- get: function () { return chunkLHNHO27U_cjs.createArCoreDepthMobileSensorBundle; }
42
+ get: function () { return chunkG3BM3CT4_cjs.createArCoreDepthMobileSensorBundle; }
43
43
  });
44
44
  Object.defineProperty(exports, "createFusedAttentionBackend", {
45
45
  enumerable: true,
46
- get: function () { return chunkLHNHO27U_cjs.createFusedAttentionBackend; }
46
+ get: function () { return chunkG3BM3CT4_cjs.createFusedAttentionBackend; }
47
47
  });
48
48
  Object.defineProperty(exports, "createTrajectoryMemory", {
49
49
  enumerable: true,
50
- get: function () { return chunkLHNHO27U_cjs.createTrajectoryMemory; }
50
+ get: function () { return chunkG3BM3CT4_cjs.createTrajectoryMemory; }
51
51
  });
52
52
  Object.defineProperty(exports, "mobileSensorBundleToFrames", {
53
53
  enumerable: true,
54
- get: function () { return chunkLHNHO27U_cjs.mobileSensorBundleToFrames; }
54
+ get: function () { return chunkG3BM3CT4_cjs.mobileSensorBundleToFrames; }
55
55
  });
56
56
  Object.defineProperty(exports, "replayMobileSensorBundle", {
57
57
  enumerable: true,
58
- get: function () { return chunkLHNHO27U_cjs.replayMobileSensorBundle; }
58
+ get: function () { return chunkG3BM3CT4_cjs.replayMobileSensorBundle; }
59
59
  });
60
60
  Object.defineProperty(exports, "validateMobileSensorBundle", {
61
61
  enumerable: true,
62
- get: function () { return chunkLHNHO27U_cjs.validateMobileSensorBundle; }
62
+ get: function () { return chunkG3BM3CT4_cjs.validateMobileSensorBundle; }
63
63
  });
64
64
  Object.defineProperty(exports, "assertHoloMapManifestContract", {
65
65
  enumerable: true,
@@ -67,95 +67,95 @@ Object.defineProperty(exports, "assertHoloMapManifestContract", {
67
67
  });
68
68
  Object.defineProperty(exports, "HOLOMAP_DEFAULTS", {
69
69
  enumerable: true,
70
- get: function () { return chunkC65C5VED_cjs.HOLOMAP_DEFAULTS; }
70
+ get: function () { return chunk5H5GFBMG_cjs.HOLOMAP_DEFAULTS; }
71
71
  });
72
72
  Object.defineProperty(exports, "HOLOMAP_DENSE_PROOF_DEFAULTS", {
73
73
  enumerable: true,
74
- get: function () { return chunkC65C5VED_cjs.HOLOMAP_DENSE_PROOF_DEFAULTS; }
74
+ get: function () { return chunk5H5GFBMG_cjs.HOLOMAP_DENSE_PROOF_DEFAULTS; }
75
75
  });
76
76
  Object.defineProperty(exports, "anchorReconstructionManifest", {
77
77
  enumerable: true,
78
- get: function () { return chunkC65C5VED_cjs.anchorReconstructionManifest; }
78
+ get: function () { return chunk5H5GFBMG_cjs.anchorReconstructionManifest; }
79
79
  });
80
80
  Object.defineProperty(exports, "assertWeightCid", {
81
81
  enumerable: true,
82
- get: function () { return chunkC65C5VED_cjs.assertWeightCid; }
82
+ get: function () { return chunk5H5GFBMG_cjs.assertWeightCid; }
83
83
  });
84
84
  Object.defineProperty(exports, "computeReconstructionManifestDigest", {
85
85
  enumerable: true,
86
- get: function () { return chunkC65C5VED_cjs.computeReconstructionManifestDigest; }
86
+ get: function () { return chunk5H5GFBMG_cjs.computeReconstructionManifestDigest; }
87
87
  });
88
88
  Object.defineProperty(exports, "createHoloMapMicroEncoder", {
89
89
  enumerable: true,
90
- get: function () { return chunkC65C5VED_cjs.createHoloMapMicroEncoder; }
90
+ get: function () { return chunk5H5GFBMG_cjs.createHoloMapMicroEncoder; }
91
91
  });
92
92
  Object.defineProperty(exports, "createHoloMapRunId", {
93
93
  enumerable: true,
94
- get: function () { return chunkC65C5VED_cjs.createHoloMapRunId; }
94
+ get: function () { return chunk5H5GFBMG_cjs.createHoloMapRunId; }
95
95
  });
96
96
  Object.defineProperty(exports, "createHoloMapRuntime", {
97
97
  enumerable: true,
98
- get: function () { return chunkC65C5VED_cjs.createHoloMapRuntime; }
98
+ get: function () { return chunk5H5GFBMG_cjs.createHoloMapRuntime; }
99
99
  });
100
100
  Object.defineProperty(exports, "createPagedKVCache", {
101
101
  enumerable: true,
102
- get: function () { return chunkC65C5VED_cjs.createPagedKVCache; }
102
+ get: function () { return chunk5H5GFBMG_cjs.createPagedKVCache; }
103
103
  });
104
104
  Object.defineProperty(exports, "deserializeMicroWeights", {
105
105
  enumerable: true,
106
- get: function () { return chunkC65C5VED_cjs.deserializeMicroWeights; }
106
+ get: function () { return chunk5H5GFBMG_cjs.deserializeMicroWeights; }
107
107
  });
108
108
  Object.defineProperty(exports, "frameToMicroImage", {
109
109
  enumerable: true,
110
- get: function () { return chunkC65C5VED_cjs.frameToMicroImage; }
110
+ get: function () { return chunk5H5GFBMG_cjs.frameToMicroImage; }
111
111
  });
112
112
  Object.defineProperty(exports, "getCachedWeightBlob", {
113
113
  enumerable: true,
114
- get: function () { return chunkC65C5VED_cjs.getCachedWeightBlob; }
114
+ get: function () { return chunk5H5GFBMG_cjs.getCachedWeightBlob; }
115
115
  });
116
116
  Object.defineProperty(exports, "loadHoloMapWeightBlob", {
117
117
  enumerable: true,
118
- get: function () { return chunkC65C5VED_cjs.loadHoloMapWeightBlob; }
118
+ get: function () { return chunk5H5GFBMG_cjs.loadHoloMapWeightBlob; }
119
119
  });
120
120
  Object.defineProperty(exports, "logHoloMapEvent", {
121
121
  enumerable: true,
122
- get: function () { return chunkC65C5VED_cjs.logHoloMapEvent; }
122
+ get: function () { return chunk5H5GFBMG_cjs.logHoloMapEvent; }
123
123
  });
124
124
  Object.defineProperty(exports, "mergeAnchoredProvenance", {
125
125
  enumerable: true,
126
- get: function () { return chunkC65C5VED_cjs.mergeAnchoredProvenance; }
126
+ get: function () { return chunk5H5GFBMG_cjs.mergeAnchoredProvenance; }
127
127
  });
128
128
  Object.defineProperty(exports, "normalizeWeightCidDigest", {
129
129
  enumerable: true,
130
- get: function () { return chunkC65C5VED_cjs.normalizeWeightCidDigest; }
130
+ get: function () { return chunk5H5GFBMG_cjs.normalizeWeightCidDigest; }
131
131
  });
132
132
  Object.defineProperty(exports, "putCachedWeightBlob", {
133
133
  enumerable: true,
134
- get: function () { return chunkC65C5VED_cjs.putCachedWeightBlob; }
134
+ get: function () { return chunk5H5GFBMG_cjs.putCachedWeightBlob; }
135
135
  });
136
136
  Object.defineProperty(exports, "resetHoloMapTelemetryForTests", {
137
137
  enumerable: true,
138
- get: function () { return chunkC65C5VED_cjs.resetHoloMapTelemetryForTests; }
138
+ get: function () { return chunk5H5GFBMG_cjs.resetHoloMapTelemetryForTests; }
139
139
  });
140
140
  Object.defineProperty(exports, "runHoloMapMicroEncoderCpu", {
141
141
  enumerable: true,
142
- get: function () { return chunkC65C5VED_cjs.runHoloMapMicroEncoderCpu; }
142
+ get: function () { return chunk5H5GFBMG_cjs.runHoloMapMicroEncoderCpu; }
143
143
  });
144
144
  Object.defineProperty(exports, "selfAttestReconstructionManifest", {
145
145
  enumerable: true,
146
- get: function () { return chunkC65C5VED_cjs.selfAttestReconstructionManifest; }
146
+ get: function () { return chunk5H5GFBMG_cjs.selfAttestReconstructionManifest; }
147
147
  });
148
148
  Object.defineProperty(exports, "serializeMicroWeights", {
149
149
  enumerable: true,
150
- get: function () { return chunkC65C5VED_cjs.serializeMicroWeights; }
150
+ get: function () { return chunk5H5GFBMG_cjs.serializeMicroWeights; }
151
151
  });
152
152
  Object.defineProperty(exports, "stripAnchoredProvenance", {
153
153
  enumerable: true,
154
- get: function () { return chunkC65C5VED_cjs.stripAnchoredProvenance; }
154
+ get: function () { return chunk5H5GFBMG_cjs.stripAnchoredProvenance; }
155
155
  });
156
156
  Object.defineProperty(exports, "tryCreateHoloMapEncoderDevice", {
157
157
  enumerable: true,
158
- get: function () { return chunkC65C5VED_cjs.tryCreateHoloMapEncoderDevice; }
158
+ get: function () { return chunk5H5GFBMG_cjs.tryCreateHoloMapEncoderDevice; }
159
159
  });
160
160
  Object.defineProperty(exports, "computeHoloMapReplayFingerprint", {
161
161
  enumerable: true,
@@ -1,6 +1,6 @@
1
- export { ANCHOR_DEFAULTS, ARCORE_DEPTH_RECOMMENDED_RANGE_MILLIMETERS, HOLOMAP_MOBILE_SENSOR_BUNDLE_VERSION, TRAJECTORY_DEFAULTS, arCoreDepthFrameToMobileSensorFrame, cameraPoseFromColumnMajorTransform, createAnchorContext, createArCoreDepthMobileSensorBundle, createFusedAttentionBackend, createTrajectoryMemory, mobileSensorBundleToFrames, replayMobileSensorBundle, validateMobileSensorBundle } from '../chunk-BXSOEQI3.js';
1
+ export { ANCHOR_DEFAULTS, ARCORE_DEPTH_RECOMMENDED_RANGE_MILLIMETERS, HOLOMAP_MOBILE_SENSOR_BUNDLE_VERSION, TRAJECTORY_DEFAULTS, arCoreDepthFrameToMobileSensorFrame, cameraPoseFromColumnMajorTransform, createAnchorContext, createArCoreDepthMobileSensorBundle, createFusedAttentionBackend, createTrajectoryMemory, mobileSensorBundleToFrames, replayMobileSensorBundle, validateMobileSensorBundle } from '../chunk-QX34ELJ7.js';
2
2
  export { assertHoloMapManifestContract } from '../chunk-IXWGYWH6.js';
3
- export { HOLOMAP_DEFAULTS, HOLOMAP_DENSE_PROOF_DEFAULTS, anchorReconstructionManifest, assertWeightCid, computeReconstructionManifestDigest, createHoloMapMicroEncoder, createHoloMapRunId, createHoloMapRuntime, createPagedKVCache, deserializeMicroWeights, frameToMicroImage, getCachedWeightBlob, loadHoloMapWeightBlob, logHoloMapEvent, mergeAnchoredProvenance, normalizeWeightCidDigest, putCachedWeightBlob, resetHoloMapTelemetryForTests, runHoloMapMicroEncoderCpu, selfAttestReconstructionManifest, serializeMicroWeights, stripAnchoredProvenance, tryCreateHoloMapEncoderDevice } from '../chunk-5OUOMBKK.js';
3
+ export { HOLOMAP_DEFAULTS, HOLOMAP_DENSE_PROOF_DEFAULTS, anchorReconstructionManifest, assertWeightCid, computeReconstructionManifestDigest, createHoloMapMicroEncoder, createHoloMapRunId, createHoloMapRuntime, createPagedKVCache, deserializeMicroWeights, frameToMicroImage, getCachedWeightBlob, loadHoloMapWeightBlob, logHoloMapEvent, mergeAnchoredProvenance, normalizeWeightCidDigest, putCachedWeightBlob, resetHoloMapTelemetryForTests, runHoloMapMicroEncoderCpu, selfAttestReconstructionManifest, serializeMicroWeights, stripAnchoredProvenance, tryCreateHoloMapEncoderDevice } from '../chunk-Z4IUBW46.js';
4
4
  export { computeHoloMapReplayFingerprint, fnv1a32Hex } from '../chunk-WNNE3PO3.js';
5
5
  export { HOLOMAP_SIMULATION_CONTRACT_KIND, ensureNodeWebGpuSync, isWebGpuEnvironmentPresent } from '../chunk-K56UVEXV.js';
6
6
  import '../chunk-W4GABFCR.js';
@@ -3,7 +3,7 @@
3
3
  var chunkRUVBFAF7_cjs = require('../chunk-RUVBFAF7.cjs');
4
4
  var chunkZRPALBQB_cjs = require('../chunk-ZRPALBQB.cjs');
5
5
  var chunkZLF4YF3U_cjs = require('../chunk-ZLF4YF3U.cjs');
6
- var chunkC65C5VED_cjs = require('../chunk-C65C5VED.cjs');
6
+ var chunk5H5GFBMG_cjs = require('../chunk-5H5GFBMG.cjs');
7
7
  require('../chunk-LM2VU56C.cjs');
8
8
  var chunkIFW5IW4L_cjs = require('../chunk-IFW5IW4L.cjs');
9
9
  var chunkYKY2JBER_cjs = require('../chunk-YKY2JBER.cjs');
@@ -6264,12 +6264,12 @@ var holomapReconstructionHandler = {
6264
6264
  node.__holomapRuntime;
6265
6265
  if (event.type === "holomap:start_session") {
6266
6266
  const payload2 = event.payload ?? {};
6267
- const runtime = chunkC65C5VED_cjs.createHoloMapRuntime();
6267
+ const runtime = chunk5H5GFBMG_cjs.createHoloMapRuntime();
6268
6268
  const sessionId = typeof payload2.sessionId === "string" ? payload2.sessionId : cryptoRandomId();
6269
6269
  const runtimeConfig = {
6270
- ...chunkC65C5VED_cjs.HOLOMAP_DEFAULTS,
6270
+ ...chunk5H5GFBMG_cjs.HOLOMAP_DEFAULTS,
6271
6271
  ...config.runtime,
6272
- seed: typeof payload2.seed === "number" ? payload2.seed : config.runtime?.seed ?? chunkC65C5VED_cjs.HOLOMAP_DEFAULTS.seed,
6272
+ seed: typeof payload2.seed === "number" ? payload2.seed : config.runtime?.seed ?? chunk5H5GFBMG_cjs.HOLOMAP_DEFAULTS.seed,
6273
6273
  modelHash: typeof payload2.modelHash === "string" ? payload2.modelHash : config.runtime?.modelHash ?? "holomap-trait-bound"
6274
6274
  };
6275
6275
  state.runtime = runtime;
@@ -1,7 +1,7 @@
1
1
  export { MOTION_DATA_SCHEMA_VERSION, NullMotionMatchingEngine, SYNTHETIC_WALK_JOINTS, SyntheticWalkCycleEngine, TRAJECTORY_FRAME_DT, TRAJECTORY_HORIZON_FRAMES, buildSyntheticBipedPose, classifyGait, createNullMotionMatchingEngine, createSyntheticWalkCycleEngine, inferenceFrameToTensor, magnitude, projectLinearTrajectory, validateMotionCapture, validateTrainingCorpus, validateTrainingFrame } from '../chunk-GVOKJNUN.js';
2
2
  import { QuantumCircuitCompiler } from '../chunk-2BYAUHBO.js';
3
3
  export { SkeletonTrait, createSkeletonTrait, skeletonHandler } from '../chunk-5EDVCNRT.js';
4
- import { createHoloMapRuntime, HOLOMAP_DEFAULTS } from '../chunk-5OUOMBKK.js';
4
+ import { createHoloMapRuntime, HOLOMAP_DEFAULTS } from '../chunk-Z4IUBW46.js';
5
5
  import '../chunk-WNNE3PO3.js';
6
6
  import { extractPayload, normalizeCenter, parseCRDTRoomTraitConfig, validateCRDTRoomTraitConfig, resolveCRDTRoomTraitConfig, deriveWalkableNavmesh } from '../chunk-BQJ3YBF3.js';
7
7
  export { AIDriverTrait, ALL_CIRCUITS, ARKIT_MOUTH_SHAPES, AnimationTrait, BUILTIN_CIRCUITS, BarretenbergBackend, BehaviorTreeRunner, CARE_ETHICS_TRAIT, CRDTRoomTraitValidationError, CRDT_ROOM_TRAIT_DEFAULTS, ComponentType, ConsensusTrait, DEFAULT_ANIMATION_MAP, DEFAULT_BEHAVIOR_FACT_TTL_ALERT_RULE, DEFAULT_EXPRESSION_PRESETS, DEFAULT_EXTERNAL_TIMEOUT_MS, DEFAULT_FOVEATED_BLEND, DEFAULT_FREQUENCY_BANDS, DEFAULT_REPUTATION_LEDGER_MAX_FACTS, DEFAULT_REPUTATION_LEDGER_TTL_DAYS, DEFAULT_SYNC_FIELD, DEFAULT_TRAIT_CONFIG, DialogTrait, ECSWorld, EmotionDirectiveTrait, EnvironmentalAudioSystem, GEM_RESONANCE_ELEMENT_FREQUENCIES, GOAPPlanner, GOLDEN_ANGLE_DEG, HOLOSCRIPT_HUMANOID_BONE_MAP, InteractiveGraphTrait, JobQueuePersistence, LIGHTING_PRESETS, LOCAL_WEBCAM_VIEW_ID, LightingTrait, LipSyncTrait, LobbyTrait, MATERIAL_PRESETS, MAX_EXPERIENCE_LOG_ENTRIES, MaterialTrait, MorphTrait, MultiviewGaussianRendererTrait, NetworkedTrait, OCULUS_VISEME_MAP, PIDControllerTrait, PressableTrait, TIER_DEFAULTS as QUOTA_TIER_DEFAULTS, REFERENCE_SPACE_CHAIN, RenderingTrait, SHADER_CHUNKS, SHADER_PRESETS, SPATIAL_PREDICATE_CIRCUITS, SYNC_PRESETS, SandboxExecutionTrait, ShaderTrait, SlidableTrait, SpatialAwarenessTrait, SyncTierTrait, TriggerTrait, URDFRobotTrait, VRTraitRegistry, VoiceInputTrait, VoiceOutputTrait, VoronoiFractureSystem, WEATHER_PRESETS, aIDriverHandler, abTestHandler, abstain, accessibleHandler, advancedClothHandler, affinityHandler, agentDiscoveryHandler, agentMemoryHandler, agentMovementSystem, agentPortalHandler, aiTextureGenHandler, aiUpscalingHandler, ainpcBrainHandler, alertHandler, altTextHandler, ambisonicsHandler, analyticsHandler, analyzeFairnessWindow, anchorHandler, animationConfigFromStateMachine, applyFBXAxisConversion, applyStatModifiers, applyUSDAxisConversion, approve, audioMaterialHandler, audioOcclusionHandler, audioPortalHandler, auditLogHandler, autoRigHandler, autoVote, avatarEmbodimentHandler, behaviorTreeHandler, biofeedbackHandler, blackboardHandler, bloomReactiveHandler, bodyTrackingHandler, bufferHandler, buildBehaviorFactDisclosure, buoyancyHandler, cRDTRoomHandler, careEthicsHandler, chainHandler, characterHandler, choreographyHandler, circuitBreakerHandler, clearLocalLLMNativeBridges, clothHandler, coLocatedHandler, compareSemVer, computeHandler, computePhyllotaxisPosition, computerUseHandler, consensusHandler, consentGateHandler, controlNetHandler, controllerInputHandler, controlnetHandler, createAIDriverTrait, createApprovalRequest, createBaseMainnetAccountingAdapter, createBehaviorFactTtlAlertRule, createCRDTRoomTraitConfig, createCanBusAccountingAdapter, createConsensusTrait, createDialogTrait, createEdiX12AccountingAdapter, createEmotionDirectiveTrait, createHl7FhirAccountingAdapter, createLightingTrait, createLipSyncTrait, createLobbyTrait, createMaterialTrait, createMorphTrait, createNativeAutoRigPlan, createRenderingTrait, createRollbackCheckpoint, createSelectiveDisclosure, createShaderTrait, createSharedSpatialProvider, createSimulatedController, createSpatialAwarenessTrait, createTriggerTrait, createURDFRobotTrait, createVoiceInputTrait, createVoiceOutputTrait, cronHandler, dataBindingHandler, deriveBloomReactiveOutput, deriveFairnessRisk, deriveLotusCenterPhase, deriveLotusGardenerSchedule, deriveLotusGenesisGate, deriveLotusGenesisSeed, deriveLotusPetalVisual, deriveLotusRootEmissive, deriveLotusStalkPosture, deriveWalkableNavmesh, destructionHandler, deviceProfiles, dialogHandler, dialogueHandler, digitalTwinHandler, dropTableHandler, economyPrimitivesHandler, effectiveWeight, embeddingSearchHandler, emissiveAt, emotionDirectiveHandler, emotionHandler, emotionalVoiceHandler, encounterHandler, environmentalAudioHandler, evaluateAction, evaluateCareEthicsTurn, extractLotusGenesisAnchorHash, extractPayload, eyeTrackedHandler, faceTrackingHandler, factionHandler, fairnessMonitorHandler, fbxHandler, feedbackLoopHandler, findReachablePath, findWalkableNodeAt, flowFieldHandler, fluidHandler, forgetPolicyHandler, formationControlHandler, gardenerPulseJitter, gaussianSplatHandler, gazeFocusAnalyticsHandler, gemResonanceHandler, generatedMeshHandler, geospatialAnchorHandler, geospatialEnvHandler, gestureHandler, getActiveSessions, getAgentId, getAirAbsorption, getAuditLog, getCachedThingDescription, getCapabilities, getCareEthicsState, getEventHistory, getFBXAnimationStacks, getFBXBoneNames, getFBXMorphTargets, getFBXState, getGLTFAnimations, getGLTFMorphTargets, getGLTFState, getMQTTSinkClient, getMQTTSinkState, getMQTTSourceClient, getMQTTSourceState, getMyProposals, getMyVotes, getNegotiationMethods, getPredicateCircuitId, getSession, getUSDActiveVariant, getUSDAnimation, getUSDBlendShapes, getUSDJointNames, getUSDState, getUSDVariantSets, getWoTThingState, gltfHandler, goalOrientedHandler, gpuBufferHandler, gpuParticleHandler, gpuPhysicsHandler, granularMaterialHandler, handMenuHandler, handMeshAIHandler, handTrackingHandler, hapticCueHandler, hapticHandler, hasMQTTSinkTrait, hasMQTTSourceTrait, hasVoted, hasWoTThingTrait, hashGardenerSeed, hashSeed, headTrackedAudioHandler, heatmap3dHandler, highContrastHandler, hitlHandler, hrtfHandler, iKHandler, initiate, invalidateThingDescription, isConsentGranted, isFBXLoaded, isGLTFLoaded, isInSession, isMQTTSinkConnected, isMQTTSourceConnected, isNativeLLMBackend, isReservedPaperId, isUSDLoaded, isUSDZ, isWalkableAt, jointHandler, layerAwareHandler, leave, lightEstimationHandler, lightingHandler, lipSyncHandler, llmAgentHandler, lobbyHandler, localLLMHandler, locomotionHandler, lodSystem, lotusCenterHandler, lotusGardenerHandler, lotusGenesisTriggerHandler, lotusPetalHandler, lotusRootHandler, lotusStalkHandler, luckHandler, magnifiableHandler, marketplaceHandler, marketplaceIntegrationHandler, matchesCondition, materialHandler, materialXHandler, memoryCrystalHandler, memoryHandler, meshDetectionHandler, messagingHandler, modifiedThreshold, morphHandler, motionReducedHandler, mqttSinkHandler, mqttSourceHandler, multiAgentHandler, multiviewGaussianRendererHandler, negotiationHandler, nerfHandler, networkedAvatarHandler, networkedHandler, neuralAnimationHandler, neuralForgeHandler, neuralLinkHandler, neuralUpscalingHandler, nftHandler, normalizeCenter, normalizeLotusSeed, normalizePointCloud, npcAIHandler, objectTrackingHandler, occlusionHandler, onboardingHandler, openXRHALHandler, parseCRDTRoomEntityConfig, parseCRDTRoomTraitConfig, partnerSDKHandler, passthroughCameraHandler, patrolHandler, perceptionHandler, perceptualColorHandler, persistentAnchorHandler, photogrammetryHandler, phyllotaxisHandler, physicsSystem, pickByWeight, planeDetectionHandler, poiHandler, pointCloudHandler, portableHandler, poseEstimationHandler, pressableHandler, propose, publishToMQTTSink, qrDecodeHandler, quotaHandler, ragKnowledgeHandler, rateLimiterHandler, rbacHandler, realityKitMeshHandler, recallTriggerHandler, registerLocalLLMNativeBridge, remotePresenceHandler, renderNetworkHandler, renderingHandler, reputationLedgerHandler, resolveBloomStage, resolveCRDTRoomTraitConfig, resolvePulseHz, resourceAccountingHandler, reverbZoneHandler, rigidbodyHandler, roadmapNodeHandler, roleHandler, rooftopAnchorHandler, roomMeshHandler, ropeHandler, runECSBenchmark, runFairnessMonitorSweep, runResourceAccountingAudit, sceneGraphHandler, sceneReconstructionHandler, schedulerHandler, screenReaderHandler, scrollableHandler, seatedHandler, secondsToUSDTimeCode, seededRand01, sensorHandler, setAgentManifest, shaderHandler, sharePlayHandler, sharedAnchorHandler, sharedWorldHandler, shouldFire, signRequest, skillRegistryHandler, slidableHandler, softBodyHandler, sonificationHandler, spatialAccessoryHandler, spatialAudioCueHandler, spatialAwarenessHandler, spatialNavigationHandler, spatialPanelHandler, spatialPersonaHandler, spectatorHandler, ssoOidcHandler, ssoSamlHandler, stableDiffusionHandler, stableFairnessMonitorHash, stableResourceAccountingReceiptHash, statHandler, structuredLoggerHandler, subtitleHandler, syncTierHandler, tenantHandler, terrainAnchorHandler, timeoutGuardHandler, tokenGatedHandler, transformHandler, triggerHandler, tutorialHandler, urdfRobotHandler, usdHandler, usdTimeCodeToSeconds, userMonitorHandler, validateCRDTRoomTraitConfig, validateSemVer, vectorDBHandler, verifyWebhookSignature, visionHandler, voiceInputHandler, voiceMeshHandler, voiceOutputHandler, voiceProximityHandler, volumetricHandler, volumetricVideoHandler, volumetricWindowHandler, voronoiFractureHandler, vote, vpsHandler, vrTraitRegistry, walletHandler, wasmBridgeHandler, windHandler, withNegotiation, worldPortalHandler, wotThingHandler, zkPrivateHandler } from '../chunk-BQJ3YBF3.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@holoscript/core",
3
- "version": "8.0.10",
3
+ "version": "8.0.12",
4
4
  "description": "Core parser, AST, compiler infrastructure, trait system, and runtime for HoloScript — the open AI-spatial reality protocol for 3D/XR/IoT",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -286,11 +286,11 @@
286
286
  "jsonwebtoken": "^9.0.2",
287
287
  "qrcode": "^1.5.3",
288
288
  "zod": "^4.3.6",
289
+ "@holoscript/agent-protocol": "^8.0.7",
290
+ "@holoscript/assimp-plugin": "^0.1.0",
289
291
  "@holoscript/core-types": "^6.1.0",
290
292
  "@holoscript/llm-provider": "^1.2.5",
291
- "@holoscript/assimp-plugin": "^0.1.0",
292
- "@holoscript/platform": "^6.1.2",
293
- "@holoscript/agent-protocol": "^8.0.7"
293
+ "@holoscript/platform": "^6.1.2"
294
294
  },
295
295
  "optionalDependencies": {
296
296
  "@gltf-transform/core": "^3.7.0",
@@ -315,39 +315,39 @@
315
315
  "tree-sitter-typescript": "^0.23.2",
316
316
  "web-tree-sitter": "^0.24.0",
317
317
  "ws": "^8.21.0",
318
- "@holoscript/medical-plugin": "^2.0.2",
319
- "@holoscript/domain-plugin-template": "^0.1.1",
320
318
  "@holoscript/alphafold-plugin": "^2.0.2",
321
- "@holoscript/narupa-plugin": "^2.0.2",
319
+ "@holoscript/domain-plugin-template": "^0.1.1",
320
+ "@holoscript/medical-plugin": "^2.0.2",
322
321
  "@holoscript/plugin-banking-finance": "^2.0.2",
322
+ "@holoscript/narupa-plugin": "^2.0.2",
323
323
  "@holoscript/plugin-culture-keyword": "^2.0.2",
324
- "@holoscript/plugin-civil-engineering": "^2.0.2",
325
324
  "@holoscript/plugin-economic-primitives": "^2.0.2",
326
325
  "@holoscript/plugin-education-lms": "^2.0.2",
327
- "@holoscript/plugin-fashion": "^2.0.2",
328
326
  "@holoscript/plugin-emergency-response": "^2.0.2",
327
+ "@holoscript/plugin-fashion": "^2.0.2",
329
328
  "@holoscript/plugin-film-vfx": "^2.0.2",
330
329
  "@holoscript/plugin-film3d-volumetrics": "^2.0.3",
330
+ "@holoscript/plugin-civil-engineering": "^2.0.2",
331
331
  "@holoscript/plugin-fitness-wellness": "^2.0.2",
332
332
  "@holoscript/plugin-geolocation-gis": "^2.0.2",
333
333
  "@holoscript/plugin-forensics": "^2.0.2",
334
+ "@holoscript/plugin-hr-workforce": "^2.0.2",
334
335
  "@holoscript/plugin-hardware-invention": "^2.0.2",
335
336
  "@holoscript/plugin-legal-document": "^2.0.2",
336
- "@holoscript/plugin-hr-workforce": "^2.0.2",
337
- "@holoscript/plugin-neuroscience": "^2.0.2",
338
- "@holoscript/plugin-manufacturing-qc": "^2.0.2",
339
337
  "@holoscript/plugin-insurance": "^2.0.2",
338
+ "@holoscript/plugin-manufacturing-qc": "^2.0.2",
339
+ "@holoscript/plugin-neuroscience": "^2.0.2",
340
340
  "@holoscript/plugin-restaurant": "^2.0.2",
341
341
  "@holoscript/plugin-therapy": "^2.0.2",
342
- "@holoscript/plugin-threat-intelligence": "^2.0.2",
343
342
  "@holoscript/plugin-retail-ecommerce": "^2.0.2",
344
343
  "@holoscript/plugin-travel-hospitality": "^2.0.2",
345
344
  "@holoscript/plugin-trait-audit": "^2.0.2",
346
- "@holoscript/plugin-wisdom-gotcha": "^2.0.2",
347
345
  "@holoscript/plugin-urban-planning": "^2.0.2",
346
+ "@holoscript/plugin-threat-intelligence": "^2.0.2",
348
347
  "@holoscript/plugin-wine-food-beverage": "^2.0.2",
348
+ "@holoscript/radio-astronomy-plugin": "^2.0.3",
349
349
  "@holoscript/robotics-plugin": "^2.0.2",
350
- "@holoscript/radio-astronomy-plugin": "^2.0.3"
350
+ "@holoscript/plugin-wisdom-gotcha": "^2.0.2"
351
351
  },
352
352
  "peerDependencies": {
353
353
  "@pixiv/three-vrm": "^2.0.0",
@@ -355,10 +355,10 @@
355
355
  "puppeteer": "^23.0.0",
356
356
  "react": "^19.2.0",
357
357
  "@holoscript/absorb-service": "6.1.1",
358
- "@holoscript/engine": "6.1.3",
359
- "@holoscript/mesh": "6.1.3",
360
- "@holoscript/framework": "6.1.3",
361
- "@holoscript/mcp-server": "8.0.10"
358
+ "@holoscript/framework": "6.1.4",
359
+ "@holoscript/engine": "6.1.4",
360
+ "@holoscript/mcp-server": "8.0.11",
361
+ "@holoscript/mesh": "6.1.3"
362
362
  },
363
363
  "peerDependenciesMeta": {
364
364
  "@holoscript/absorb-service": {
@@ -407,8 +407,8 @@
407
407
  "vscode-languageserver": "^9.0.1",
408
408
  "vscode-languageserver-textdocument": "^1.0.12",
409
409
  "vitest": "^4.1.5",
410
- "@holoscript/framework": "6.1.3",
411
- "@holoscript/engine": "6.1.3"
410
+ "@holoscript/engine": "6.1.4",
411
+ "@holoscript/framework": "6.1.4"
412
412
  },
413
413
  "scripts": {
414
414
  "verify:workspace": "node scripts/verify-internal-workspace-protocol.mjs",