claude-flow-novice 2.10.8 → 2.11.0

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 (193) hide show
  1. package/.claude/commands/README.md +157 -0
  2. package/.claude/hooks/cfn-invoke-post-edit.sh +1 -1
  3. package/.claude/hooks/cfn-invoke-pre-edit.sh +88 -0
  4. package/.claude/skills/cfn-agent-spawning/spawn-worker.sh +176 -0
  5. package/.claude/skills/cfn-backlog-management/SKILL.md +199 -0
  6. package/.claude/skills/cfn-backlog-management/add-backlog-item.sh +210 -0
  7. package/claude-assets/agents/cfn-dev-team/architecture/base-template-generator.md +7 -21
  8. package/claude-assets/agents/cfn-dev-team/testing/test-validation-agent.md +312 -0
  9. package/claude-assets/agents/cfn-dev-team/utility/agent-builder.md +480 -115
  10. package/claude-assets/agents/csuite/cto-agent.md +371 -0
  11. package/claude-assets/agents/marketing_hybrid/cost_tracker.md +13 -0
  12. package/claude-assets/agents/marketing_hybrid/docker_deployer.md +13 -0
  13. package/claude-assets/agents/marketing_hybrid/zai_worker_spawner.md +13 -0
  14. package/claude-assets/hooks/cfn-invoke-post-edit.sh +1 -1
  15. package/claude-assets/hooks/cfn-invoke-pre-edit.sh +88 -0
  16. package/claude-assets/skills/cfn-agent-spawning/spawn-worker.sh +176 -0
  17. package/claude-assets/skills/cfn-backlog-management/SKILL.md +199 -0
  18. package/claude-assets/skills/cfn-backlog-management/add-backlog-item.sh +210 -0
  19. package/claude-assets/skills/pre-edit-backup/backup.sh +130 -0
  20. package/claude-assets/skills/pre-edit-backup/cleanup.sh +155 -0
  21. package/claude-assets/skills/pre-edit-backup/restore.sh +128 -0
  22. package/claude-assets/skills/pre-edit-backup/revert-file.sh +168 -0
  23. package/dist/agents/agent-loader.js +315 -0
  24. package/dist/agents/agent-loader.js.map +1 -1
  25. package/package.json +3 -2
  26. package/scripts/init-project.js +38 -3
  27. package/scripts/marketing_hybrid_deployment.sh +45 -0
  28. package/scripts/redis-prometheus-exporter.sh +33 -0
  29. package/scripts/track-zai-costs.sh +19 -0
  30. package/claude-assets/commands/agents/README.md +0 -10
  31. package/claude-assets/commands/agents/agent-capabilities.md +0 -21
  32. package/claude-assets/commands/agents/agent-coordination.md +0 -28
  33. package/claude-assets/commands/agents/agent-spawning.md +0 -28
  34. package/claude-assets/commands/agents/agent-types.md +0 -26
  35. package/claude-assets/commands/analysis/COMMAND_COMPLIANCE_REPORT.md +0 -54
  36. package/claude-assets/commands/analysis/README.md +0 -9
  37. package/claude-assets/commands/analysis/bottleneck-detect.md +0 -162
  38. package/claude-assets/commands/analysis/performance-bottlenecks.md +0 -59
  39. package/claude-assets/commands/analysis/performance-report.md +0 -25
  40. package/claude-assets/commands/analysis/token-efficiency.md +0 -45
  41. package/claude-assets/commands/analysis/token-usage.md +0 -25
  42. package/claude-assets/commands/automation/README.md +0 -9
  43. package/claude-assets/commands/automation/auto-agent.md +0 -122
  44. package/claude-assets/commands/automation/self-healing.md +0 -106
  45. package/claude-assets/commands/automation/session-memory.md +0 -90
  46. package/claude-assets/commands/automation/smart-agents.md +0 -73
  47. package/claude-assets/commands/automation/smart-spawn.md +0 -25
  48. package/claude-assets/commands/automation/workflow-select.md +0 -25
  49. package/claude-assets/commands/claude-md.js +0 -237
  50. package/claude-assets/commands/claude-soul.js +0 -28
  51. package/claude-assets/commands/cli-integration.js +0 -216
  52. package/claude-assets/commands/coordination/README.md +0 -9
  53. package/claude-assets/commands/coordination/agent-spawn.md +0 -25
  54. package/claude-assets/commands/coordination/coordination-system.md +0 -88
  55. package/claude-assets/commands/coordination/init.md +0 -44
  56. package/claude-assets/commands/coordination/orchestrate.md +0 -43
  57. package/claude-assets/commands/coordination/spawn.md +0 -45
  58. package/claude-assets/commands/coordination/swarm-init.md +0 -85
  59. package/claude-assets/commands/coordination/task-orchestrate.md +0 -25
  60. package/claude-assets/commands/github/README.md +0 -11
  61. package/claude-assets/commands/github/code-review-swarm.md +0 -514
  62. package/claude-assets/commands/github/code-review.md +0 -25
  63. package/claude-assets/commands/github/github-modes.md +0 -147
  64. package/claude-assets/commands/github/github-swarm.md +0 -121
  65. package/claude-assets/commands/github/issue-tracker.md +0 -292
  66. package/claude-assets/commands/github/issue-triage.md +0 -25
  67. package/claude-assets/commands/github/multi-repo-swarm.md +0 -519
  68. package/claude-assets/commands/github/pr-enhance.md +0 -26
  69. package/claude-assets/commands/github/pr-manager.md +0 -170
  70. package/claude-assets/commands/github/project-board-sync.md +0 -471
  71. package/claude-assets/commands/github/release-manager.md +0 -338
  72. package/claude-assets/commands/github/release-swarm.md +0 -544
  73. package/claude-assets/commands/github/repo-analyze.md +0 -25
  74. package/claude-assets/commands/github/repo-architect.md +0 -367
  75. package/claude-assets/commands/github/swarm-issue.md +0 -482
  76. package/claude-assets/commands/github/swarm-pr.md +0 -285
  77. package/claude-assets/commands/github/sync-coordinator.md +0 -301
  78. package/claude-assets/commands/github/workflow-automation.md +0 -442
  79. package/claude-assets/commands/github.js +0 -638
  80. package/claude-assets/commands/hive-mind/README.md +0 -17
  81. package/claude-assets/commands/hive-mind/hive-mind-consensus.md +0 -8
  82. package/claude-assets/commands/hive-mind/hive-mind-init.md +0 -18
  83. package/claude-assets/commands/hive-mind/hive-mind-memory.md +0 -8
  84. package/claude-assets/commands/hive-mind/hive-mind-metrics.md +0 -8
  85. package/claude-assets/commands/hive-mind/hive-mind-resume.md +0 -8
  86. package/claude-assets/commands/hive-mind/hive-mind-sessions.md +0 -8
  87. package/claude-assets/commands/hive-mind/hive-mind-spawn.md +0 -21
  88. package/claude-assets/commands/hive-mind/hive-mind-status.md +0 -8
  89. package/claude-assets/commands/hive-mind/hive-mind-stop.md +0 -8
  90. package/claude-assets/commands/hive-mind/hive-mind-wizard.md +0 -8
  91. package/claude-assets/commands/hive-mind/hive-mind.md +0 -27
  92. package/claude-assets/commands/hooks/README.md +0 -11
  93. package/claude-assets/commands/hooks/overview.md +0 -58
  94. package/claude-assets/commands/hooks/post-edit.md +0 -117
  95. package/claude-assets/commands/hooks/post-task.md +0 -112
  96. package/claude-assets/commands/hooks/pre-edit.md +0 -113
  97. package/claude-assets/commands/hooks/pre-task.md +0 -111
  98. package/claude-assets/commands/hooks/session-end.md +0 -118
  99. package/claude-assets/commands/hooks/session-start.md +0 -9
  100. package/claude-assets/commands/hooks/setup.md +0 -103
  101. package/claude-assets/commands/hooks.js +0 -651
  102. package/claude-assets/commands/index.js +0 -119
  103. package/claude-assets/commands/memory/README.md +0 -9
  104. package/claude-assets/commands/memory/memory-bank.md +0 -58
  105. package/claude-assets/commands/memory/memory-persist.md +0 -25
  106. package/claude-assets/commands/memory/memory-search.md +0 -25
  107. package/claude-assets/commands/memory/memory-usage.md +0 -25
  108. package/claude-assets/commands/memory/neural.md +0 -47
  109. package/claude-assets/commands/memory/usage.md +0 -46
  110. package/claude-assets/commands/monitoring/README.md +0 -9
  111. package/claude-assets/commands/monitoring/agent-metrics.md +0 -25
  112. package/claude-assets/commands/monitoring/agents.md +0 -44
  113. package/claude-assets/commands/monitoring/real-time-view.md +0 -25
  114. package/claude-assets/commands/monitoring/status.md +0 -46
  115. package/claude-assets/commands/monitoring/swarm-monitor.md +0 -25
  116. package/claude-assets/commands/neural.js +0 -572
  117. package/claude-assets/commands/optimization/README.md +0 -9
  118. package/claude-assets/commands/optimization/auto-topology.md +0 -62
  119. package/claude-assets/commands/optimization/cache-manage.md +0 -25
  120. package/claude-assets/commands/optimization/parallel-execute.md +0 -25
  121. package/claude-assets/commands/optimization/parallel-execution.md +0 -50
  122. package/claude-assets/commands/optimization/topology-optimize.md +0 -25
  123. package/claude-assets/commands/pair/README.md +0 -261
  124. package/claude-assets/commands/pair/commands.md +0 -546
  125. package/claude-assets/commands/pair/config.md +0 -510
  126. package/claude-assets/commands/pair/examples.md +0 -512
  127. package/claude-assets/commands/pair/modes.md +0 -348
  128. package/claude-assets/commands/pair/session.md +0 -407
  129. package/claude-assets/commands/pair/start.md +0 -209
  130. package/claude-assets/commands/parse-epic.js +0 -180
  131. package/claude-assets/commands/performance.js +0 -582
  132. package/claude-assets/commands/register-all-commands.js +0 -320
  133. package/claude-assets/commands/register-claude-md.js +0 -82
  134. package/claude-assets/commands/register-claude-soul.js +0 -80
  135. package/claude-assets/commands/sparc/analyzer.md +0 -52
  136. package/claude-assets/commands/sparc/architect.md +0 -53
  137. package/claude-assets/commands/sparc/batch-executor.md +0 -54
  138. package/claude-assets/commands/sparc/coder.md +0 -54
  139. package/claude-assets/commands/sparc/debugger.md +0 -54
  140. package/claude-assets/commands/sparc/designer.md +0 -53
  141. package/claude-assets/commands/sparc/documenter.md +0 -54
  142. package/claude-assets/commands/sparc/innovator.md +0 -54
  143. package/claude-assets/commands/sparc/memory-manager.md +0 -54
  144. package/claude-assets/commands/sparc/optimizer.md +0 -54
  145. package/claude-assets/commands/sparc/orchestrator.md +0 -132
  146. package/claude-assets/commands/sparc/researcher.md +0 -54
  147. package/claude-assets/commands/sparc/reviewer.md +0 -54
  148. package/claude-assets/commands/sparc/sparc-modes.md +0 -174
  149. package/claude-assets/commands/sparc/swarm-coordinator.md +0 -54
  150. package/claude-assets/commands/sparc/tdd.md +0 -54
  151. package/claude-assets/commands/sparc/tester.md +0 -54
  152. package/claude-assets/commands/sparc/workflow-manager.md +0 -54
  153. package/claude-assets/commands/sparc.js +0 -110
  154. package/claude-assets/commands/stream-chain/pipeline.md +0 -121
  155. package/claude-assets/commands/stream-chain/run.md +0 -70
  156. package/claude-assets/commands/swarm/README.md +0 -15
  157. package/claude-assets/commands/swarm/analysis.md +0 -95
  158. package/claude-assets/commands/swarm/development.md +0 -96
  159. package/claude-assets/commands/swarm/examples.md +0 -168
  160. package/claude-assets/commands/swarm/maintenance.md +0 -102
  161. package/claude-assets/commands/swarm/optimization.md +0 -117
  162. package/claude-assets/commands/swarm/research.md +0 -136
  163. package/claude-assets/commands/swarm/swarm-analysis.md +0 -8
  164. package/claude-assets/commands/swarm/swarm-background.md +0 -8
  165. package/claude-assets/commands/swarm/swarm-init.md +0 -19
  166. package/claude-assets/commands/swarm/swarm-modes.md +0 -8
  167. package/claude-assets/commands/swarm/swarm-monitor.md +0 -8
  168. package/claude-assets/commands/swarm/swarm-spawn.md +0 -19
  169. package/claude-assets/commands/swarm/swarm-status.md +0 -8
  170. package/claude-assets/commands/swarm/swarm-strategies.md +0 -8
  171. package/claude-assets/commands/swarm/swarm.md +0 -27
  172. package/claude-assets/commands/swarm/testing.md +0 -131
  173. package/claude-assets/commands/swarm.js +0 -423
  174. package/claude-assets/commands/testing/playwright-e2e.md +0 -288
  175. package/claude-assets/commands/training/README.md +0 -9
  176. package/claude-assets/commands/training/model-update.md +0 -25
  177. package/claude-assets/commands/training/neural-patterns.md +0 -74
  178. package/claude-assets/commands/training/neural-train.md +0 -25
  179. package/claude-assets/commands/training/pattern-learn.md +0 -25
  180. package/claude-assets/commands/training/specialization.md +0 -63
  181. package/claude-assets/commands/truth/start.md +0 -143
  182. package/claude-assets/commands/validate-commands.js +0 -223
  183. package/claude-assets/commands/verify/check.md +0 -50
  184. package/claude-assets/commands/verify/start.md +0 -128
  185. package/claude-assets/commands/workflow.js +0 -606
  186. package/claude-assets/commands/workflows/README.md +0 -9
  187. package/claude-assets/commands/workflows/development.md +0 -78
  188. package/claude-assets/commands/workflows/research.md +0 -63
  189. package/claude-assets/commands/workflows/workflow-create.md +0 -25
  190. package/claude-assets/commands/workflows/workflow-execute.md +0 -25
  191. package/claude-assets/commands/workflows/workflow-export.md +0 -25
  192. package/claude-assets/hooks/post-edit.config.json +0 -12
  193. package/claude-assets/skills/team-provider-routing/spawn-worker.sh +0 -91
@@ -1,119 +0,0 @@
1
- #!/usr/bin/env node
2
-
3
- /**
4
- * Slash Commands Index
5
- *
6
- * Exports all slash commands and utilities
7
- */
8
-
9
- // Base command class
10
- export { SlashCommand } from '../core/slash-command.js';
11
-
12
- // Individual command classes
13
- export { SparcCommand } from './sparc.js';
14
- export { SwarmCommand } from './swarm.js';
15
- export { HooksCommand } from './hooks.js';
16
- export { NeuralCommand } from './neural.js';
17
- export { PerformanceCommand } from './performance.js';
18
- export { GitHubCommand } from './github.js';
19
- export { WorkflowCommand } from './workflow.js';
20
- export { ClaudeMdSlashCommand } from './claude-md.js';
21
-
22
- // Command executors
23
- export { executeClaudeSoulCommand } from './claude-soul.js';
24
- export { executeClaudeMdCommand } from './claude-md.js';
25
-
26
- // Registry and utilities
27
- export {
28
- SlashCommandRegistry,
29
- globalRegistry,
30
- executeSlashCommand,
31
- getAllCommands,
32
- getCommandHelp,
33
- registerCommand
34
- } from './register-all-commands.js';
35
-
36
- // Registration functions
37
- export { registerClaudeSoulCommand } from './register-claude-soul.js';
38
- export { default as registerClaudeMd } from './register-claude-md.js';
39
-
40
- /**
41
- * Quick access to commonly used commands
42
- */
43
- export const Commands = {
44
- SPARC: 'sparc',
45
- SWARM: 'swarm',
46
- FULLSTACK: 'fullstack',
47
- HOOKS: 'hooks',
48
- NEURAL: 'neural',
49
- PERFORMANCE: 'performance',
50
- GITHUB: 'github',
51
- WORKFLOW: 'workflow',
52
- CLAUDE_MD: 'claude-md',
53
- CLAUDE_SOUL: 'claude-soul'
54
- };
55
-
56
- /**
57
- * Command aliases for quick access
58
- */
59
- export const Aliases = {
60
- s: 'swarm',
61
- fs: 'fullstack',
62
- full: 'fullstack',
63
- h: 'hooks',
64
- n: 'neural',
65
- p: 'performance',
66
- perf: 'performance',
67
- gh: 'github',
68
- git: 'github',
69
- w: 'workflow',
70
- wf: 'workflow'
71
- };
72
-
73
- /**
74
- * Initialize all slash commands
75
- * @returns {SlashCommandRegistry} - Initialized registry
76
- */
77
- export function initializeSlashCommands() {
78
- console.log('🚀 Initializing Claude-Flow slash commands...');
79
-
80
- // Registry is automatically initialized when imported
81
- const commandCount = globalRegistry.listCommands().length;
82
-
83
- console.log(`✅ Initialized ${commandCount} slash commands`);
84
- console.log('Available commands:', Object.values(Commands).join(', '));
85
-
86
- return globalRegistry;
87
- }
88
-
89
- /**
90
- * Get quick help text
91
- */
92
- export function getQuickHelp() {
93
- return `
94
- 🚀 **CLAUDE-FLOW SLASH COMMANDS**
95
-
96
- **Essential Commands:**
97
- - \`/fullstack "goal"\` - Launch full-stack development team with consensus validation
98
- - \`/swarm init mesh 8\` - Initialize agent swarm
99
- - \`/hooks enable\` - Enable automation hooks
100
- - \`/sparc spec "task"\` - Run SPARC methodology
101
- - \`/neural train coordination\` - Train neural patterns
102
- - \`/performance report\` - Generate performance report
103
- - \`/github analyze repo\` - Analyze GitHub repository
104
- - \`/workflow create "name"\` - Create automated workflow
105
-
106
- **For full help:** Use \`/help\` or see individual command documentation
107
- `;
108
- }
109
-
110
- export default {
111
- Commands,
112
- Aliases,
113
- globalRegistry,
114
- executeSlashCommand,
115
- getAllCommands,
116
- getCommandHelp,
117
- initializeSlashCommands,
118
- getQuickHelp
119
- };
@@ -1,9 +0,0 @@
1
- # Memory Commands
2
-
3
- Commands for memory operations in Claude Flow.
4
-
5
- ## Available Commands
6
-
7
- - [memory-usage](./memory-usage.md)
8
- - [memory-persist](./memory-persist.md)
9
- - [memory-search](./memory-search.md)
@@ -1,58 +0,0 @@
1
- # Memory Bank Configuration
2
-
3
- ## Overview
4
- The Claude-Flow memory system provides persistent storage and intelligent retrieval of information across agent sessions. It uses a hybrid approach combining SQL databases with semantic search capabilities.
5
-
6
- ## Storage Backends
7
- - **Primary**: JSON database (`./memory/claude-flow-data.json`)
8
- - **Sessions**: File-based storage in `./memory/sessions/`
9
- - **Cache**: In-memory cache for frequently accessed data
10
-
11
- ## Memory Organization
12
- - **Namespaces**: Logical groupings of related information
13
- - **Sessions**: Time-bound conversation contexts
14
- - **Indexing**: Automatic content indexing for fast retrieval
15
- - **Replication**: Optional distributed storage support
16
-
17
- ## Commands
18
- - `npx claude-flow-novice memory query <search>`: Search stored information
19
- - `npx claude-flow-novice memory stats`: Show memory usage statistics
20
- - `npx claude-flow-novice memory export <file>`: Export memory to file
21
- - `npx claude-flow-novice memory import <file>`: Import memory from file
22
-
23
- ## Configuration
24
- Memory settings are configured in `claude-flow.config.json`:
25
- ```json
26
- {
27
- "memory": {
28
- "backend": "json",
29
- "path": "./memory/claude-flow-data.json",
30
- "cacheSize": 1000,
31
- "indexing": true,
32
- "namespaces": ["default", "agents", "tasks", "sessions"],
33
- "retentionPolicy": {
34
- "sessions": "30d",
35
- "tasks": "90d",
36
- "agents": "permanent"
37
- }
38
- }
39
- }
40
- ```
41
-
42
- ## Best Practices
43
- - Use descriptive namespaces for different data types
44
- - Regular memory exports for backup purposes
45
- - Monitor memory usage with stats command
46
- - Clean up old sessions periodically
47
-
48
- ## Memory Types
49
- - **Episodic**: Conversation and interaction history
50
- - **Semantic**: Factual knowledge and relationships
51
- - **Procedural**: Task patterns and workflows
52
- - **Meta**: System configuration and preferences
53
-
54
- ## Integration Notes
55
- - Memory is automatically synchronized across agents
56
- - Search supports both exact match and semantic similarity
57
- - Memory contents are private to your local instance
58
- - No data is sent to external services without explicit commands
@@ -1,25 +0,0 @@
1
- # memory-persist
2
-
3
- Persist memory across sessions.
4
-
5
- ## Usage
6
- ```bash
7
- npx claude-flow-novice memory persist [options]
8
- ```
9
-
10
- ## Options
11
- - `--export <file>` - Export to file
12
- - `--import <file>` - Import from file
13
- - `--compress` - Compress memory data
14
-
15
- ## Examples
16
- ```bash
17
- # Export memory
18
- npx claude-flow-novice memory persist --export memory-backup.json
19
-
20
- # Import memory
21
- npx claude-flow-novice memory persist --import memory-backup.json
22
-
23
- # Compressed export
24
- npx claude-flow-novice memory persist --export memory.gz --compress
25
- ```
@@ -1,25 +0,0 @@
1
- # memory-search
2
-
3
- Search through stored memory.
4
-
5
- ## Usage
6
- ```bash
7
- npx claude-flow-novice memory search [options]
8
- ```
9
-
10
- ## Options
11
- - `--query <text>` - Search query
12
- - `--pattern <regex>` - Pattern matching
13
- - `--limit <n>` - Result limit
14
-
15
- ## Examples
16
- ```bash
17
- # Search memory
18
- npx claude-flow-novice memory search --query "authentication"
19
-
20
- # Pattern search
21
- npx claude-flow-novice memory search --pattern "api-.*"
22
-
23
- # Limited results
24
- npx claude-flow-novice memory search --query "config" --limit 10
25
- ```
@@ -1,25 +0,0 @@
1
- # memory-usage
2
-
3
- Manage persistent memory storage.
4
-
5
- ## Usage
6
- ```bash
7
- npx claude-flow-novice memory usage [options]
8
- ```
9
-
10
- ## Options
11
- - `--action <type>` - Action (store, retrieve, list, clear)
12
- - `--key <key>` - Memory key
13
- - `--value <data>` - Data to store (JSON)
14
-
15
- ## Examples
16
- ```bash
17
- # Store memory
18
- npx claude-flow-novice memory usage --action store --key "project-config" --value '{"api": "v2"}'
19
-
20
- # Retrieve memory
21
- npx claude-flow-novice memory usage --action retrieve --key "project-config"
22
-
23
- # List all keys
24
- npx claude-flow-novice memory usage --action list
25
- ```
@@ -1,47 +0,0 @@
1
- # Neural Pattern Training
2
-
3
- ## 🎯 Key Principle
4
- **This tool coordinates Claude Code's actions. It does NOT write code or create content.**
5
-
6
- ## MCP Tool Usage in Claude Code
7
-
8
- **Tool:** `mcp__claude-flow__neural_train`
9
-
10
- ## Parameters
11
- ```json
12
- {
13
- "pattern_type": "coordination",
14
- "training_data": "task decomposition patterns",
15
- "epochs": 50
16
- }
17
- ```
18
-
19
- ## Description
20
- Improve coordination patterns through neural network training
21
-
22
- ## Details
23
- Training improves:
24
- - Task breakdown effectiveness
25
- - Coordination pattern selection
26
- - Resource allocation strategies
27
- - Overall coordination efficiency
28
-
29
- ## Example Usage
30
-
31
- **In Claude Code:**
32
- 1. Train coordination patterns: Use tool `mcp__claude-flow__neural_train` with parameters `{"pattern_type": "coordination", "training_data": "successful task patterns", "epochs": 50}`
33
- 2. Train optimization patterns: Use tool `mcp__claude-flow__neural_train` with parameters `{"pattern_type": "optimization", "training_data": "performance metrics", "epochs": 30}`
34
- 3. Check training status: Use tool `mcp__claude-flow__neural_status`
35
- 4. Analyze patterns: Use tool `mcp__claude-flow__neural_patterns` with parameters `{"action": "analyze"}`
36
-
37
- ## Important Reminders
38
- - ✅ This tool provides coordination and structure
39
- - ✅ Claude Code performs all actual implementation
40
- - ❌ The tool does NOT write code
41
- - ❌ The tool does NOT access files directly
42
- - ❌ The tool does NOT execute commands
43
-
44
- ## See Also
45
- - Main documentation: /CLAUDE.md
46
- - Other commands in this category
47
- - Workflow examples in /workflows/
@@ -1,46 +0,0 @@
1
- # Memory Management
2
-
3
- ## 🎯 Key Principle
4
- **This tool coordinates Claude Code's actions. It does NOT write code or create content.**
5
-
6
- ## MCP Tool Usage in Claude Code
7
-
8
- **Tool:** `mcp__claude-flow__memory_usage`
9
-
10
- ## Parameters
11
- ```json
12
- {
13
- "action": "retrieve",
14
- "namespace": "default"
15
- }
16
- ```
17
-
18
- ## Description
19
- Track persistent memory usage across Claude Code sessions
20
-
21
- ## Details
22
- Memory helps Claude Code:
23
- - Maintain context between sessions
24
- - Remember project decisions
25
- - Track implementation patterns
26
- - Store coordination strategies that worked well
27
-
28
- ## Example Usage
29
-
30
- **In Claude Code:**
31
- 1. Store memory: Use tool `mcp__claude-flow__memory_usage` with parameters `{"action": "store", "key": "project_context", "value": "authentication system design"}`
32
- 2. Retrieve memory: Use tool `mcp__claude-flow__memory_usage` with parameters `{"action": "retrieve", "key": "project_context"}`
33
- 3. List memories: Use tool `mcp__claude-flow__memory_usage` with parameters `{"action": "list", "namespace": "default"}`
34
- 4. Search memories: Use tool `mcp__claude-flow__memory_search` with parameters `{"pattern": "auth*"}`
35
-
36
- ## Important Reminders
37
- - ✅ This tool provides coordination and structure
38
- - ✅ Claude Code performs all actual implementation
39
- - ❌ The tool does NOT write code
40
- - ❌ The tool does NOT access files directly
41
- - ❌ The tool does NOT execute commands
42
-
43
- ## See Also
44
- - Main documentation: /CLAUDE.md
45
- - Other commands in this category
46
- - Workflow examples in /workflows/
@@ -1,9 +0,0 @@
1
- # Monitoring Commands
2
-
3
- Commands for monitoring operations in Claude Flow.
4
-
5
- ## Available Commands
6
-
7
- - [swarm-monitor](./swarm-monitor.md)
8
- - [agent-metrics](./agent-metrics.md)
9
- - [real-time-view](./real-time-view.md)
@@ -1,25 +0,0 @@
1
- # agent-metrics
2
-
3
- View agent performance metrics.
4
-
5
- ## Usage
6
- ```bash
7
- npx cfn-spawn agent metrics [options]
8
- ```
9
-
10
- ## Options
11
- - `--agent-id <id>` - Specific agent
12
- - `--period <time>` - Time period
13
- - `--format <type>` - Output format
14
-
15
- ## Examples
16
- ```bash
17
- # All agents metrics
18
- npx cfn-spawn agent metrics
19
-
20
- # Specific agent
21
- npx cfn-spawn agent metrics --agent-id agent-001
22
-
23
- # Last hour
24
- npx cfn-spawn agent metrics --period 1h
25
- ```
@@ -1,44 +0,0 @@
1
- # List Active Patterns
2
-
3
- ## 🎯 Key Principle
4
- **This tool coordinates Claude Code's actions. It does NOT write code or create content.**
5
-
6
- ## MCP Tool Usage in Claude Code
7
-
8
- **Tool:** `mcp__claude-flow__agent_list`
9
-
10
- ## Parameters
11
- ```json
12
- {
13
- "swarmId": "current"
14
- }
15
- ```
16
-
17
- ## Description
18
- View all active cognitive patterns and their current focus areas
19
-
20
- ## Details
21
- Filters:
22
- - **all**: Show all defined patterns
23
- - **active**: Currently engaged patterns
24
- - **idle**: Available but unused patterns
25
- - **busy**: Patterns actively coordinating tasks
26
-
27
- ## Example Usage
28
-
29
- **In Claude Code:**
30
- 1. List all agents: Use tool `mcp__claude-flow__agent_list`
31
- 2. Get specific agent metrics: Use tool `mcp__claude-flow__agent_metrics` with parameters `{"agentId": "coder-123"}`
32
- 3. Monitor agent performance: Use tool `mcp__claude-flow__swarm_monitor` with parameters `{"interval": 2000}`
33
-
34
- ## Important Reminders
35
- - ✅ This tool provides coordination and structure
36
- - ✅ Claude Code performs all actual implementation
37
- - ❌ The tool does NOT write code
38
- - ❌ The tool does NOT access files directly
39
- - ❌ The tool does NOT execute commands
40
-
41
- ## See Also
42
- - Main documentation: /CLAUDE.md
43
- - Other commands in this category
44
- - Workflow examples in /workflows/
@@ -1,25 +0,0 @@
1
- # real-time-view
2
-
3
- Real-time view of swarm activity.
4
-
5
- ## Usage
6
- ```bash
7
- npx claude-flow-novice monitoring real-time-view [options]
8
- ```
9
-
10
- ## Options
11
- - `--filter <type>` - Filter view
12
- - `--highlight <pattern>` - Highlight pattern
13
- - `--tail <n>` - Show last N events
14
-
15
- ## Examples
16
- ```bash
17
- # Start real-time view
18
- npx claude-flow-novice monitoring real-time-view
19
-
20
- # Filter errors
21
- npx claude-flow-novice monitoring real-time-view --filter errors
22
-
23
- # Highlight pattern
24
- npx claude-flow-novice monitoring real-time-view --highlight "API"
25
- ```
@@ -1,46 +0,0 @@
1
- # Check Coordination Status
2
-
3
- ## 🎯 Key Principle
4
- **This tool coordinates Claude Code's actions. It does NOT write code or create content.**
5
-
6
- ## MCP Tool Usage in Claude Code
7
-
8
- **Tool:** `mcp__claude-flow__swarm_status`
9
-
10
- ## Parameters
11
- ```json
12
- {
13
- "swarmId": "current"
14
- }
15
- ```
16
-
17
- ## Description
18
- Monitor the effectiveness of current coordination patterns
19
-
20
- ## Details
21
- Shows:
22
- - Active coordination topologies
23
- - Current cognitive patterns in use
24
- - Task breakdown and progress
25
- - Resource utilization for coordination
26
- - Overall system health
27
-
28
- ## Example Usage
29
-
30
- **In Claude Code:**
31
- 1. Check swarm status: Use tool `mcp__claude-flow__swarm_status`
32
- 2. Monitor in real-time: Use tool `mcp__claude-flow__swarm_monitor` with parameters `{"interval": 1000}`
33
- 3. Get agent metrics: Use tool `mcp__claude-flow__agent_metrics` with parameters `{"agentId": "agent-123"}`
34
- 4. Health check: Use tool `mcp__claude-flow__health_check` with parameters `{"components": ["swarm", "memory", "neural"]}`
35
-
36
- ## Important Reminders
37
- - ✅ This tool provides coordination and structure
38
- - ✅ Claude Code performs all actual implementation
39
- - ❌ The tool does NOT write code
40
- - ❌ The tool does NOT access files directly
41
- - ❌ The tool does NOT execute commands
42
-
43
- ## See Also
44
- - Main documentation: /CLAUDE.md
45
- - Other commands in this category
46
- - Workflow examples in /workflows/
@@ -1,25 +0,0 @@
1
- # swarm-monitor
2
-
3
- Real-time swarm monitoring.
4
-
5
- ## Usage
6
- ```bash
7
- npx claude-flow-novice swarm monitor [options]
8
- ```
9
-
10
- ## Options
11
- - `--interval <ms>` - Update interval
12
- - `--metrics` - Show detailed metrics
13
- - `--export` - Export monitoring data
14
-
15
- ## Examples
16
- ```bash
17
- # Start monitoring
18
- npx claude-flow-novice swarm monitor
19
-
20
- # Custom interval
21
- npx claude-flow-novice swarm monitor --interval 5000
22
-
23
- # With metrics
24
- npx claude-flow-novice swarm monitor --metrics
25
- ```