claude-flow-novice 2.18.34 → 2.18.35

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.
@@ -296,11 +296,16 @@ COMMON FIX PATTERNS:
296
296
 
297
297
  REPORT FORMAT:
298
298
  ```
299
- FIXES APPLIED:
299
+ SUMMARY: [2 sentence summary of what was fixed and outcome]
300
+
301
+ FIXES APPLIED: [count]
300
302
  - Line X: [description of fix]
301
303
  - Line Y: [description of fix]
302
304
 
305
+ ROUNDS: [number of fix iterations attempted]
306
+ ERRORS FIXED: [count of errors resolved in this file]
303
307
  VALIDATION: [PASS/FAIL]
308
+ POST-EDIT RESPONSE: [final output from post-edit pipeline]
304
309
  REMAINING ERRORS: [count or "none"]
305
310
  ```
306
311
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-flow-novice",
3
- "version": "2.18.34",
3
+ "version": "2.18.35",
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",