claude-flow 2.0.0-alpha.80 → 2.0.0-alpha.81

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,102 @@
1
+ # Session Summary - 2025-07-31 14:28:11
2
+
3
+ ## Checkpoints Created
4
+ 1753906298.json
5
+ 1753906353.json
6
+ 1753906370.json
7
+ task-1753913133.json
8
+ task-1753913281.json
9
+ task-1753913468.json
10
+
11
+ ## Files Modified
12
+ .claude-flow/metrics/performance.json
13
+ .claude-flow/metrics/system-metrics.json
14
+ .claude-flow/metrics/task-metrics.json
15
+ .claude/checkpoints/summary-session-20250730-222733.md
16
+ .claude/checkpoints/task-1753913468.json
17
+ .claude/commands/analysis/README.md
18
+ .claude/commands/analysis/bottleneck-detect.md
19
+ .claude/commands/analysis/performance-report.md
20
+ .claude/commands/analysis/token-usage.md
21
+ .claude/commands/automation/README.md
22
+ .claude/commands/automation/auto-agent.md
23
+ .claude/commands/automation/smart-spawn.md
24
+ .claude/commands/automation/workflow-select.md
25
+ .claude/commands/coordination/README.md
26
+ .claude/commands/coordination/agent-spawn.md
27
+ .claude/commands/coordination/swarm-init.md
28
+ .claude/commands/coordination/task-orchestrate.md
29
+ .claude/commands/github/README.md
30
+ .claude/commands/github/code-review.md
31
+ .claude/commands/github/github-swarm.md
32
+ .claude/commands/github/issue-triage.md
33
+ .claude/commands/github/pr-enhance.md
34
+ .claude/commands/github/repo-analyze.md
35
+ .claude/commands/hooks/README.md
36
+ .claude/commands/hooks/post-edit.md
37
+ .claude/commands/hooks/post-task.md
38
+ .claude/commands/hooks/pre-edit.md
39
+ .claude/commands/hooks/pre-task.md
40
+ .claude/commands/hooks/session-end.md
41
+ .claude/commands/memory/README.md
42
+ .claude/commands/memory/memory-persist.md
43
+ .claude/commands/memory/memory-search.md
44
+ .claude/commands/memory/memory-usage.md
45
+ .claude/commands/monitoring/README.md
46
+ .claude/commands/monitoring/agent-metrics.md
47
+ .claude/commands/monitoring/real-time-view.md
48
+ .claude/commands/monitoring/swarm-monitor.md
49
+ .claude/commands/optimization/README.md
50
+ .claude/commands/optimization/cache-manage.md
51
+ .claude/commands/optimization/parallel-execute.md
52
+ .claude/commands/optimization/topology-optimize.md
53
+ .claude/commands/training/README.md
54
+ .claude/commands/training/model-update.md
55
+ .claude/commands/training/neural-train.md
56
+ .claude/commands/training/pattern-learn.md
57
+ .claude/commands/workflows/README.md
58
+ .claude/commands/workflows/workflow-create.md
59
+ .claude/commands/workflows/workflow-execute.md
60
+ .claude/commands/workflows/workflow-export.md
61
+ .claude/helpers/checkpoint-manager.sh
62
+ .claude/helpers/github-safe.js
63
+ .claude/helpers/github-setup.sh
64
+ .claude/helpers/quick-start.sh
65
+ .claude/helpers/setup-mcp.sh
66
+ .claude/helpers/standard-checkpoint-hooks.sh
67
+ .claude/settings.json
68
+ .gitignore
69
+ .hive-mind/config.json
70
+ CLAUDE.md
71
+ analysis-reports/bottleneck-1753893960802.json
72
+ analysis-reports/bottleneck-1753894914289.json
73
+ analysis-reports/performance-1753893818551.html
74
+ analysis-reports/performance-1753894706187.html
75
+ analysis-reports/performance-1753894903265.html
76
+ analysis-reports/token-usage-1753892943804.csv
77
+ claude-flow
78
+ claude-flow-wiki
79
+ memory/agents/README.md
80
+ memory/sessions/README.md
81
+ src/cli/simple-commands/init/template-copier.js
82
+ src/cli/simple-commands/init/templates/enhanced-templates.js
83
+ test-npm-distribution.js
84
+
85
+ ## Recent Commits
86
+ 48b228d 🔖 Checkpoint: Edit example-file.js
87
+ 48eb1e3 🔖 Checkpoint: Edit example-file.js
88
+ e216f8e 🔖 Checkpoint: Edit demo.txt
89
+ 093611a 🔧 Fix SQLite preparation errors in hive-mind spawn
90
+
91
+ ## Rollback Instructions
92
+ To rollback to a specific checkpoint:
93
+ ```bash
94
+ # List all checkpoints
95
+ git tag -l 'checkpoint-*' | sort -r
96
+
97
+ # Rollback to a checkpoint
98
+ git checkout checkpoint-YYYYMMDD-HHMMSS
99
+
100
+ # Or reset to a checkpoint (destructive)
101
+ git reset --hard checkpoint-YYYYMMDD-HHMMSS
102
+ ```
@@ -0,0 +1,103 @@
1
+ # Session Summary - 2025-07-31 14:29:26
2
+
3
+ ## Checkpoints Created
4
+ 1753906298.json
5
+ 1753906353.json
6
+ 1753906370.json
7
+ task-1753913133.json
8
+ task-1753913281.json
9
+ task-1753913468.json
10
+
11
+ ## Files Modified
12
+ .claude-flow/metrics/performance.json
13
+ .claude-flow/metrics/system-metrics.json
14
+ .claude-flow/metrics/task-metrics.json
15
+ .claude/checkpoints/summary-session-20250730-222733.md
16
+ .claude/checkpoints/summary-session-20250731-142811.md
17
+ .claude/checkpoints/task-1753913468.json
18
+ .claude/commands/analysis/README.md
19
+ .claude/commands/analysis/bottleneck-detect.md
20
+ .claude/commands/analysis/performance-report.md
21
+ .claude/commands/analysis/token-usage.md
22
+ .claude/commands/automation/README.md
23
+ .claude/commands/automation/auto-agent.md
24
+ .claude/commands/automation/smart-spawn.md
25
+ .claude/commands/automation/workflow-select.md
26
+ .claude/commands/coordination/README.md
27
+ .claude/commands/coordination/agent-spawn.md
28
+ .claude/commands/coordination/swarm-init.md
29
+ .claude/commands/coordination/task-orchestrate.md
30
+ .claude/commands/github/README.md
31
+ .claude/commands/github/code-review.md
32
+ .claude/commands/github/github-swarm.md
33
+ .claude/commands/github/issue-triage.md
34
+ .claude/commands/github/pr-enhance.md
35
+ .claude/commands/github/repo-analyze.md
36
+ .claude/commands/hooks/README.md
37
+ .claude/commands/hooks/post-edit.md
38
+ .claude/commands/hooks/post-task.md
39
+ .claude/commands/hooks/pre-edit.md
40
+ .claude/commands/hooks/pre-task.md
41
+ .claude/commands/hooks/session-end.md
42
+ .claude/commands/memory/README.md
43
+ .claude/commands/memory/memory-persist.md
44
+ .claude/commands/memory/memory-search.md
45
+ .claude/commands/memory/memory-usage.md
46
+ .claude/commands/monitoring/README.md
47
+ .claude/commands/monitoring/agent-metrics.md
48
+ .claude/commands/monitoring/real-time-view.md
49
+ .claude/commands/monitoring/swarm-monitor.md
50
+ .claude/commands/optimization/README.md
51
+ .claude/commands/optimization/cache-manage.md
52
+ .claude/commands/optimization/parallel-execute.md
53
+ .claude/commands/optimization/topology-optimize.md
54
+ .claude/commands/training/README.md
55
+ .claude/commands/training/model-update.md
56
+ .claude/commands/training/neural-train.md
57
+ .claude/commands/training/pattern-learn.md
58
+ .claude/commands/workflows/README.md
59
+ .claude/commands/workflows/workflow-create.md
60
+ .claude/commands/workflows/workflow-execute.md
61
+ .claude/commands/workflows/workflow-export.md
62
+ .claude/helpers/checkpoint-manager.sh
63
+ .claude/helpers/github-safe.js
64
+ .claude/helpers/github-setup.sh
65
+ .claude/helpers/quick-start.sh
66
+ .claude/helpers/setup-mcp.sh
67
+ .claude/helpers/standard-checkpoint-hooks.sh
68
+ .claude/settings.json
69
+ .gitignore
70
+ .hive-mind/config.json
71
+ CLAUDE.md
72
+ analysis-reports/bottleneck-1753893960802.json
73
+ analysis-reports/bottleneck-1753894914289.json
74
+ analysis-reports/performance-1753893818551.html
75
+ analysis-reports/performance-1753894706187.html
76
+ analysis-reports/performance-1753894903265.html
77
+ analysis-reports/token-usage-1753892943804.csv
78
+ claude-flow
79
+ claude-flow-wiki
80
+ memory/agents/README.md
81
+ memory/sessions/README.md
82
+ src/cli/simple-commands/init/template-copier.js
83
+ src/cli/simple-commands/init/templates/enhanced-templates.js
84
+ test-npm-distribution.js
85
+
86
+ ## Recent Commits
87
+ 48b228d 🔖 Checkpoint: Edit example-file.js
88
+ 48eb1e3 🔖 Checkpoint: Edit example-file.js
89
+ e216f8e 🔖 Checkpoint: Edit demo.txt
90
+ 093611a 🔧 Fix SQLite preparation errors in hive-mind spawn
91
+
92
+ ## Rollback Instructions
93
+ To rollback to a specific checkpoint:
94
+ ```bash
95
+ # List all checkpoints
96
+ git tag -l 'checkpoint-*' | sort -r
97
+
98
+ # Rollback to a checkpoint
99
+ git checkout checkpoint-YYYYMMDD-HHMMSS
100
+
101
+ # Or reset to a checkpoint (destructive)
102
+ git reset --hard checkpoint-YYYYMMDD-HHMMSS
103
+ ```
@@ -99,7 +99,11 @@
99
99
  "hooks": [
100
100
  {
101
101
  "type": "command",
102
- "command": "npx claude-flow@alpha hooks session-end --generate-summary true --persist-state true --export-metrics true"
102
+ "command": "/usr/bin/env bash -c 'if command -v npx >/dev/null 2>&1; then npx claude-flow@alpha hooks session-end --generate-summary true --persist-state true --export-metrics true; else echo \"⚠️ npx not available, skipping Claude Flow session-end hook\"; fi'"
103
+ },
104
+ {
105
+ "type": "command",
106
+ "command": "/usr/bin/env bash -c 'if [ -f ./.claude/helpers/standard-checkpoint-hooks.sh ]; then ./.claude/helpers/standard-checkpoint-hooks.sh session-end; else echo \"⚠️ Checkpoint hooks not found\"; fi'"
103
107
  }
104
108
  ]
105
109
  }
package/README.md CHANGED
@@ -5,7 +5,7 @@
5
5
  [![🌟 Star on GitHub](https://img.shields.io/github/stars/ruvnet/claude-flow?style=for-the-badge&logo=github&color=gold)](https://github.com/ruvnet/claude-flow)
6
6
  [![📦 Alpha Release](https://img.shields.io/npm/v/claude-flow/alpha?style=for-the-badge&logo=npm&color=orange&label=v2.0.0-alpha.53)](https://www.npmjs.com/package/claude-flow/v/alpha)
7
7
  [![⚡ Claude Code](https://img.shields.io/badge/Claude%20Code-Optimized-green?style=for-the-badge&logo=anthropic)](https://github.com/ruvnet/claude-flow)
8
- [![🏛️ Agentics Foundation](https://img.shields.io/badge/Agentics-Foundation-crimson?style=for-the-badge&logo=openai)](https://discord.agentics.org)
8
+ [![🏛️ Agentics Foundation](https://img.shields.io/badge/Agentics-Foundation-crimson?style=for-the-badge&logo=openai)](https://discord.com/invite/dfxmpwkG2D)
9
9
  [![🐝 Hive-Mind](https://img.shields.io/badge/Hive--Mind-AI%20Coordination-purple?style=for-the-badge&logo=swarm)](https://github.com/ruvnet/claude-flow)
10
10
  [![🧠 Neural](https://img.shields.io/badge/Neural-87%20MCP%20Tools-blue?style=for-the-badge&logo=tensorflow)](https://github.com/ruvnet/claude-flow)
11
11
  [![🛡️ MIT License](https://img.shields.io/badge/License-MIT-yellow?style=for-the-badge&logo=opensourceinitiative)](https://opensource.org/licenses/MIT)
@@ -879,7 +879,7 @@ npx claude-flow@alpha init --force
879
879
 
880
880
  [![GitHub](https://img.shields.io/badge/GitHub-Alpha%20Branch-blue?style=for-the-badge&logo=github)](https://github.com/ruvnet/claude-flow/tree/claude-flow-v2.0.0)
881
881
  [![NPM Alpha](https://img.shields.io/badge/NPM-Alpha%20Release-orange?style=for-the-badge&logo=npm)](https://www.npmjs.com/package/claude-flow/v/alpha)
882
- [![Discord](https://img.shields.io/badge/Discord-Agentics%20Community-purple?style=for-the-badge&logo=discord)](https://discord.agentics.org)
882
+ [![Discord](https://img.shields.io/badge/Discord-Agentics%20Community-purple?style=for-the-badge&logo=discord)](https://discord.com/invite/dfxmpwkG2D)
883
883
 
884
884
  ---
885
885
 
package/bin/claude-flow CHANGED
@@ -1,7 +1,7 @@
1
1
  #!/bin/sh
2
2
  # Claude-Flow Smart Dispatcher - Detects and uses the best available runtime
3
3
 
4
- VERSION="2.0.0-alpha.80"
4
+ VERSION="2.0.0-alpha.81"
5
5
 
6
6
  # Determine the correct path based on how the script is invoked
7
7
  if [ -L "$0" ]; then
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-flow",
3
- "version": "2.0.0-alpha.80",
3
+ "version": "2.0.0-alpha.81",
4
4
  "description": "Enterprise-grade AI agent orchestration with ruv-swarm integration (Alpha Release)",
5
5
  "main": "cli.mjs",
6
6
  "bin": {
@@ -2052,11 +2052,11 @@ function createEnhancedSettingsJsonFallback() {
2052
2052
  {
2053
2053
  type: 'command',
2054
2054
  command:
2055
- 'npx claude-flow@alpha hooks session-end --generate-summary true --persist-state true --export-metrics true',
2055
+ '/usr/bin/env bash -c \'if command -v npx >/dev/null 2>&1; then npx claude-flow@alpha hooks session-end --generate-summary true --persist-state true --export-metrics true; else echo "⚠️ npx not available, skipping Claude Flow session-end hook"; fi\'',
2056
2056
  },
2057
2057
  {
2058
2058
  type: 'command',
2059
- command: './.claude/helpers/standard-checkpoint-hooks.sh session-end',
2059
+ command: '/usr/bin/env bash -c \'if [ -f ./.claude/helpers/standard-checkpoint-hooks.sh ]; then ./.claude/helpers/standard-checkpoint-hooks.sh session-end; else echo "⚠️ Checkpoint hooks not found"; fi\'',
2060
2060
  },
2061
2061
  ],
2062
2062
  },