claude-flow-novice 2.18.33 → 2.18.34
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.
|
@@ -277,7 +277,12 @@ WORKFLOW:
|
|
|
277
277
|
|
|
278
278
|
CONSTRAINTS:
|
|
279
279
|
- Fix ONLY errors in [FILE_PATH] - do not modify other files
|
|
280
|
-
- Do NOT run linters on the entire codebase
|
|
280
|
+
- Do NOT run linters/checkers on the entire codebase:
|
|
281
|
+
- `eslint .` is FORBIDDEN
|
|
282
|
+
- `cargo check` (full project) is FORBIDDEN
|
|
283
|
+
- `npm run lint` (full project) is FORBIDDEN
|
|
284
|
+
- `npm run typecheck` (full project) is FORBIDDEN
|
|
285
|
+
- Use errors from /tmp/ output files - do NOT regenerate them
|
|
281
286
|
- Do NOT add unnecessary dependencies
|
|
282
287
|
- Preserve existing functionality
|
|
283
288
|
- Keep fixes minimal and targeted
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "claude-flow-novice",
|
|
3
|
-
"version": "2.18.
|
|
3
|
+
"version": "2.18.34",
|
|
4
4
|
"description": "Claude Flow Novice - Advanced orchestration platform for multi-agent AI workflows with CFN Loop architecture\n\nIncludes Local RuVector Accelerator and all CFN skills for complete functionality.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"type": "module",
|