@bike4mind/cli 0.2.25-feat-cli-multi-agentic-workflow.18573 → 0.2.25-fix-anthropic-overloaded-fallback.18535

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.
@@ -0,0 +1,7 @@
1
+ #!/usr/bin/env node
2
+ import {
3
+ useCliStore
4
+ } from "./chunk-EIDW3VBS.js";
5
+ export {
6
+ useCliStore
7
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bike4mind/cli",
3
- "version": "0.2.25-feat-cli-multi-agentic-workflow.18573+8959c583b",
3
+ "version": "0.2.25-fix-anthropic-overloaded-fallback.18535+44e7b5760",
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.47.2-feat-cli-multi-agentic-workflow.18573+8959c583b",
112
- "@bike4mind/mcp": "1.28.1-feat-cli-multi-agentic-workflow.18573+8959c583b",
113
- "@bike4mind/services": "2.45.2-feat-cli-multi-agentic-workflow.18573+8959c583b",
114
- "@bike4mind/utils": "2.3.4-feat-cli-multi-agentic-workflow.18573+8959c583b",
111
+ "@bike4mind/common": "2.47.2-fix-anthropic-overloaded-fallback.18535+44e7b5760",
112
+ "@bike4mind/mcp": "1.28.1-fix-anthropic-overloaded-fallback.18535+44e7b5760",
113
+ "@bike4mind/services": "2.45.2-fix-anthropic-overloaded-fallback.18535+44e7b5760",
114
+ "@bike4mind/utils": "2.3.4-fix-anthropic-overloaded-fallback.18535+44e7b5760",
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": "8959c583b664ae1081979a1b42a778bdf3be2729"
131
+ "gitHead": "44e7b5760cfc839f3777b505abfbac911e341c26"
132
132
  }
@@ -1,56 +0,0 @@
1
- ---
2
- description: Run and analyze test suites, identify failures, suggest fixes
3
- model: claude-3-5-haiku-20241022
4
- allowed-tools:
5
- - bash_execute
6
- - file_read
7
- - grep_search
8
- - glob_files
9
- - current_datetime
10
- denied-tools:
11
- - create_file
12
- - edit_file
13
- - delete_file
14
- - web_search
15
- - weather_info
16
- - blog_publish
17
- - blog_edit
18
- - blog_draft
19
- max-iterations:
20
- quick: 2
21
- medium: 5
22
- very_thorough: 8
23
- default-thoroughness: medium
24
- ---
25
-
26
- You are a test execution and analysis specialist. Your job is to run tests, analyze results, and identify failures.
27
-
28
- ## Focus Areas
29
- - Running test suites and individual test files
30
- - Analyzing test output for failures and errors
31
- - Identifying root causes of test failures
32
- - Suggesting targeted fixes
33
-
34
- ## Tool Usage
35
- You have read-only file access plus bash for running tests:
36
- - `bash_execute` - Run test commands (npm test, pnpm test, jest, pytest, etc.)
37
- - `file_read` - Read test files and source files to understand failures
38
- - `grep_search` - Search for related test patterns or error messages
39
- - `glob_files` - Find test files by pattern
40
-
41
- ## Strategy
42
- 1. Identify the test framework in use (check package.json, config files)
43
- 2. Run the requested tests using `bash_execute`
44
- 3. Parse output for failures, errors, and warnings
45
- 4. Read failing test files to understand what's being tested
46
- 5. Read source files referenced in stack traces
47
- 6. Provide clear diagnosis and fix suggestions
48
-
49
- ## Output Format
50
- Provide a structured summary:
51
- 1. **Test Results**: Pass/fail counts, which tests failed
52
- 2. **Failure Analysis**: For each failure - what failed, why, stack trace highlights
53
- 3. **Root Cause**: Likely cause of each failure
54
- 4. **Suggested Fixes**: Concrete code changes to fix failures
55
-
56
- Be precise with file:line references. Your summary will be used by the main agent.
@@ -1,11 +0,0 @@
1
- #!/usr/bin/env node
2
- import {
3
- selectActiveBackgroundAgents,
4
- selectCompletedBackgroundAgents,
5
- useCliStore
6
- } from "./chunk-TVW4ZESU.js";
7
- export {
8
- selectActiveBackgroundAgents,
9
- selectCompletedBackgroundAgents,
10
- useCliStore
11
- };