@bike4mind/cli 0.2.12-cli-todo-list.17408 → 0.2.12-feat-secops-secrets.17399

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 CHANGED
@@ -9,10 +9,8 @@ Interactive command-line interface for Bike4Mind with ReAct agents.
9
9
  - 💾 Session persistence
10
10
  - 🛠️ B4M tools + MCP integration
11
11
  - 🎨 Rich terminal UI with Ink
12
- - 🖼️ Image paste and drag-and-drop support (iTerm2, Kitty)
13
12
  - 🐛 Debug logging with `--verbose` flag
14
13
  - 📄 Context file loading (CLAUDE.md, AGENTS.md, AI.md)
15
- - 📁 File references with `@` autocomplete
16
14
 
17
15
  ## Installation
18
16
 
@@ -38,25 +36,6 @@ From the project root:
38
36
  pnpm install
39
37
  ```
40
38
 
41
- #### Build Requirements
42
-
43
- The CLI uses native dependencies (`better-sqlite3` for image caching, `sharp` for image processing) that require compilation. These should build automatically during installation, but if you encounter errors:
44
-
45
- **Prerequisites:**
46
- - Python 3 (required by node-gyp)
47
- - C++ compiler (Xcode Command Line Tools on macOS, build-essential on Linux, Visual Studio on Windows)
48
-
49
- **Manual rebuild if needed:**
50
- ```bash
51
- # If you see "Could not locate the bindings file" errors
52
- pnpm rebuild better-sqlite3
53
-
54
- # Or rebuild all native modules
55
- pnpm rebuild
56
- ```
57
-
58
- **Note:** The postinstall script will automatically rebuild `better-sqlite3` if the native bindings are missing, so manual intervention is rarely needed.
59
-
60
39
  ## Usage
61
40
 
62
41
  ### Start Interactive Session
@@ -1,4 +1,5 @@
1
1
  #!/usr/bin/env node
2
+ import "./chunk-PDX44BCA.js";
2
3
 
3
4
  // src/storage/ImageStore.ts
4
5
  import { createHash } from "crypto";
@@ -2,6 +2,7 @@
2
2
  import {
3
3
  CurationArtifactType
4
4
  } from "./chunk-OHR7UCTC.js";
5
+ import "./chunk-PDX44BCA.js";
5
6
 
6
7
  // ../../b4m-core/packages/services/dist/src/notebookCurationService/artifactExtractor.js
7
8
  var ARTIFACT_TAG_REGEX = /<artifact\s+(.*?)>([\s\S]*?)<\/artifact>/gi;
@@ -160,7 +160,7 @@ var notifyEventLogsToSlack = async ({ event, stage, slackUrl, throttlingSlackUrl
160
160
  if (!allowedStages.includes(stage))
161
161
  return;
162
162
  const logEvents = logData.logEvents;
163
- const { notificationDeduplicator: notificationDeduplicator2 } = await import("./notificationDeduplicator-UTHJHMSZ.js");
163
+ const { notificationDeduplicator: notificationDeduplicator2 } = await import("./notificationDeduplicator-UW7D75QS.js");
164
164
  for (const logEvent of logEvents) {
165
165
  try {
166
166
  let message;
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  Logger
4
- } from "./chunk-OCYRD7D6.js";
4
+ } from "./chunk-AMDXHL6S.js";
5
5
  import {
6
6
  BedrockEmbeddingModel,
7
7
  ChatModels,
@@ -2,7 +2,7 @@
2
2
  import {
3
3
  BadRequestError,
4
4
  secureParameters
5
- } from "./chunk-INYINU6X.js";
5
+ } from "./chunk-BU5TP3BH.js";
6
6
  import {
7
7
  GenericCreditDeductTransaction,
8
8
  ImageEditUsageTransaction,
@@ -0,0 +1,11 @@
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
+ };
@@ -7,7 +7,7 @@ import {
7
7
  getSettingsMap,
8
8
  getSettingsValue,
9
9
  secureParameters
10
- } from "./chunk-INYINU6X.js";
10
+ } from "./chunk-BU5TP3BH.js";
11
11
  import {
12
12
  KnowledgeType,
13
13
  SupportedFabFileMimeTypes
@@ -6,7 +6,7 @@ import {
6
6
  getSettingsByNames,
7
7
  obfuscateApiKey,
8
8
  secureParameters
9
- } from "./chunk-INYINU6X.js";
9
+ } from "./chunk-BU5TP3BH.js";
10
10
  import {
11
11
  ApiKeyType,
12
12
  MementoTier,
@@ -2,10 +2,11 @@
2
2
  import {
3
3
  createFabFile,
4
4
  createFabFileSchema
5
- } from "./chunk-7N7AZPLK.js";
6
- import "./chunk-INYINU6X.js";
7
- import "./chunk-OCYRD7D6.js";
5
+ } from "./chunk-RJFNIMVH.js";
6
+ import "./chunk-BU5TP3BH.js";
7
+ import "./chunk-AMDXHL6S.js";
8
8
  import "./chunk-OHR7UCTC.js";
9
+ import "./chunk-PDX44BCA.js";
9
10
  export {
10
11
  createFabFile,
11
12
  createFabFileSchema
@@ -2,6 +2,7 @@
2
2
  import {
3
3
  FormatConverter
4
4
  } from "./chunk-BPFEGDC7.js";
5
+ import "./chunk-PDX44BCA.js";
5
6
  export {
6
7
  FormatConverter
7
8
  };