@fenglimg/fabric-shared 2.0.0-rc.28 → 2.0.0-rc.29

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.
@@ -36,7 +36,7 @@ import {
36
36
  planContextInputSchema,
37
37
  planContextOutputSchema,
38
38
  structuredWarningSchema
39
- } from "../chunk-G32HVF7H.js";
39
+ } from "../chunk-Y2YBFL2G.js";
40
40
  export {
41
41
  FabExtractKnowledgeInputSchema,
42
42
  FabExtractKnowledgeInputShape,
@@ -10,7 +10,7 @@ interface RuleDescription {
10
10
  must_read_if: string;
11
11
  entities?: string[];
12
12
  id?: string;
13
- knowledge_type?: "model" | "decision" | "guideline" | "pitfall" | "process";
13
+ knowledge_type?: "models" | "decisions" | "guidelines" | "pitfalls" | "processes";
14
14
  maturity?: "draft" | "verified" | "proven";
15
15
  knowledge_layer?: "personal" | "team";
16
16
  layer_reason?: string;
@@ -25,7 +25,7 @@ interface RuleDescriptionIndexItem {
25
25
  required: boolean;
26
26
  selectable: boolean;
27
27
  description: RuleDescription;
28
- type?: "model" | "decision" | "guideline" | "pitfall" | "process";
28
+ type?: "models" | "decisions" | "guidelines" | "pitfalls" | "processes";
29
29
  maturity?: "draft" | "verified" | "proven";
30
30
  layer?: "personal" | "team";
31
31
  layer_reason?: string;
@@ -116,6 +116,7 @@ interface FabricConfig {
116
116
  mcpPayloadLimits?: McpPayloadLimits;
117
117
  fabric_language?: FabricLanguage;
118
118
  default_layer_filter?: DefaultLayerFilter;
119
+ selection_token_ttl_ms?: number;
119
120
  }
120
121
 
121
122
  export type { AgentsActivationTier, AgentsIdentitySource, AgentsLayer, AgentsMeta, AgentsMetaCountersEnvelope, AgentsMetaKnowledgeTypeCounters, AgentsMetaNode, AgentsMetaNodeActivation, AgentsTopologyType, AiLedgerEntry, AuditMode, ClientPaths, DefaultLayerFilter, FabricConfig, FabricLanguage, HumanLedgerEntry, HumanLockEntry, LedgerEntry, McpPayloadLimits, RuleDescription, RuleDescriptionIndexItem };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fenglimg/fabric-shared",
3
- "version": "2.0.0-rc.28",
3
+ "version": "2.0.0-rc.29",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",