@bike4mind/cli 0.2.29-cli-resume-command.18763 → 0.2.29-feature-b4m-pi.18846
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/README.md +1 -1
- package/dist/HydrationEngine-JFMYWWM6.js +9 -0
- package/dist/{artifactExtractor-36XHJYOZ.js → artifactExtractor-TFGRIG2Y.js} +1 -1
- package/dist/{chunk-ZEMWV6IR.js → chunk-2UFCM2T4.js} +2 -2
- package/dist/{chunk-UNOJBVD2.js → chunk-A3HXNIIZ.js} +4 -2
- package/dist/{chunk-JJBDHUGY.js → chunk-MUWN5G77.js} +2 -2
- package/dist/chunk-NHP3UPYU.js +765 -0
- package/dist/{chunk-VGYTNJXN.js → chunk-SZRU4SFM.js} +2 -2
- package/dist/{chunk-XJRPAAUS.js → chunk-WVQTZODT.js} +853 -197
- package/dist/{create-NGI7IIQ4.js → create-NFJQG4TE.js} +3 -3
- package/dist/index.js +856 -29
- package/dist/{llmMarkdownGenerator-JDYKJUEC.js → llmMarkdownGenerator-JCNIDUGQ.js} +1 -1
- package/dist/{markdownGenerator-QXBC2EW5.js → markdownGenerator-WWVICHFP.js} +1 -1
- package/dist/{mementoService-X35OMHVC.js → mementoService-UEMQTBIG.js} +3 -3
- package/dist/{src-CBU6EAO3.js → src-4V3OBX4H.js} +2 -2
- package/dist/{src-6NIYIWZD.js → src-DEQX27QN.js} +137 -1
- package/dist/{subtractCredits-RL6JVDMI.js → subtractCredits-RLGUIO6U.js} +3 -3
- package/package.json +6 -6
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
import {
|
|
3
3
|
findMostSimilarMemento,
|
|
4
4
|
getRelevantMementos
|
|
5
|
-
} from "./chunk-
|
|
6
|
-
import "./chunk-
|
|
7
|
-
import "./chunk-
|
|
5
|
+
} from "./chunk-SZRU4SFM.js";
|
|
6
|
+
import "./chunk-A3HXNIIZ.js";
|
|
7
|
+
import "./chunk-WVQTZODT.js";
|
|
8
8
|
import "./chunk-OCYRD7D6.js";
|
|
9
9
|
export {
|
|
10
10
|
findMostSimilarMemento,
|
|
@@ -133,8 +133,8 @@ import {
|
|
|
133
133
|
validateMermaidSyntax,
|
|
134
134
|
warmUpSettingsCache,
|
|
135
135
|
withRetry
|
|
136
|
-
} from "./chunk-
|
|
137
|
-
import "./chunk-
|
|
136
|
+
} from "./chunk-A3HXNIIZ.js";
|
|
137
|
+
import "./chunk-WVQTZODT.js";
|
|
138
138
|
import {
|
|
139
139
|
Logger,
|
|
140
140
|
NotificationDeduplicator,
|
|
@@ -44,8 +44,11 @@ import {
|
|
|
44
44
|
CollectionType,
|
|
45
45
|
CompletionApiUsageTransaction,
|
|
46
46
|
CompletionRequestSchema,
|
|
47
|
+
ComputeLatticeRequestSchema,
|
|
48
|
+
ComputeLatticeResponseSchema,
|
|
47
49
|
ConfluenceApi,
|
|
48
50
|
CreateFabFileRequestInput,
|
|
51
|
+
CreateLatticeModelRequestSchema,
|
|
49
52
|
CreditHolderType,
|
|
50
53
|
CreditPurchaseStatus,
|
|
51
54
|
CreditTransaction,
|
|
@@ -64,7 +67,10 @@ import {
|
|
|
64
67
|
EditImageRequestBodySchema,
|
|
65
68
|
ElabsEvents,
|
|
66
69
|
EnhancedArtifactMetadataSchema,
|
|
70
|
+
ExplainLatticeRequestSchema,
|
|
71
|
+
ExplainLatticeResponseSchema,
|
|
67
72
|
ExportFormatSchema,
|
|
73
|
+
ExportLatticeRequestSchema,
|
|
68
74
|
FabFileSourceType,
|
|
69
75
|
FallbackInfoSchema,
|
|
70
76
|
FavoriteDocumentType,
|
|
@@ -116,6 +122,54 @@ import {
|
|
|
116
122
|
LLMApiRequestBodySchema,
|
|
117
123
|
LLMEvents,
|
|
118
124
|
LLMStatusUpdateAction,
|
|
125
|
+
LatticeArtifactSchema,
|
|
126
|
+
LatticeAttributeSchema,
|
|
127
|
+
LatticeCalculationChainSchema,
|
|
128
|
+
LatticeCalculationStepSchema,
|
|
129
|
+
LatticeColumnConfigSchema,
|
|
130
|
+
LatticeComputedValueSchema,
|
|
131
|
+
LatticeComputedValuesSchema,
|
|
132
|
+
LatticeConditionOperatorSchema,
|
|
133
|
+
LatticeConditionSchema,
|
|
134
|
+
LatticeDataStoreSchema,
|
|
135
|
+
LatticeDataTypeSchema,
|
|
136
|
+
LatticeEntitySchema,
|
|
137
|
+
LatticeEntityTypeSchema,
|
|
138
|
+
LatticeErrorSchema,
|
|
139
|
+
LatticeErrorTypeSchema,
|
|
140
|
+
LatticeExportFormatSchema,
|
|
141
|
+
LatticeExtractedEntitySchema,
|
|
142
|
+
LatticeFilterSchema,
|
|
143
|
+
LatticeFormatConfigSchema,
|
|
144
|
+
LatticeGroupConfigSchema,
|
|
145
|
+
LatticeHistoryOperationSchema,
|
|
146
|
+
LatticeInputSchema,
|
|
147
|
+
LatticeIntentTypeSchema,
|
|
148
|
+
LatticeModelSchema,
|
|
149
|
+
LatticeModelSettingsSchema,
|
|
150
|
+
LatticeModelTypeSchema,
|
|
151
|
+
LatticeNegativeFormatSchema,
|
|
152
|
+
LatticeOperationSchema,
|
|
153
|
+
LatticeOperationTypeSchema,
|
|
154
|
+
LatticeOutputSchema,
|
|
155
|
+
LatticeParsedIntentSchema,
|
|
156
|
+
LatticePeriodGrainSchema,
|
|
157
|
+
LatticePrimitiveValueSchema,
|
|
158
|
+
LatticeRelationshipSchema,
|
|
159
|
+
LatticeRelationshipTypeSchema,
|
|
160
|
+
LatticeRowConfigSchema,
|
|
161
|
+
LatticeRuleDefinitionSchema,
|
|
162
|
+
LatticeRuleSchema,
|
|
163
|
+
LatticeRuleTypeSchema,
|
|
164
|
+
LatticeRulesStoreSchema,
|
|
165
|
+
LatticeRulesetSchema,
|
|
166
|
+
LatticeScenarioOverrideSchema,
|
|
167
|
+
LatticeScenarioSchema,
|
|
168
|
+
LatticeSortConfigSchema,
|
|
169
|
+
LatticeViewConfigSchema,
|
|
170
|
+
LatticeViewSchema,
|
|
171
|
+
LatticeViewStoreSchema,
|
|
172
|
+
LatticeViewTypeSchema,
|
|
119
173
|
LinkedInApi,
|
|
120
174
|
LiveopsTriageConfigSchema,
|
|
121
175
|
LogoSettingsSchema,
|
|
@@ -153,6 +207,9 @@ import {
|
|
|
153
207
|
PREDEFINED_USER_TAGS,
|
|
154
208
|
Permission,
|
|
155
209
|
PermissionDeniedError,
|
|
210
|
+
PiHistoryCompleteAction,
|
|
211
|
+
PiHistoryErrorAction,
|
|
212
|
+
PiHistoryProgressAction,
|
|
156
213
|
ProfileEvents,
|
|
157
214
|
ProjectEvents,
|
|
158
215
|
PromptMetaZodSchema,
|
|
@@ -229,6 +286,7 @@ import {
|
|
|
229
286
|
UiNavigationEvents,
|
|
230
287
|
UpdateCurrentUserAction,
|
|
231
288
|
UpdateFabFileChunkVectorStatusAction,
|
|
289
|
+
UpdateLatticeModelRequestSchema,
|
|
232
290
|
UpdateResearchTaskStatusAction,
|
|
233
291
|
UserApiKeyEvents,
|
|
234
292
|
UserTagSchema,
|
|
@@ -251,6 +309,8 @@ import {
|
|
|
251
309
|
buildSSEEvent,
|
|
252
310
|
calculateContentHash,
|
|
253
311
|
calculateContentSize,
|
|
312
|
+
calculateResourceAllocations,
|
|
313
|
+
calculateTaskValue,
|
|
254
314
|
canAccessBasedOnVisibility,
|
|
255
315
|
canTransitionStatus,
|
|
256
316
|
canUserDeleteArtifact,
|
|
@@ -261,6 +321,7 @@ import {
|
|
|
261
321
|
createDefaultPermissions,
|
|
262
322
|
dayjsConfig_default,
|
|
263
323
|
detectMimeType,
|
|
324
|
+
detectResourceConflicts,
|
|
264
325
|
determineMimeType,
|
|
265
326
|
extractSnippetMeta,
|
|
266
327
|
formatActivityMessage,
|
|
@@ -311,6 +372,9 @@ import {
|
|
|
311
372
|
mergeArtifactMetadata,
|
|
312
373
|
parallelLimit,
|
|
313
374
|
passwordSchema,
|
|
375
|
+
safeParseLatticeEntity,
|
|
376
|
+
safeParseLatticeModel,
|
|
377
|
+
safeParseLatticeRule,
|
|
314
378
|
safeParseQuest,
|
|
315
379
|
safeParseQuestMasterArtifactV2,
|
|
316
380
|
searchSchema,
|
|
@@ -331,6 +395,10 @@ import {
|
|
|
331
395
|
validateArtifactTitle,
|
|
332
396
|
validateBaseArtifact,
|
|
333
397
|
validateHtmlArtifactV2,
|
|
398
|
+
validateLatticeEntity,
|
|
399
|
+
validateLatticeModel,
|
|
400
|
+
validateLatticeParsedIntent,
|
|
401
|
+
validateLatticeRule,
|
|
334
402
|
validateMermaidArtifactV2,
|
|
335
403
|
validatePassword,
|
|
336
404
|
validatePasswordServer,
|
|
@@ -339,7 +407,7 @@ import {
|
|
|
339
407
|
validateReactArtifactV2,
|
|
340
408
|
validateSvgArtifactV2,
|
|
341
409
|
wikiMarkupToAdf
|
|
342
|
-
} from "./chunk-
|
|
410
|
+
} from "./chunk-WVQTZODT.js";
|
|
343
411
|
export {
|
|
344
412
|
ALL_IMAGE_MODELS,
|
|
345
413
|
ALL_IMAGE_SIZES,
|
|
@@ -386,8 +454,11 @@ export {
|
|
|
386
454
|
CollectionType,
|
|
387
455
|
CompletionApiUsageTransaction,
|
|
388
456
|
CompletionRequestSchema,
|
|
457
|
+
ComputeLatticeRequestSchema,
|
|
458
|
+
ComputeLatticeResponseSchema,
|
|
389
459
|
ConfluenceApi,
|
|
390
460
|
CreateFabFileRequestInput,
|
|
461
|
+
CreateLatticeModelRequestSchema,
|
|
391
462
|
CreditHolderType,
|
|
392
463
|
CreditPurchaseStatus,
|
|
393
464
|
CreditTransaction,
|
|
@@ -406,7 +477,10 @@ export {
|
|
|
406
477
|
EditImageRequestBodySchema,
|
|
407
478
|
ElabsEvents,
|
|
408
479
|
EnhancedArtifactMetadataSchema,
|
|
480
|
+
ExplainLatticeRequestSchema,
|
|
481
|
+
ExplainLatticeResponseSchema,
|
|
409
482
|
ExportFormatSchema,
|
|
483
|
+
ExportLatticeRequestSchema,
|
|
410
484
|
FabFileSourceType,
|
|
411
485
|
FallbackInfoSchema,
|
|
412
486
|
FavoriteDocumentType,
|
|
@@ -458,6 +532,54 @@ export {
|
|
|
458
532
|
LLMApiRequestBodySchema,
|
|
459
533
|
LLMEvents,
|
|
460
534
|
LLMStatusUpdateAction,
|
|
535
|
+
LatticeArtifactSchema,
|
|
536
|
+
LatticeAttributeSchema,
|
|
537
|
+
LatticeCalculationChainSchema,
|
|
538
|
+
LatticeCalculationStepSchema,
|
|
539
|
+
LatticeColumnConfigSchema,
|
|
540
|
+
LatticeComputedValueSchema,
|
|
541
|
+
LatticeComputedValuesSchema,
|
|
542
|
+
LatticeConditionOperatorSchema,
|
|
543
|
+
LatticeConditionSchema,
|
|
544
|
+
LatticeDataStoreSchema,
|
|
545
|
+
LatticeDataTypeSchema,
|
|
546
|
+
LatticeEntitySchema,
|
|
547
|
+
LatticeEntityTypeSchema,
|
|
548
|
+
LatticeErrorSchema,
|
|
549
|
+
LatticeErrorTypeSchema,
|
|
550
|
+
LatticeExportFormatSchema,
|
|
551
|
+
LatticeExtractedEntitySchema,
|
|
552
|
+
LatticeFilterSchema,
|
|
553
|
+
LatticeFormatConfigSchema,
|
|
554
|
+
LatticeGroupConfigSchema,
|
|
555
|
+
LatticeHistoryOperationSchema,
|
|
556
|
+
LatticeInputSchema,
|
|
557
|
+
LatticeIntentTypeSchema,
|
|
558
|
+
LatticeModelSchema,
|
|
559
|
+
LatticeModelSettingsSchema,
|
|
560
|
+
LatticeModelTypeSchema,
|
|
561
|
+
LatticeNegativeFormatSchema,
|
|
562
|
+
LatticeOperationSchema,
|
|
563
|
+
LatticeOperationTypeSchema,
|
|
564
|
+
LatticeOutputSchema,
|
|
565
|
+
LatticeParsedIntentSchema,
|
|
566
|
+
LatticePeriodGrainSchema,
|
|
567
|
+
LatticePrimitiveValueSchema,
|
|
568
|
+
LatticeRelationshipSchema,
|
|
569
|
+
LatticeRelationshipTypeSchema,
|
|
570
|
+
LatticeRowConfigSchema,
|
|
571
|
+
LatticeRuleDefinitionSchema,
|
|
572
|
+
LatticeRuleSchema,
|
|
573
|
+
LatticeRuleTypeSchema,
|
|
574
|
+
LatticeRulesStoreSchema,
|
|
575
|
+
LatticeRulesetSchema,
|
|
576
|
+
LatticeScenarioOverrideSchema,
|
|
577
|
+
LatticeScenarioSchema,
|
|
578
|
+
LatticeSortConfigSchema,
|
|
579
|
+
LatticeViewConfigSchema,
|
|
580
|
+
LatticeViewSchema,
|
|
581
|
+
LatticeViewStoreSchema,
|
|
582
|
+
LatticeViewTypeSchema,
|
|
461
583
|
LinkedInApi,
|
|
462
584
|
LiveopsTriageConfigSchema,
|
|
463
585
|
LogoSettingsSchema,
|
|
@@ -495,6 +617,9 @@ export {
|
|
|
495
617
|
PREDEFINED_USER_TAGS,
|
|
496
618
|
Permission,
|
|
497
619
|
PermissionDeniedError,
|
|
620
|
+
PiHistoryCompleteAction,
|
|
621
|
+
PiHistoryErrorAction,
|
|
622
|
+
PiHistoryProgressAction,
|
|
498
623
|
ProfileEvents,
|
|
499
624
|
ProjectEvents,
|
|
500
625
|
PromptMetaZodSchema,
|
|
@@ -571,6 +696,7 @@ export {
|
|
|
571
696
|
UiNavigationEvents,
|
|
572
697
|
UpdateCurrentUserAction,
|
|
573
698
|
UpdateFabFileChunkVectorStatusAction,
|
|
699
|
+
UpdateLatticeModelRequestSchema,
|
|
574
700
|
UpdateResearchTaskStatusAction,
|
|
575
701
|
UserApiKeyEvents,
|
|
576
702
|
UserTagSchema,
|
|
@@ -593,6 +719,8 @@ export {
|
|
|
593
719
|
buildSSEEvent,
|
|
594
720
|
calculateContentHash,
|
|
595
721
|
calculateContentSize,
|
|
722
|
+
calculateResourceAllocations,
|
|
723
|
+
calculateTaskValue,
|
|
596
724
|
canAccessBasedOnVisibility,
|
|
597
725
|
canTransitionStatus,
|
|
598
726
|
canUserDeleteArtifact,
|
|
@@ -604,6 +732,7 @@ export {
|
|
|
604
732
|
dayjsConfig_default as dayjs,
|
|
605
733
|
detectMimeType as detectConfluenceMimeType,
|
|
606
734
|
detectMimeType,
|
|
735
|
+
detectResourceConflicts,
|
|
607
736
|
determineMimeType,
|
|
608
737
|
extractSnippetMeta,
|
|
609
738
|
formatActivityMessage,
|
|
@@ -654,6 +783,9 @@ export {
|
|
|
654
783
|
mergeArtifactMetadata,
|
|
655
784
|
parallelLimit,
|
|
656
785
|
passwordSchema,
|
|
786
|
+
safeParseLatticeEntity,
|
|
787
|
+
safeParseLatticeModel,
|
|
788
|
+
safeParseLatticeRule,
|
|
657
789
|
safeParseQuest,
|
|
658
790
|
safeParseQuestMasterArtifactV2,
|
|
659
791
|
searchSchema,
|
|
@@ -674,6 +806,10 @@ export {
|
|
|
674
806
|
validateArtifactTitle,
|
|
675
807
|
validateBaseArtifact,
|
|
676
808
|
validateHtmlArtifactV2,
|
|
809
|
+
validateLatticeEntity,
|
|
810
|
+
validateLatticeModel,
|
|
811
|
+
validateLatticeParsedIntent,
|
|
812
|
+
validateLatticeRule,
|
|
677
813
|
validateMermaidArtifactV2,
|
|
678
814
|
validatePassword,
|
|
679
815
|
validatePasswordServer,
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
import {
|
|
3
3
|
SubtractCreditsSchema,
|
|
4
4
|
subtractCredits
|
|
5
|
-
} from "./chunk-
|
|
6
|
-
import "./chunk-
|
|
7
|
-
import "./chunk-
|
|
5
|
+
} from "./chunk-MUWN5G77.js";
|
|
6
|
+
import "./chunk-A3HXNIIZ.js";
|
|
7
|
+
import "./chunk-WVQTZODT.js";
|
|
8
8
|
import "./chunk-OCYRD7D6.js";
|
|
9
9
|
export {
|
|
10
10
|
SubtractCreditsSchema,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bike4mind/cli",
|
|
3
|
-
"version": "0.2.29-
|
|
3
|
+
"version": "0.2.29-feature-b4m-pi.18846+9859d25d9",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Interactive CLI tool for Bike4Mind with ReAct agents",
|
|
6
6
|
"license": "UNLICENSED",
|
|
@@ -108,10 +108,10 @@
|
|
|
108
108
|
},
|
|
109
109
|
"devDependencies": {
|
|
110
110
|
"@bike4mind/agents": "0.1.0",
|
|
111
|
-
"@bike4mind/common": "2.50.1-
|
|
112
|
-
"@bike4mind/mcp": "1.29.1-
|
|
113
|
-
"@bike4mind/services": "2.48.1-
|
|
114
|
-
"@bike4mind/utils": "2.5.1-
|
|
111
|
+
"@bike4mind/common": "2.50.1-feature-b4m-pi.18846+9859d25d9",
|
|
112
|
+
"@bike4mind/mcp": "1.29.1-feature-b4m-pi.18846+9859d25d9",
|
|
113
|
+
"@bike4mind/services": "2.48.1-feature-b4m-pi.18846+9859d25d9",
|
|
114
|
+
"@bike4mind/utils": "2.5.1-feature-b4m-pi.18846+9859d25d9",
|
|
115
115
|
"@types/better-sqlite3": "^7.6.13",
|
|
116
116
|
"@types/diff": "^5.0.9",
|
|
117
117
|
"@types/jsonwebtoken": "^9.0.4",
|
|
@@ -128,5 +128,5 @@
|
|
|
128
128
|
"optionalDependencies": {
|
|
129
129
|
"@vscode/ripgrep": "^1.17.0"
|
|
130
130
|
},
|
|
131
|
-
"gitHead": "
|
|
131
|
+
"gitHead": "9859d25d9a50e23c155ed70c318a3edfe9573f2a"
|
|
132
132
|
}
|