@bike4mind/cli 0.2.12-refactor-github-mcp.17405 → 0.2.14-feat-auto-context-customization.17477

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.
@@ -1,8 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  CurationArtifactType
4
- } from "./chunk-OHR7UCTC.js";
5
- import "./chunk-PDX44BCA.js";
4
+ } from "./chunk-PGQJWOFR.js";
6
5
 
7
6
  // ../../b4m-core/packages/services/dist/src/notebookCurationService/llmMarkdownGenerator.js
8
7
  var DEFAULT_OPTIONS = {
@@ -1,8 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  CurationArtifactType
4
- } from "./chunk-OHR7UCTC.js";
5
- import "./chunk-PDX44BCA.js";
4
+ } from "./chunk-PGQJWOFR.js";
6
5
 
7
6
  // ../../b4m-core/packages/services/dist/src/notebookCurationService/markdownGenerator.js
8
7
  var DEFAULT_OPTIONS = {
@@ -0,0 +1,12 @@
1
+ #!/usr/bin/env node
2
+ import {
3
+ findMostSimilarMemento,
4
+ getRelevantMementos
5
+ } from "./chunk-NR4J636Y.js";
6
+ import "./chunk-TJAFO6U3.js";
7
+ import "./chunk-OCYRD7D6.js";
8
+ import "./chunk-PGQJWOFR.js";
9
+ export {
10
+ findMostSimilarMemento,
11
+ getRelevantMementos
12
+ };
@@ -2,8 +2,7 @@
2
2
  import {
3
3
  NotificationDeduplicator,
4
4
  notificationDeduplicator
5
- } from "./chunk-AMDXHL6S.js";
6
- import "./chunk-PDX44BCA.js";
5
+ } from "./chunk-OCYRD7D6.js";
7
6
  export {
8
7
  NotificationDeduplicator,
9
8
  notificationDeduplicator
@@ -120,7 +120,7 @@ import {
120
120
  validateMermaidSyntax,
121
121
  warmUpSettingsCache,
122
122
  withRetry
123
- } from "./chunk-BU5TP3BH.js";
123
+ } from "./chunk-TJAFO6U3.js";
124
124
  import {
125
125
  Logger,
126
126
  NotificationDeduplicator,
@@ -128,9 +128,8 @@ import {
128
128
  notifyEventLogsToSlack,
129
129
  postLowCreditsNotificationToSlack,
130
130
  postMessageToSlack
131
- } from "./chunk-AMDXHL6S.js";
132
- import "./chunk-OHR7UCTC.js";
133
- import "./chunk-PDX44BCA.js";
131
+ } from "./chunk-OCYRD7D6.js";
132
+ import "./chunk-PGQJWOFR.js";
134
133
  export {
135
134
  AWSBackend,
136
135
  AdminSettingsCache,
@@ -40,6 +40,7 @@ import {
40
40
  CitableSourceSchema,
41
41
  ClaudeArtifactMimeTypes,
42
42
  CollectionType,
43
+ CompletionApiUsageTransaction,
43
44
  CompletionRequestSchema,
44
45
  ConfluenceApi,
45
46
  CreateFabFileRequestInput,
@@ -295,8 +296,7 @@ import {
295
296
  validateReactArtifactV2,
296
297
  validateSvgArtifactV2,
297
298
  wikiMarkupToAdf
298
- } from "./chunk-OHR7UCTC.js";
299
- import "./chunk-PDX44BCA.js";
299
+ } from "./chunk-PGQJWOFR.js";
300
300
  export {
301
301
  ALL_IMAGE_MODELS,
302
302
  ALL_IMAGE_SIZES,
@@ -338,6 +338,7 @@ export {
338
338
  CitableSourceSchema,
339
339
  ClaudeArtifactMimeTypes,
340
340
  CollectionType,
341
+ CompletionApiUsageTransaction,
341
342
  CompletionRequestSchema,
342
343
  ConfluenceApi,
343
344
  CreateFabFileRequestInput,
@@ -0,0 +1,12 @@
1
+ #!/usr/bin/env node
2
+ import {
3
+ SubtractCreditsSchema,
4
+ subtractCredits
5
+ } from "./chunk-7CKPTTMR.js";
6
+ import "./chunk-TJAFO6U3.js";
7
+ import "./chunk-OCYRD7D6.js";
8
+ import "./chunk-PGQJWOFR.js";
9
+ export {
10
+ SubtractCreditsSchema,
11
+ subtractCredits
12
+ };
@@ -14,7 +14,6 @@ import {
14
14
  verifyBackupCode,
15
15
  verifyTOTPToken
16
16
  } from "./chunk-BDQBOLYG.js";
17
- import "./chunk-PDX44BCA.js";
18
17
  export {
19
18
  clearFailedAttempts,
20
19
  generateBackupCodes,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bike4mind/cli",
3
- "version": "0.2.12-refactor-github-mcp.17405+ae8801bbe",
3
+ "version": "0.2.14-feat-auto-context-customization.17477+d37aab404",
4
4
  "type": "module",
5
5
  "description": "Interactive CLI tool for Bike4Mind with ReAct agents",
6
6
  "license": "UNLICENSED",
@@ -71,6 +71,7 @@
71
71
  "eventsource-parser": "^3.0.6",
72
72
  "file-type": "^18.7.0",
73
73
  "fuse.js": "^7.1.0",
74
+ "glob": "^13.0.0",
74
75
  "gray-matter": "^4.0.3",
75
76
  "ink": "^6.5.1",
76
77
  "ink-select-input": "^6.2.0",
@@ -105,10 +106,10 @@
105
106
  },
106
107
  "devDependencies": {
107
108
  "@bike4mind/agents": "0.1.0",
108
- "@bike4mind/common": "2.41.1-refactor-github-mcp.17405+ae8801bbe",
109
- "@bike4mind/mcp": "1.21.1-refactor-github-mcp.17405+ae8801bbe",
110
- "@bike4mind/services": "2.36.1-refactor-github-mcp.17405+ae8801bbe",
111
- "@bike4mind/utils": "2.1.6-refactor-github-mcp.17405+ae8801bbe",
109
+ "@bike4mind/common": "2.42.1-feat-auto-context-customization.17477+d37aab404",
110
+ "@bike4mind/mcp": "1.21.3-feat-auto-context-customization.17477+d37aab404",
111
+ "@bike4mind/services": "2.37.1-feat-auto-context-customization.17477+d37aab404",
112
+ "@bike4mind/utils": "2.1.8-feat-auto-context-customization.17477+d37aab404",
112
113
  "@types/better-sqlite3": "^7.6.13",
113
114
  "@types/diff": "^5.0.9",
114
115
  "@types/jsonwebtoken": "^9.0.4",
@@ -116,10 +117,11 @@
116
117
  "@types/react": "^19.2.7",
117
118
  "@types/uuid": "^9.0.7",
118
119
  "@types/yargs": "^17.0.32",
120
+ "ink-testing-library": "^4.0.0",
119
121
  "tsup": "^8.5.1",
120
122
  "tsx": "^4.21.0",
121
123
  "typescript": "^5.9.3",
122
124
  "vitest": "^3.2.4"
123
125
  },
124
- "gitHead": "ae8801bbe418b5047a42104f8aa2bb56c198e4b5"
126
+ "gitHead": "d37aab40411dfc92c084c715054d5ea3aaaff579"
125
127
  }
@@ -1,11 +0,0 @@
1
- #!/usr/bin/env node
2
- var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require : typeof Proxy !== "undefined" ? new Proxy(x, {
3
- get: (a, b) => (typeof require !== "undefined" ? require : a)[b]
4
- }) : x)(function(x) {
5
- if (typeof require !== "undefined") return require.apply(this, arguments);
6
- throw Error('Dynamic require of "' + x + '" is not supported');
7
- });
8
-
9
- export {
10
- __require
11
- };
@@ -1,13 +0,0 @@
1
- #!/usr/bin/env node
2
- import {
3
- createFabFile,
4
- createFabFileSchema
5
- } from "./chunk-RJFNIMVH.js";
6
- import "./chunk-BU5TP3BH.js";
7
- import "./chunk-AMDXHL6S.js";
8
- import "./chunk-OHR7UCTC.js";
9
- import "./chunk-PDX44BCA.js";
10
- export {
11
- createFabFile,
12
- createFabFileSchema
13
- };
@@ -1,13 +0,0 @@
1
- #!/usr/bin/env node
2
- import {
3
- findMostSimilarMemento,
4
- getRelevantMementos
5
- } from "./chunk-ZHCX7BLB.js";
6
- import "./chunk-BU5TP3BH.js";
7
- import "./chunk-AMDXHL6S.js";
8
- import "./chunk-OHR7UCTC.js";
9
- import "./chunk-PDX44BCA.js";
10
- export {
11
- findMostSimilarMemento,
12
- getRelevantMementos
13
- };
@@ -1,13 +0,0 @@
1
- #!/usr/bin/env node
2
- import {
3
- SubtractCreditsSchema,
4
- subtractCredits
5
- } from "./chunk-ID4NS6KF.js";
6
- import "./chunk-BU5TP3BH.js";
7
- import "./chunk-AMDXHL6S.js";
8
- import "./chunk-OHR7UCTC.js";
9
- import "./chunk-PDX44BCA.js";
10
- export {
11
- SubtractCreditsSchema,
12
- subtractCredits
13
- };