@bike4mind/cli 0.2.21-feat-parallel-tool-execution.18205 → 0.2.21-feat-cli-skill-frontmatter-spec.18205

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,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  CurationArtifactType
4
- } from "./chunk-VDLQKG5O.js";
4
+ } from "./chunk-QZAVSLFW.js";
5
5
 
6
6
  // ../../b4m-core/packages/services/dist/src/notebookCurationService/llmMarkdownGenerator.js
7
7
  var DEFAULT_OPTIONS = {
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  CurationArtifactType
4
- } from "./chunk-VDLQKG5O.js";
4
+ } from "./chunk-QZAVSLFW.js";
5
5
 
6
6
  // ../../b4m-core/packages/services/dist/src/notebookCurationService/markdownGenerator.js
7
7
  var DEFAULT_OPTIONS = {
@@ -2,9 +2,9 @@
2
2
  import {
3
3
  findMostSimilarMemento,
4
4
  getRelevantMementos
5
- } from "./chunk-YLRAYIDX.js";
6
- import "./chunk-QKJ4CHK6.js";
7
- import "./chunk-VDLQKG5O.js";
5
+ } from "./chunk-NAIQUTDD.js";
6
+ import "./chunk-HXWD4UGK.js";
7
+ import "./chunk-QZAVSLFW.js";
8
8
  import "./chunk-OCYRD7D6.js";
9
9
  export {
10
10
  findMostSimilarMemento,
@@ -132,8 +132,8 @@ import {
132
132
  validateMermaidSyntax,
133
133
  warmUpSettingsCache,
134
134
  withRetry
135
- } from "./chunk-QKJ4CHK6.js";
136
- import "./chunk-VDLQKG5O.js";
135
+ } from "./chunk-HXWD4UGK.js";
136
+ import "./chunk-QZAVSLFW.js";
137
137
  import {
138
138
  Logger,
139
139
  NotificationDeduplicator,
@@ -322,7 +322,7 @@ import {
322
322
  validateReactArtifactV2,
323
323
  validateSvgArtifactV2,
324
324
  wikiMarkupToAdf
325
- } from "./chunk-VDLQKG5O.js";
325
+ } from "./chunk-QZAVSLFW.js";
326
326
  export {
327
327
  ALL_IMAGE_MODELS,
328
328
  ALL_IMAGE_SIZES,
@@ -2,9 +2,9 @@
2
2
  import {
3
3
  SubtractCreditsSchema,
4
4
  subtractCredits
5
- } from "./chunk-HERXMXE5.js";
6
- import "./chunk-QKJ4CHK6.js";
7
- import "./chunk-VDLQKG5O.js";
5
+ } from "./chunk-4UPFBOWT.js";
6
+ import "./chunk-HXWD4UGK.js";
7
+ import "./chunk-QZAVSLFW.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.21-feat-parallel-tool-execution.18205+47a8e106d",
3
+ "version": "0.2.21-feat-cli-skill-frontmatter-spec.18205+406977892",
4
4
  "type": "module",
5
5
  "description": "Interactive CLI tool for Bike4Mind with ReAct agents",
6
6
  "license": "UNLICENSED",
@@ -44,7 +44,6 @@
44
44
  "@anthropic-ai/sdk": "^0.71.2",
45
45
  "@aws-sdk/client-apigatewaymanagementapi": "3.654.0",
46
46
  "@aws-sdk/client-bedrock-runtime": "3.654.0",
47
- "@aws-sdk/client-cloudwatch": "3.654.0",
48
47
  "@aws-sdk/client-lambda": "3.654.0",
49
48
  "@aws-sdk/client-s3": "3.654.0",
50
49
  "@aws-sdk/client-sqs": "3.654.0",
@@ -108,10 +107,10 @@
108
107
  },
109
108
  "devDependencies": {
110
109
  "@bike4mind/agents": "0.1.0",
111
- "@bike4mind/common": "2.45.1-feat-parallel-tool-execution.18205+47a8e106d",
112
- "@bike4mind/mcp": "1.25.1-feat-parallel-tool-execution.18205+47a8e106d",
113
- "@bike4mind/services": "2.43.1-feat-parallel-tool-execution.18205+47a8e106d",
114
- "@bike4mind/utils": "2.3.1-feat-parallel-tool-execution.18205+47a8e106d",
110
+ "@bike4mind/common": "2.45.1-feat-cli-skill-frontmatter-spec.18205+406977892",
111
+ "@bike4mind/mcp": "1.25.1-feat-cli-skill-frontmatter-spec.18205+406977892",
112
+ "@bike4mind/services": "2.43.1-feat-cli-skill-frontmatter-spec.18205+406977892",
113
+ "@bike4mind/utils": "2.3.1-feat-cli-skill-frontmatter-spec.18205+406977892",
115
114
  "@types/better-sqlite3": "^7.6.13",
116
115
  "@types/diff": "^5.0.9",
117
116
  "@types/jsonwebtoken": "^9.0.4",
@@ -128,5 +127,5 @@
128
127
  "optionalDependencies": {
129
128
  "@vscode/ripgrep": "^1.17.0"
130
129
  },
131
- "gitHead": "47a8e106deffa28587e7200646f96b73b2b5a0a2"
130
+ "gitHead": "4069778926e7f1c81c2473a3ac5c25f1a44fbdc2"
132
131
  }