@coreason-ai/coreason-manifest 0.85.0 → 0.86.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.
Files changed (2) hide show
  1. package/dist/ontology.d.ts +35 -0
  2. package/package.json +1 -1
@@ -2254,6 +2254,8 @@ export type AsyncObservationPort = string | null;
2254
2254
  export type EmitTelemetryOnRevision = boolean;
2255
2255
  /**
2256
2256
  * The declarative array of proactive oversight hooks bound to this node's lifecycle.
2257
+ *
2258
+ * @maxItems 1000
2257
2259
  */
2258
2260
  export type InterventionPolicies = InterventionPolicy[];
2259
2261
  /**
@@ -2443,6 +2445,8 @@ export type TargetModules = [string, ...string[]];
2443
2445
  export type EvictionTtlSeconds = number | null;
2444
2446
  /**
2445
2447
  * The declarative array of ephemeral PEFT/LoRA weights required to be hot-swapped during this agent's execution.
2448
+ *
2449
+ * @maxItems 1000
2446
2450
  */
2447
2451
  export type PeftAdapters = PeftAdapterContract[];
2448
2452
  /**
@@ -2655,6 +2659,8 @@ export type FlowEstimationMatrix = string;
2655
2659
  export type LocalExplorationK = number;
2656
2660
  /**
2657
2661
  * The array of cognitive intents and structural proposals emitted by this agent.
2662
+ *
2663
+ * @maxItems 1000
2658
2664
  */
2659
2665
  export type EmittedIntents = AnyIntent[];
2660
2666
  /**
@@ -2675,6 +2681,8 @@ export type ArchitecturalIntent1 = string | null;
2675
2681
  export type Justification3 = string | null;
2676
2682
  /**
2677
2683
  * The declarative array of proactive oversight hooks bound to this node's lifecycle.
2684
+ *
2685
+ * @maxItems 1000
2678
2686
  */
2679
2687
  export type InterventionPolicies1 = InterventionPolicy[];
2680
2688
  /**
@@ -2709,6 +2717,8 @@ export type ArchitecturalIntent2 = string | null;
2709
2717
  export type Justification4 = string | null;
2710
2718
  /**
2711
2719
  * The declarative array of proactive oversight hooks bound to this node's lifecycle.
2720
+ *
2721
+ * @maxItems 1000
2712
2722
  */
2713
2723
  export type InterventionPolicies2 = InterventionPolicy[];
2714
2724
  /**
@@ -2739,6 +2749,8 @@ export type ArchitecturalIntent3 = string | null;
2739
2749
  export type Justification5 = string | null;
2740
2750
  /**
2741
2751
  * The declarative array of proactive oversight hooks bound to this node's lifecycle.
2752
+ *
2753
+ * @maxItems 1000
2742
2754
  */
2743
2755
  export type InterventionPolicies3 = InterventionPolicy[];
2744
2756
  /**
@@ -3842,6 +3854,8 @@ export type ArchitecturalIntent15 = string | null;
3842
3854
  export type Justification17 = string | null;
3843
3855
  /**
3844
3856
  * The declarative array of proactive oversight hooks bound to this node's lifecycle.
3857
+ *
3858
+ * @maxItems 1000
3845
3859
  */
3846
3860
  export type InterventionPolicies4 = InterventionPolicy[];
3847
3861
  /**
@@ -4597,6 +4611,7 @@ export type SourceChainCid = string;
4597
4611
  export type TargetSourceConcept = string;
4598
4612
  /**
4599
4613
  * @minItems 1
4614
+ * @maxItems 1000
4600
4615
  */
4601
4616
  export type PredictedTopKTokens = [string, ...string[]];
4602
4617
  /**
@@ -5437,6 +5452,8 @@ export type MutuallyExclusiveClusters = string[][];
5437
5452
  export type EnforcementAction = "halt_and_quarantine" | "sever_causal_chain";
5438
5453
  /**
5439
5454
  * A deterministic array of DIDs authorized to validate this manifest.
5455
+ *
5456
+ * @maxItems 1000
5440
5457
  */
5441
5458
  export type TrustedValidators = NodeCIDState[];
5442
5459
  /**
@@ -5592,6 +5609,14 @@ export type IssuedAtEpoch = number;
5592
5609
  * The POSIX timestamp (seconds since epoch) when this receipt mechanically terminates. After expiration, the WASM sandbox must gracefully fallback to Prosperity 3.0 mode.
5593
5610
  */
5594
5611
  export type ExpiresAtEpoch = number;
5612
+ /**
5613
+ * The standard JWT Expiration Time claim representing the POSIX timestamp when the receipt mechanically terminates.
5614
+ */
5615
+ export type Exp1 = number | null;
5616
+ /**
5617
+ * The standard JWT Issued At claim representing the POSIX timestamp when the receipt was issued.
5618
+ */
5619
+ export type Iat = number | null;
5595
5620
  /**
5596
5621
  * The specific feature flags and access rights granted by the commercial license. Examples: 'IP_SOVEREIGNTY_EXCEPTION', 'COMMERCIAL_USE', 'PRIVATE_NETWORK_FEDERATION', 'UNLIMITED_FORGE_OUTPUT'.
5597
5622
  */
@@ -6017,6 +6042,8 @@ export type TenantCid308 = string;
6017
6042
  export type History = AnyStateEvent[];
6018
6043
  /**
6019
6044
  * A strict sequence of CIDs representing historical nodes that have been severed from the causal graph via defeasible logic.
6045
+ *
6046
+ * @maxItems 10000
6020
6047
  */
6021
6048
  export type RetractedNodes = string[];
6022
6049
  /**
@@ -6043,6 +6070,8 @@ export type StateHash = string;
6043
6070
  export type Checkpoints = TemporalCheckpointState[];
6044
6071
  /**
6045
6072
  * Causal invalidations actively enforced on the execution tree.
6073
+ *
6074
+ * @maxItems 1000
6046
6075
  */
6047
6076
  export type ActiveRollbacks = RollbackIntent[];
6048
6077
  /**
@@ -6063,6 +6092,8 @@ export type MaxRetainedTokens = number;
6063
6092
  export type ProtectedEventCids = string[];
6064
6093
  /**
6065
6094
  * The active state-differential payload muting specific causal subgraphs due to falsification.
6095
+ *
6096
+ * @maxItems 1000
6066
6097
  */
6067
6098
  export type ActiveCascades = DefeasibleCascadeEvent[];
6068
6099
  /**
@@ -6109,6 +6140,8 @@ export type IdentifiedKnowledgeGaps = string[];
6109
6140
  export type EmpathyConfidenceScore = number;
6110
6141
  /**
6111
6142
  * Empathetic models of other agents to compress and target outgoing communications.
6143
+ *
6144
+ * @maxItems 1000
6112
6145
  */
6113
6146
  export type TheoryOfMindMatrices = TheoryOfMindSnapshot[];
6114
6147
  /**
@@ -14484,6 +14517,8 @@ export interface CommercialOverrideReceipt {
14484
14517
  hardware_zk_proof?: HardwareZkProof;
14485
14518
  issued_at_epoch: IssuedAtEpoch;
14486
14519
  expires_at_epoch: ExpiresAtEpoch;
14520
+ exp?: Exp1;
14521
+ iat?: Iat;
14487
14522
  entitlements?: Entitlements1;
14488
14523
  network_mode: NetworkMode;
14489
14524
  federation_enabled?: FederationEnabled;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coreason-ai/coreason-manifest",
3
- "version": "0.85.0",
3
+ "version": "0.86.0",
4
4
  "description": "TypeScript bindings for the CoReason Hollow Data Plane.",
5
5
  "license": "SEE LICENSE IN LICENSE",
6
6
  "author": "CoReason, Inc <license@coreason.ai>",