claude-flow 2.0.0-alpha.85 → 2.0.0-alpha.86

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.
Files changed (74) hide show
  1. package/.claude/checkpoints/1754403519.json +1 -0
  2. package/.claude/checkpoints/1754403521.json +1 -0
  3. package/.claude/checkpoints/1754403535.json +1 -0
  4. package/.claude/checkpoints/1754403536.json +1 -0
  5. package/.claude/checkpoints/1754403546.json +1 -0
  6. package/.claude/checkpoints/1754403548.json +1 -0
  7. package/.claude/checkpoints/1754403559.json +1 -0
  8. package/.claude/checkpoints/1754403561.json +1 -0
  9. package/.claude/checkpoints/1754403570.json +1 -0
  10. package/.claude/checkpoints/1754403572.json +1 -0
  11. package/.claude/checkpoints/1754403590.json +1 -0
  12. package/.claude/checkpoints/1754403592.json +1 -0
  13. package/.claude/checkpoints/1754403629.json +1 -0
  14. package/.claude/checkpoints/1754403631.json +1 -0
  15. package/.claude/checkpoints/1754403662.json +1 -0
  16. package/.claude/checkpoints/1754403664.json +1 -0
  17. package/.claude/checkpoints/1754403748.json +1 -0
  18. package/.claude/checkpoints/1754403749.json +1 -0
  19. package/.claude/checkpoints/1754404006.json +1 -0
  20. package/.claude/checkpoints/1754404008.json +1 -0
  21. package/.claude/checkpoints/1754404015.json +1 -0
  22. package/.claude/checkpoints/1754404017.json +1 -0
  23. package/.claude/checkpoints/1754404029.json +1 -0
  24. package/.claude/checkpoints/1754404031.json +1 -0
  25. package/.claude/checkpoints/1754404054.json +1 -0
  26. package/.claude/checkpoints/1754404055.json +1 -0
  27. package/.claude/checkpoints/1754404074.json +1 -0
  28. package/.claude/checkpoints/1754404075.json +1 -0
  29. package/.claude/checkpoints/1754404152.json +1 -0
  30. package/.claude/checkpoints/1754404154.json +1 -0
  31. package/.claude/checkpoints/1754404164.json +1 -0
  32. package/.claude/checkpoints/1754404165.json +1 -0
  33. package/.claude/checkpoints/1754404207.json +1 -0
  34. package/.claude/checkpoints/1754404209.json +1 -0
  35. package/.claude/checkpoints/1754422767.json +1 -0
  36. package/.claude/checkpoints/1754422769.json +1 -0
  37. package/.claude/checkpoints/1754422789.json +1 -0
  38. package/.claude/checkpoints/1754422791.json +1 -0
  39. package/.claude/checkpoints/1754422833.json +1 -0
  40. package/.claude/checkpoints/1754422834.json +1 -0
  41. package/.claude/checkpoints/1754422869.json +1 -0
  42. package/.claude/checkpoints/1754422871.json +1 -0
  43. package/.claude/checkpoints/1754422990.json +1 -0
  44. package/.claude/checkpoints/1754422992.json +1 -0
  45. package/.claude/checkpoints/summary-session-20250805-130533.md +747 -0
  46. package/.claude/checkpoints/summary-session-20250805-131013.md +751 -0
  47. package/.claude/checkpoints/summary-session-20250805-134756.md +702 -0
  48. package/.claude/checkpoints/summary-session-20250805-135408.md +700 -0
  49. package/.claude/checkpoints/summary-session-20250805-193618.md +542 -0
  50. package/.claude/checkpoints/summary-session-20250805-194451.md +574 -0
  51. package/.claude/checkpoints/task-1754399200.json +1 -0
  52. package/.claude/checkpoints/task-1754401597.json +1 -0
  53. package/.claude/checkpoints/task-1754401875.json +1 -0
  54. package/.claude/checkpoints/task-1754403259.json +1 -0
  55. package/.claude/checkpoints/task-1754422400.json +1 -0
  56. package/.claude/checkpoints/task-1754422444.json +1 -0
  57. package/.claude/checkpoints/task-1754422455.json +1 -0
  58. package/.claude/checkpoints/task-1754422536.json +1 -0
  59. package/.claude/checkpoints/task-1754422724.json +1 -0
  60. package/.claude/checkpoints/task-1754422854.json +1 -0
  61. package/.claude/checkpoints/task-1754422974.json +1 -0
  62. package/.claude/checkpoints/task-1754423111.json +1 -0
  63. package/.claude/checkpoints/task-1754423117.json +1 -0
  64. package/CHANGELOG.md +16 -0
  65. package/bin/claude-flow +1 -1
  66. package/bin/claude-flow.js +1 -1
  67. package/package.json +1 -1
  68. package/src/cli/command-registry.js +27 -0
  69. package/src/cli/help-text.js +2 -2
  70. package/src/cli/simple-cli.js +1 -1
  71. package/src/cli/simple-commands/init/index.js +1 -1
  72. package/src/cli/simple-commands/memory-consolidation.js +632 -0
  73. package/src/cli/simple-commands/memory.js +35 -22
  74. package/src/memory/unified-memory-manager.js +461 -0
@@ -0,0 +1 @@
1
+ {"branch": "checkpoint/pre-edit-20250805-141839", "file": "/workspaces/claude-code-flow/src/cli/simple-commands/memory.js", "timestamp": "2025-08-05T14:18:39Z", "type": "pre-edit", "original_branch": "alpha-86"}
@@ -0,0 +1 @@
1
+ {"tag": "checkpoint-20250805-141841", "file": "/workspaces/claude-code-flow/src/cli/simple-commands/memory.js", "timestamp": "2025-08-05T14:18:41Z", "type": "post-edit", "branch": "alpha-86", "diff_summary": " .claude-flow/metrics/performance.json | 2 +- .claude-flow/metrics/system-metrics.json | 2858 ++++++++++++------------------ .claude-flow/metrics/task-metrics.json | 6 +- .claude/checkpoints/task-1754403259.json | 1 + src/cli/simple-commands/memory.js | 3 + 5 files changed, 1125 insertions(+), 1745 deletions(-) "}
@@ -0,0 +1 @@
1
+ {"branch": "checkpoint/pre-edit-20250805-141854", "file": "/workspaces/claude-code-flow/src/cli/simple-commands/memory.js", "timestamp": "2025-08-05T14:18:55Z", "type": "pre-edit", "original_branch": "alpha-86"}
@@ -0,0 +1 @@
1
+ {"tag": "checkpoint-20250805-141856", "file": "/workspaces/claude-code-flow/src/cli/simple-commands/memory.js", "timestamp": "2025-08-05T14:18:56Z", "type": "post-edit", "branch": "alpha-86", "diff_summary": " .claude-flow/metrics/performance.json | 2 +- .claude-flow/metrics/system-metrics.json | 2860 ++++++++++++------------------ .claude-flow/metrics/task-metrics.json | 6 +- .claude/checkpoints/1754403519.json | 1 + .claude/checkpoints/1754403521.json | 1 + src/cli/simple-commands/memory.js | 8 +- 6 files changed, 1134 insertions(+), 1744 deletions(-) "}
@@ -0,0 +1 @@
1
+ {"branch": "checkpoint/pre-edit-20250805-141906", "file": "/workspaces/claude-code-flow/src/cli/simple-commands/memory.js", "timestamp": "2025-08-05T14:19:06Z", "type": "pre-edit", "original_branch": "alpha-86"}
@@ -0,0 +1 @@
1
+ {"tag": "checkpoint-20250805-141908", "file": "/workspaces/claude-code-flow/src/cli/simple-commands/memory.js", "timestamp": "2025-08-05T14:19:08Z", "type": "post-edit", "branch": "alpha-86", "diff_summary": " .claude-flow/metrics/performance.json | 2 +- .claude-flow/metrics/system-metrics.json | 2860 ++++++++++++------------------ .claude-flow/metrics/task-metrics.json | 6 +- .claude/checkpoints/1754403535.json | 1 + .claude/checkpoints/1754403536.json | 1 + src/cli/simple-commands/memory.js | 5 +- 6 files changed, 1132 insertions(+), 1743 deletions(-) "}
@@ -0,0 +1 @@
1
+ {"branch": "checkpoint/pre-edit-20250805-141919", "file": "/workspaces/claude-code-flow/src/cli/simple-commands/memory.js", "timestamp": "2025-08-05T14:19:19Z", "type": "pre-edit", "original_branch": "alpha-86"}
@@ -0,0 +1 @@
1
+ {"tag": "checkpoint-20250805-141921", "file": "/workspaces/claude-code-flow/src/cli/simple-commands/memory.js", "timestamp": "2025-08-05T14:19:21Z", "type": "post-edit", "branch": "alpha-86", "diff_summary": " .claude-flow/metrics/performance.json | 2 +- .claude-flow/metrics/system-metrics.json | 2840 +++++++++++------------------- .claude-flow/metrics/task-metrics.json | 6 +- .claude/checkpoints/1754403546.json | 1 + .claude/checkpoints/1754403548.json | 1 + src/cli/simple-commands/memory.js | 6 +- 6 files changed, 1075 insertions(+), 1781 deletions(-) "}
@@ -0,0 +1 @@
1
+ {"branch": "checkpoint/pre-edit-20250805-141930", "file": "/workspaces/claude-code-flow/src/cli/simple-commands/memory.js", "timestamp": "2025-08-05T14:19:30Z", "type": "pre-edit", "original_branch": "alpha-86"}
@@ -0,0 +1 @@
1
+ {"tag": "checkpoint-20250805-141932", "file": "/workspaces/claude-code-flow/src/cli/simple-commands/memory.js", "timestamp": "2025-08-05T14:19:32Z", "type": "post-edit", "branch": "alpha-86", "diff_summary": " .claude-flow/metrics/performance.json | 2 +- .claude-flow/metrics/system-metrics.json | 2862 ++++++++++++------------------ .claude-flow/metrics/task-metrics.json | 6 +- .claude/checkpoints/1754403559.json | 1 + .claude/checkpoints/1754403561.json | 1 + src/cli/simple-commands/memory.js | 3 +- 6 files changed, 1138 insertions(+), 1737 deletions(-) "}
@@ -0,0 +1 @@
1
+ {"branch": "checkpoint/pre-edit-20250805-141950", "file": "/workspaces/claude-code-flow/src/cli/simple-commands/memory.js", "timestamp": "2025-08-05T14:19:50Z", "type": "pre-edit", "original_branch": "alpha-86"}
@@ -0,0 +1 @@
1
+ {"tag": "checkpoint-20250805-141952", "file": "/workspaces/claude-code-flow/src/cli/simple-commands/memory.js", "timestamp": "2025-08-05T14:19:52Z", "type": "post-edit", "branch": "alpha-86", "diff_summary": " .claude-flow/metrics/performance.json | 2 +- .claude-flow/metrics/system-metrics.json | 2864 ++++++++++++------------------ .claude-flow/metrics/task-metrics.json | 6 +- .claude/checkpoints/1754403570.json | 1 + .claude/checkpoints/1754403572.json | 1 + src/cli/simple-commands/memory.js | 3 +- 6 files changed, 1145 insertions(+), 1732 deletions(-) "}
@@ -0,0 +1 @@
1
+ {"branch": "checkpoint/pre-edit-20250805-142029", "file": "/workspaces/claude-code-flow/src/cli/simple-commands/memory.js", "timestamp": "2025-08-05T14:20:29Z", "type": "pre-edit", "original_branch": "alpha-86"}
@@ -0,0 +1 @@
1
+ {"tag": "checkpoint-20250805-142031", "file": "/workspaces/claude-code-flow/src/cli/simple-commands/memory.js", "timestamp": "2025-08-05T14:20:31Z", "type": "post-edit", "branch": "alpha-86", "diff_summary": " .claude-flow/metrics/performance.json | 2 +- .claude-flow/metrics/system-metrics.json | 2868 ++++++++++++------------------ .claude-flow/metrics/task-metrics.json | 6 +- .claude/checkpoints/1754403590.json | 1 + .claude/checkpoints/1754403592.json | 1 + src/cli/simple-commands/memory.js | 16 +- 6 files changed, 1161 insertions(+), 1733 deletions(-) "}
@@ -0,0 +1 @@
1
+ {"branch": "checkpoint/pre-edit-20250805-142102", "file": "/workspaces/claude-code-flow/src/cli/simple-commands/memory.js", "timestamp": "2025-08-05T14:21:02Z", "type": "pre-edit", "original_branch": "alpha-86"}
@@ -0,0 +1 @@
1
+ {"tag": "checkpoint-20250805-142104", "file": "/workspaces/claude-code-flow/src/cli/simple-commands/memory.js", "timestamp": "2025-08-05T14:21:04Z", "type": "post-edit", "branch": "alpha-86", "diff_summary": " .claude-flow/metrics/performance.json | 2 +- .claude-flow/metrics/system-metrics.json | 2870 ++++++++++++------------------ .claude-flow/metrics/task-metrics.json | 6 +- .claude/checkpoints/1754403629.json | 1 + .claude/checkpoints/1754403631.json | 1 + src/cli/simple-commands/memory.js | 10 + 6 files changed, 1169 insertions(+), 1721 deletions(-) "}
@@ -0,0 +1 @@
1
+ {"branch": "checkpoint/pre-edit-20250805-142228", "file": "/workspaces/claude-code-flow/src/cli/simple-commands/memory.js", "timestamp": "2025-08-05T14:22:28Z", "type": "pre-edit", "original_branch": "alpha-86"}
@@ -0,0 +1 @@
1
+ {"tag": "checkpoint-20250805-142229", "file": "/workspaces/claude-code-flow/src/cli/simple-commands/memory.js", "timestamp": "2025-08-05T14:22:29Z", "type": "post-edit", "branch": "alpha-86", "diff_summary": " .claude-flow/metrics/performance.json | 2 +- .claude-flow/metrics/system-metrics.json | 2878 ++++++++++++------------------ .claude-flow/metrics/task-metrics.json | 6 +- .claude/checkpoints/1754403662.json | 1 + .claude/checkpoints/1754403664.json | 1 + src/cli/simple-commands/memory.js | 6 +- 6 files changed, 1184 insertions(+), 1710 deletions(-) "}
@@ -0,0 +1 @@
1
+ {"branch": "checkpoint/pre-edit-20250805-142646", "file": "/workspaces/claude-code-flow/src/cli/simple-commands/memory-consolidation.js", "timestamp": "2025-08-05T14:26:46Z", "type": "pre-edit", "original_branch": "alpha-86"}
@@ -0,0 +1 @@
1
+ {"tag": "checkpoint-20250805-142648", "file": "/workspaces/claude-code-flow/src/cli/simple-commands/memory-consolidation.js", "timestamp": "2025-08-05T14:26:48Z", "type": "post-edit", "branch": "alpha-86", "diff_summary": " .claude-flow/metrics/performance.json | 2 +- .claude-flow/metrics/system-metrics.json | 300 ++++++++++++ .claude-flow/metrics/task-metrics.json | 6 +- .claude/checkpoints/1754403748.json | 1 + .claude/checkpoints/1754403749.json | 1 + memory/memory-store.json | 6 + src/cli/simple-commands/memory-consolidation.js | 596 ++++++++++++++++++++++++ 7 files changed, 908 insertions(+), 4 deletions(-) "}
@@ -0,0 +1 @@
1
+ {"branch": "checkpoint/pre-edit-20250805-142655", "file": "/workspaces/claude-code-flow/src/cli/command-registry.js", "timestamp": "2025-08-05T14:26:55Z", "type": "pre-edit", "original_branch": "alpha-86"}
@@ -0,0 +1 @@
1
+ {"tag": "checkpoint-20250805-142657", "file": "/workspaces/claude-code-flow/src/cli/command-registry.js", "timestamp": "2025-08-05T14:26:57Z", "type": "post-edit", "branch": "alpha-86", "diff_summary": " .claude-flow/metrics/performance.json | 2 +- .claude-flow/metrics/system-metrics.json | 2896 +++++++++++++----------------- .claude-flow/metrics/task-metrics.json | 6 +- .claude/checkpoints/1754404006.json | 1 + .claude/checkpoints/1754404008.json | 1 + memory/memory-store.json | 6 + src/cli/command-registry.js | 1 + 7 files changed, 1251 insertions(+), 1662 deletions(-) "}
@@ -0,0 +1 @@
1
+ {"branch": "checkpoint/pre-edit-20250805-142709", "file": "/workspaces/claude-code-flow/src/cli/command-registry.js", "timestamp": "2025-08-05T14:27:09Z", "type": "pre-edit", "original_branch": "alpha-86"}
@@ -0,0 +1 @@
1
+ {"tag": "checkpoint-20250805-142711", "file": "/workspaces/claude-code-flow/src/cli/command-registry.js", "timestamp": "2025-08-05T14:27:11Z", "type": "post-edit", "branch": "alpha-86", "diff_summary": " .claude-flow/metrics/performance.json | 2 +- .claude-flow/metrics/system-metrics.json | 2896 +++++++++++++----------------- .claude-flow/metrics/task-metrics.json | 6 +- .claude/checkpoints/1754404015.json | 1 + .claude/checkpoints/1754404017.json | 1 + memory/memory-store.json | 6 + src/cli/command-registry.js | 26 + 7 files changed, 1276 insertions(+), 1662 deletions(-) "}
@@ -0,0 +1 @@
1
+ {"branch": "checkpoint/pre-edit-20250805-142734", "file": "/workspaces/claude-code-flow/src/cli/simple-commands/memory-consolidation.js", "timestamp": "2025-08-05T14:27:34Z", "type": "pre-edit", "original_branch": "alpha-86"}
@@ -0,0 +1 @@
1
+ {"tag": "checkpoint-20250805-142735", "file": "/workspaces/claude-code-flow/src/cli/simple-commands/memory-consolidation.js", "timestamp": "2025-08-05T14:27:35Z", "type": "post-edit", "branch": "alpha-86", "diff_summary": " .claude-flow/metrics/performance.json | 2 +- .claude-flow/metrics/system-metrics.json | 2898 ++++++++++------------- .claude-flow/metrics/task-metrics.json | 6 +- .claude/checkpoints/1754404029.json | 1 + .claude/checkpoints/1754404031.json | 1 + memory/memory-store.json | 6 + src/cli/simple-commands/memory-consolidation.js | 17 +- 7 files changed, 1272 insertions(+), 1659 deletions(-) "}
@@ -0,0 +1 @@
1
+ {"branch": "checkpoint/pre-edit-20250805-142754", "file": "/workspaces/claude-code-flow/src/cli/simple-commands/memory-consolidation.js", "timestamp": "2025-08-05T14:27:54Z", "type": "pre-edit", "original_branch": "alpha-86"}
@@ -0,0 +1 @@
1
+ {"tag": "checkpoint-20250805-142755", "file": "/workspaces/claude-code-flow/src/cli/simple-commands/memory-consolidation.js", "timestamp": "2025-08-05T14:27:55Z", "type": "post-edit", "branch": "alpha-86", "diff_summary": " .claude-flow/metrics/performance.json | 2 +- .claude-flow/metrics/system-metrics.json | 2900 ++++++++++------------- .claude-flow/metrics/task-metrics.json | 6 +- .claude/checkpoints/1754404054.json | 1 + .claude/checkpoints/1754404055.json | 1 + memory/memory-store.json | 6 + src/cli/simple-commands/memory-consolidation.js | 29 +- 7 files changed, 1290 insertions(+), 1655 deletions(-) "}
@@ -0,0 +1 @@
1
+ {"branch": "checkpoint/pre-edit-20250805-142912", "file": "/workspaces/claude-code-flow/src/memory/unified-memory-manager.js", "timestamp": "2025-08-05T14:29:12Z", "type": "pre-edit", "original_branch": "alpha-86"}
@@ -0,0 +1 @@
1
+ {"tag": "checkpoint-20250805-142914", "file": "/workspaces/claude-code-flow/src/memory/unified-memory-manager.js", "timestamp": "2025-08-05T14:29:14Z", "type": "post-edit", "branch": "alpha-86", "diff_summary": " .claude-flow/metrics/performance.json | 2 +- .claude-flow/metrics/system-metrics.json | 2920 +++++++++++++----------------- .claude-flow/metrics/task-metrics.json | 6 +- .claude/checkpoints/1754404074.json | 1 + .claude/checkpoints/1754404075.json | 1 + memory/memory-store.json | 6 + src/memory/unified-memory-manager.js | 461 +++++ 7 files changed, 1699 insertions(+), 1698 deletions(-) "}
@@ -0,0 +1 @@
1
+ {"branch": "checkpoint/pre-edit-20250805-142923", "file": "/workspaces/claude-code-flow/src/cli/simple-commands/memory.js", "timestamp": "2025-08-05T14:29:24Z", "type": "pre-edit", "original_branch": "alpha-86"}
@@ -0,0 +1 @@
1
+ {"tag": "checkpoint-20250805-142925", "file": "/workspaces/claude-code-flow/src/cli/simple-commands/memory.js", "timestamp": "2025-08-05T14:29:25Z", "type": "post-edit", "branch": "alpha-86", "diff_summary": " .claude-flow/metrics/performance.json | 2 +- .claude-flow/metrics/system-metrics.json | 2912 +++++++++++++----------------- .claude-flow/metrics/task-metrics.json | 6 +- .claude/checkpoints/1754404152.json | 1 + .claude/checkpoints/1754404154.json | 1 + memory/memory-store.json | 6 + src/cli/simple-commands/memory.js | 3 +- 7 files changed, 1290 insertions(+), 1641 deletions(-) "}
@@ -0,0 +1 @@
1
+ {"branch": "checkpoint/pre-edit-20250805-143007", "file": "/workspaces/claude-code-flow/docs/memory-fixes-summary.md", "timestamp": "2025-08-05T14:30:07Z", "type": "pre-edit", "original_branch": "alpha-86"}
@@ -0,0 +1 @@
1
+ {"tag": "checkpoint-20250805-143009", "file": "/workspaces/claude-code-flow/docs/memory-fixes-summary.md", "timestamp": "2025-08-05T14:30:09Z", "type": "post-edit", "branch": "alpha-86", "diff_summary": " .claude-flow/metrics/performance.json | 2 +- .claude-flow/metrics/system-metrics.json | 2914 +++++++++++++----------------- .claude-flow/metrics/task-metrics.json | 6 +- .claude/checkpoints/1754404164.json | 1 + .claude/checkpoints/1754404165.json | 1 + docs/memory-fixes-summary.md | 141 ++ memory/memory-store.json | 6 + 7 files changed, 1436 insertions(+), 1635 deletions(-) "}
@@ -0,0 +1 @@
1
+ {"branch": "checkpoint/pre-edit-20250805-193927", "file": "/workspaces/claude-code-flow/package.json", "timestamp": "2025-08-05T19:39:27Z", "type": "pre-edit", "original_branch": "alpha-86"}
@@ -0,0 +1 @@
1
+ {"tag": "checkpoint-20250805-193928", "file": "/workspaces/claude-code-flow/package.json", "timestamp": "2025-08-05T19:39:29Z", "type": "post-edit", "branch": "alpha-86", "diff_summary": " .claude-flow/metrics/performance.json | 2 +- .claude-flow/metrics/system-metrics.json | 198 +++++++++++++++++++++---------- .claude-flow/metrics/task-metrics.json | 6 +- .claude/checkpoints/task-1754422724.json | 1 + package.json | 2 +- 5 files changed, 141 insertions(+), 68 deletions(-) "}
@@ -0,0 +1 @@
1
+ {"branch": "checkpoint/pre-edit-20250805-193949", "file": "/workspaces/claude-code-flow/src/cli/help-text.js", "timestamp": "2025-08-05T19:39:49Z", "type": "pre-edit", "original_branch": "alpha-86"}
@@ -0,0 +1 @@
1
+ {"tag": "checkpoint-20250805-193951", "file": "/workspaces/claude-code-flow/src/cli/help-text.js", "timestamp": "2025-08-05T19:39:51Z", "type": "post-edit", "branch": "alpha-86", "diff_summary": " .claude-flow/metrics/performance.json | 2 +- .claude-flow/metrics/system-metrics.json | 24 ++++++++++++++++++++++++ .claude-flow/metrics/task-metrics.json | 6 +++--- .claude/checkpoints/1754422767.json | 1 + .claude/checkpoints/1754422769.json | 1 + src/cli/help-text.js | 4 ++-- 6 files changed, 32 insertions(+), 6 deletions(-) "}
@@ -0,0 +1 @@
1
+ {"branch": "checkpoint/pre-edit-20250805-194033", "file": "/workspaces/claude-code-flow/src/cli/simple-cli.js", "timestamp": "2025-08-05T19:40:33Z", "type": "pre-edit", "original_branch": "alpha-86"}
@@ -0,0 +1 @@
1
+ {"tag": "checkpoint-20250805-194034", "file": "/workspaces/claude-code-flow/src/cli/simple-cli.js", "timestamp": "2025-08-05T19:40:34Z", "type": "post-edit", "branch": "alpha-86", "diff_summary": " .claude-flow/metrics/performance.json | 2 +- .claude-flow/metrics/system-metrics.json | 222 ++++++++++++++++++++++--------- .claude-flow/metrics/task-metrics.json | 6 +- .claude/checkpoints/1754422789.json | 1 + .claude/checkpoints/1754422791.json | 1 + src/cli/simple-cli.js | 2 +- 6 files changed, 166 insertions(+), 68 deletions(-) "}
@@ -0,0 +1 @@
1
+ {"branch": "checkpoint/pre-edit-20250805-194109", "file": "/workspaces/claude-code-flow/CHANGELOG.md", "timestamp": "2025-08-05T19:41:09Z", "type": "pre-edit", "original_branch": "alpha-86"}
@@ -0,0 +1 @@
1
+ {"tag": "checkpoint-20250805-194111", "file": "/workspaces/claude-code-flow/CHANGELOG.md", "timestamp": "2025-08-05T19:41:11Z", "type": "post-edit", "branch": "alpha-86", "diff_summary": " .claude-flow/metrics/performance.json | 2 +- .claude-flow/metrics/system-metrics.json | 218 ++++++++++++++++++------------- .claude-flow/metrics/task-metrics.json | 6 +- .claude/checkpoints/task-1754422854.json | 1 + CHANGELOG.md | 16 +++ 5 files changed, 148 insertions(+), 95 deletions(-) "}
@@ -0,0 +1 @@
1
+ {"branch": "checkpoint/pre-edit-20250805-194310", "file": "/workspaces/claude-code-flow/bin/claude-flow.js", "timestamp": "2025-08-05T19:43:10Z", "type": "pre-edit", "original_branch": "alpha-86"}
@@ -0,0 +1 @@
1
+ {"tag": "checkpoint-20250805-194312", "file": "/workspaces/claude-code-flow/bin/claude-flow.js", "timestamp": "2025-08-05T19:43:12Z", "type": "post-edit", "branch": "alpha-86", "diff_summary": " .claude-flow/metrics/performance.json | 2 +- .claude-flow/metrics/system-metrics.json | 12 ++++++++++++ .claude-flow/metrics/task-metrics.json | 6 +++--- .claude/checkpoints/task-1754422974.json | 1 + bin/claude-flow.js | 2 +- 5 files changed, 18 insertions(+), 5 deletions(-) "}