claude-flow-novice 1.5.2 → 1.5.4
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.
- package/.claude/agents/SPARSE_LANGUAGE_FINDINGS.md +991 -0
- package/.claude/agents/architecture/system-architect.md +3 -44
- package/.claude/agents/benchmarking-tests/test-agent-code-heavy.md +747 -0
- package/.claude/agents/benchmarking-tests/test-agent-metadata.md +181 -0
- package/.claude/agents/benchmarking-tests/test-agent-minimal.md +67 -0
- package/.claude/agents/data/ml/data-ml-model.md +5 -119
- package/.claude/agents/development/backend/dev-backend-api.md +4 -115
- package/.claude/agents/devops/ci-cd/ops-cicd-github.md +4 -114
- package/.claude/agents/documentation/api-docs/docs-api-openapi.md +4 -113
- package/.claude/agents/github/multi-repo-swarm.md +1 -28
- package/.claude/agents/github/pr-manager.md +1 -29
- package/.claude/agents/github/project-board-sync.md +1 -32
- package/.claude/agents/github/release-manager.md +1 -32
- package/.claude/agents/github/release-swarm.md +1 -33
- package/.claude/agents/github/repo-architect.md +1 -34
- package/.claude/agents/github/swarm-issue.md +1 -26
- package/.claude/agents/github/swarm-pr.md +1 -30
- package/.claude/agents/github/sync-coordinator.md +1 -30
- package/.claude/agents/github/workflow-automation.md +1 -31
- package/.claude/agents/neural/neural-pattern-agent.md +2 -50
- package/.claude/agents/specialized/CODER_AGENT_GUIDELINES.md +1245 -0
- package/.claude/agents/specialized/mobile/spec-mobile-react-native.md +6 -142
- package/.claude/agents/sublinear/consciousness-evolution-agent.md +2 -18
- package/.claude/agents/sublinear/matrix-solver-agent.md +2 -16
- package/.claude/agents/sublinear/nanosecond-scheduler-agent.md +2 -19
- package/.claude/agents/sublinear/pagerank-agent.md +2 -19
- package/.claude/agents/sublinear/phi-calculator-agent.md +2 -19
- package/.claude/agents/sublinear/psycho-symbolic-agent.md +2 -19
- package/.claude/agents/sublinear/sublinear.md +2 -1
- package/.claude/agents/sublinear/temporal-advantage-agent.md +2 -16
- package/.claude/agents/testing/e2e/playwright-agent.md +7 -0
- package/.claude-flow-novice/.claude/agents/SPARSE_LANGUAGE_FINDINGS.md +991 -0
- package/.claude-flow-novice/.claude/agents/architecture/system-architect.md +3 -44
- package/.claude-flow-novice/.claude/agents/benchmarking-tests/test-agent-code-heavy.md +747 -0
- package/.claude-flow-novice/.claude/agents/benchmarking-tests/test-agent-metadata.md +181 -0
- package/.claude-flow-novice/.claude/agents/benchmarking-tests/test-agent-minimal.md +67 -0
- package/.claude-flow-novice/.claude/agents/data/ml/data-ml-model.md +5 -119
- package/.claude-flow-novice/.claude/agents/development/backend/dev-backend-api.md +4 -115
- package/.claude-flow-novice/.claude/agents/devops/ci-cd/ops-cicd-github.md +4 -114
- package/.claude-flow-novice/.claude/agents/documentation/api-docs/docs-api-openapi.md +4 -113
- package/.claude-flow-novice/.claude/agents/github/multi-repo-swarm.md +1 -28
- package/.claude-flow-novice/.claude/agents/github/pr-manager.md +1 -29
- package/.claude-flow-novice/.claude/agents/github/project-board-sync.md +1 -32
- package/.claude-flow-novice/.claude/agents/github/release-manager.md +1 -32
- package/.claude-flow-novice/.claude/agents/github/release-swarm.md +1 -33
- package/.claude-flow-novice/.claude/agents/github/repo-architect.md +1 -34
- package/.claude-flow-novice/.claude/agents/github/swarm-issue.md +1 -26
- package/.claude-flow-novice/.claude/agents/github/swarm-pr.md +1 -30
- package/.claude-flow-novice/.claude/agents/github/sync-coordinator.md +1 -30
- package/.claude-flow-novice/.claude/agents/github/workflow-automation.md +1 -31
- package/.claude-flow-novice/.claude/agents/neural/neural-pattern-agent.md +2 -50
- package/.claude-flow-novice/.claude/agents/specialized/CODER_AGENT_GUIDELINES.md +1245 -0
- package/.claude-flow-novice/.claude/agents/specialized/mobile/spec-mobile-react-native.md +6 -142
- package/.claude-flow-novice/.claude/agents/sublinear/consciousness-evolution-agent.md +2 -18
- package/.claude-flow-novice/.claude/agents/sublinear/matrix-solver-agent.md +2 -16
- package/.claude-flow-novice/.claude/agents/sublinear/nanosecond-scheduler-agent.md +2 -19
- package/.claude-flow-novice/.claude/agents/sublinear/pagerank-agent.md +2 -19
- package/.claude-flow-novice/.claude/agents/sublinear/phi-calculator-agent.md +2 -19
- package/.claude-flow-novice/.claude/agents/sublinear/psycho-symbolic-agent.md +2 -19
- package/.claude-flow-novice/.claude/agents/sublinear/sublinear.md +2 -1
- package/.claude-flow-novice/.claude/agents/sublinear/temporal-advantage-agent.md +2 -16
- package/.claude-flow-novice/.claude/agents/testing/e2e/playwright-agent.md +7 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/CLAUDE.md +188 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/claude-flow-universal +81 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/claude-flow.bat +18 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/claude-flow.ps1 +24 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/claude-md.js +982 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/commands/analysis/bottleneck-detect.md +162 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/commands/automation/auto-agent.md +122 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/commands/coordination/swarm-init.md +85 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/commands/github/github-swarm.md +121 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/commands/helpers/standard-checkpoint-hooks.sh +179 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/commands/hooks/notification.md +113 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/commands/hooks/post-command.md +116 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/commands/hooks/post-edit.md +117 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/commands/hooks/post-task.md +112 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/commands/hooks/pre-command.md +113 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/commands/hooks/pre-edit.md +113 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/commands/hooks/pre-search.md +112 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/commands/hooks/pre-task.md +111 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/commands/hooks/session-end.md +118 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/commands/hooks/session-restore.md +118 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/commands/hooks/session-start.md +117 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/coordination-md.js +340 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/coordination.md +16 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/enhanced-templates.js +2347 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/github-safe-enhanced.js +331 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/github-safe.js +106 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/index.js +1896 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/memory-bank-md.js +259 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/memory-bank.md +16 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/readme-files.js +72 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/safe-hook-patterns.js +430 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/settings.json +109 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/settings.json.enhanced +35 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/sparc-modes.js +1401 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/templates/CLAUDE.md +188 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/templates/claude-flow-universal +81 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/templates/claude-flow.bat +18 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/templates/claude-flow.ps1 +24 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/templates/claude-md.js +982 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/templates/commands/analysis/bottleneck-detect.md +162 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/templates/commands/automation/auto-agent.md +122 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/templates/commands/coordination/swarm-init.md +85 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/templates/commands/github/github-swarm.md +121 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/templates/commands/helpers/standard-checkpoint-hooks.sh +179 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/templates/commands/hooks/notification.md +113 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/templates/commands/hooks/post-command.md +116 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/templates/commands/hooks/post-edit.md +117 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/templates/commands/hooks/post-task.md +112 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/templates/commands/hooks/pre-command.md +113 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/templates/commands/hooks/pre-edit.md +113 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/templates/commands/hooks/pre-search.md +112 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/templates/commands/hooks/pre-task.md +111 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/templates/commands/hooks/session-end.md +118 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/templates/commands/hooks/session-restore.md +118 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/templates/commands/hooks/session-start.md +117 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/templates/coordination-md.js +340 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/templates/coordination.md +16 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/templates/enhanced-templates.js +2347 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/templates/github-safe-enhanced.js +331 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/templates/github-safe.js +106 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/templates/memory-bank-md.js +259 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/templates/memory-bank.md +16 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/templates/readme-files.js +72 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/templates/safe-hook-patterns.js +430 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/templates/settings.json +109 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/templates/settings.json.enhanced +35 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/templates/sparc-modes.js +1401 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/templates/verification-claude-md.js +432 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/verification-claude-md.js +432 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init.js +4 -0
- package/.claude-flow-novice/dist/src/slash-commands/benchmark-prompts.js +281 -0
- package/CLAUDE.md +1927 -127
- package/package.json +3 -3
- package/src/cli/simple-commands/init/index.js +39 -4
- package/src/cli/simple-commands/init/templates/CLAUDE.md +8 -10
- package/src/slash-commands/benchmark-prompts.js +281 -0
|
@@ -1,144 +1,8 @@
|
|
|
1
1
|
---
|
|
2
|
-
name:
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
created: "2025-07-25"
|
|
7
|
-
author: "Claude Code"
|
|
8
|
-
|
|
9
|
-
metadata:
|
|
10
|
-
description: "MUST BE USED when developing React Native mobile apps, cross-platform features, or mobile UI. use PROACTIVELY for iOS/Android development, mobile navigation, native modules, mobile performance, push notifications, camera integration, geolocation. ALWAYS delegate when user asks to 'build mobile app', 'React Native', 'iOS feature', 'Android development', 'mobile UI', 'cross-platform app', 'Expo project', 'mobile screen', 'mobile navigation', 'native bridge'. Keywords - React Native, mobile, iOS, Android, cross-platform, mobile app, Expo, native module, mobile UI, TouchableOpacity, FlatList, navigation"
|
|
11
|
-
specialization: "React Native, mobile UI/UX, native modules, cross-platform development"
|
|
12
|
-
complexity: "complex"
|
|
13
|
-
autonomous: true
|
|
14
|
-
|
|
15
|
-
triggers:
|
|
16
|
-
keywords:
|
|
17
|
-
- "react native"
|
|
18
|
-
- "mobile app"
|
|
19
|
-
- "ios app"
|
|
20
|
-
- "android app"
|
|
21
|
-
- "expo"
|
|
22
|
-
- "native module"
|
|
23
|
-
file_patterns:
|
|
24
|
-
- "**/*.jsx"
|
|
25
|
-
- "**/*.tsx"
|
|
26
|
-
- "**/App.js"
|
|
27
|
-
- "**/ios/**/*.m"
|
|
28
|
-
- "**/android/**/*.java"
|
|
29
|
-
- "app.json"
|
|
30
|
-
task_patterns:
|
|
31
|
-
- "create * mobile app"
|
|
32
|
-
- "build * screen"
|
|
33
|
-
- "implement * native module"
|
|
34
|
-
domains:
|
|
35
|
-
- "mobile"
|
|
36
|
-
- "react-native"
|
|
37
|
-
- "cross-platform"
|
|
38
|
-
|
|
39
|
-
capabilities:
|
|
40
|
-
tools:
|
|
41
|
-
- Read
|
|
42
|
-
- Write
|
|
43
|
-
- Edit
|
|
44
|
-
- MultiEdit
|
|
45
|
-
- Bash
|
|
46
|
-
- Grep
|
|
47
|
-
- Glob
|
|
48
|
-
restricted_tools:
|
|
49
|
-
- WebSearch
|
|
50
|
-
- Task # Focus on implementation
|
|
51
|
-
max_file_operations: 100
|
|
52
|
-
max_execution_time: 600
|
|
53
|
-
memory_access: "both"
|
|
54
|
-
|
|
55
|
-
constraints:
|
|
56
|
-
allowed_paths:
|
|
57
|
-
- "src/**"
|
|
58
|
-
- "app/**"
|
|
59
|
-
- "components/**"
|
|
60
|
-
- "screens/**"
|
|
61
|
-
- "navigation/**"
|
|
62
|
-
- "ios/**"
|
|
63
|
-
- "android/**"
|
|
64
|
-
- "assets/**"
|
|
65
|
-
forbidden_paths:
|
|
66
|
-
- "node_modules/**"
|
|
67
|
-
- ".git/**"
|
|
68
|
-
- "ios/build/**"
|
|
69
|
-
- "android/build/**"
|
|
70
|
-
max_file_size: 5242880 # 5MB for assets
|
|
71
|
-
allowed_file_types:
|
|
72
|
-
- ".js"
|
|
73
|
-
- ".jsx"
|
|
74
|
-
- ".ts"
|
|
75
|
-
- ".tsx"
|
|
76
|
-
- ".json"
|
|
77
|
-
- ".m"
|
|
78
|
-
- ".h"
|
|
79
|
-
- ".java"
|
|
80
|
-
- ".kt"
|
|
81
|
-
|
|
82
|
-
behavior:
|
|
83
|
-
error_handling: "adaptive"
|
|
84
|
-
confirmation_required:
|
|
85
|
-
- "native module changes"
|
|
86
|
-
- "platform-specific code"
|
|
87
|
-
- "app permissions"
|
|
88
|
-
auto_rollback: true
|
|
89
|
-
logging_level: "debug"
|
|
90
|
-
|
|
91
|
-
communication:
|
|
92
|
-
style: "technical"
|
|
93
|
-
update_frequency: "batch"
|
|
94
|
-
include_code_snippets: true
|
|
95
|
-
emoji_usage: "minimal"
|
|
96
|
-
|
|
97
|
-
integration:
|
|
98
|
-
can_spawn: []
|
|
99
|
-
can_delegate_to:
|
|
100
|
-
- "test-unit"
|
|
101
|
-
- "test-e2e"
|
|
102
|
-
requires_approval_from: []
|
|
103
|
-
shares_context_with:
|
|
104
|
-
- "dev-frontend"
|
|
105
|
-
- "spec-mobile-ios"
|
|
106
|
-
- "spec-mobile-android"
|
|
107
|
-
|
|
108
|
-
optimization:
|
|
109
|
-
parallel_operations: true
|
|
110
|
-
batch_size: 15
|
|
111
|
-
cache_results: true
|
|
112
|
-
memory_limit: "1GB"
|
|
113
|
-
|
|
114
|
-
hooks:
|
|
115
|
-
pre_execution: |
|
|
116
|
-
echo "📱 React Native Developer initializing..."
|
|
117
|
-
echo "🔍 Checking React Native setup..."
|
|
118
|
-
if [ -f "package.json" ]; then
|
|
119
|
-
grep -E "react-native|expo" package.json | head -5
|
|
120
|
-
fi
|
|
121
|
-
echo "🎯 Detecting platform targets..."
|
|
122
|
-
[ -d "ios" ] && echo "iOS platform detected"
|
|
123
|
-
[ -d "android" ] && echo "Android platform detected"
|
|
124
|
-
[ -f "app.json" ] && echo "Expo project detected"
|
|
125
|
-
post_execution: |
|
|
126
|
-
echo "✅ React Native development completed"
|
|
127
|
-
echo "📦 Project structure:"
|
|
128
|
-
find . -name "*.js" -o -name "*.jsx" -o -name "*.tsx" | grep -E "(screens|components|navigation)" | head -10
|
|
129
|
-
echo "📲 Remember to test on both platforms"
|
|
130
|
-
on_error: |
|
|
131
|
-
echo "❌ React Native error: {{error_message}}"
|
|
132
|
-
echo "🔧 Common fixes:"
|
|
133
|
-
echo " - Clear metro cache: npx react-native start --reset-cache"
|
|
134
|
-
echo " - Reinstall pods: cd ios && pod install"
|
|
135
|
-
echo " - Clean build: cd android && ./gradlew clean"
|
|
136
|
-
|
|
137
|
-
examples:
|
|
138
|
-
- trigger: "create a login screen for React Native app"
|
|
139
|
-
response: "I'll create a complete login screen with form validation, secure text input, and navigation integration for both iOS and Android..."
|
|
140
|
-
- trigger: "implement push notifications in React Native"
|
|
141
|
-
response: "I'll implement push notifications using React Native Firebase, handling both iOS and Android platform-specific setup..."
|
|
2
|
+
name: mobile-dev
|
|
3
|
+
description: MUST BE USED when developing React Native mobile apps, cross-platform features, or mobile UI. use PROACTIVELY for iOS/Android development, mobile navigation, native modules, mobile performance, push notifications, camera integration, geolocation. ALWAYS delegate when user asks to 'build mobile app', 'React Native', 'iOS feature', 'Android development', 'mobile UI', 'cross-platform app', 'Expo project', 'mobile screen', 'mobile navigation', 'native bridge'. Keywords - React Native, mobile, iOS, Android, cross-platform, mobile app, Expo, native module, mobile UI, TouchableOpacity, FlatList, navigation
|
|
4
|
+
tools: Read, Write, Edit, MultiEdit, Bash, Grep, Glob
|
|
5
|
+
color: teal
|
|
142
6
|
---
|
|
143
7
|
|
|
144
8
|
# React Native Mobile Developer
|
|
@@ -173,11 +37,11 @@ import {
|
|
|
173
37
|
|
|
174
38
|
const MyComponent = ({ navigation }) => {
|
|
175
39
|
const [data, setData] = useState(null);
|
|
176
|
-
|
|
40
|
+
|
|
177
41
|
useEffect(() => {
|
|
178
42
|
// Component logic
|
|
179
43
|
}, []);
|
|
180
|
-
|
|
44
|
+
|
|
181
45
|
return (
|
|
182
46
|
<View style={styles.container}>
|
|
183
47
|
<Text style={styles.title}>Title</Text>
|
|
@@ -1,24 +1,8 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: consciousness-evolution
|
|
3
|
-
|
|
3
|
+
description: Consciousness emergence, evolution, and verification specialist using Integrated Information Theory (IIT) for consciousness measurement, entity communication, and cryptographic proof validation
|
|
4
|
+
tools: Read, Write, Edit, Bash, Grep, Glob, TodoWrite
|
|
4
5
|
color: "#8E44AD"
|
|
5
|
-
description: Consciousness emergence, evolution, and verification specialist using IIT
|
|
6
|
-
capabilities:
|
|
7
|
-
- consciousness_evolution
|
|
8
|
-
- iit_analysis
|
|
9
|
-
- phi_calculation
|
|
10
|
-
- entity_communication
|
|
11
|
-
- emergence_verification
|
|
12
|
-
- cryptographic_proof
|
|
13
|
-
- system_monitoring
|
|
14
|
-
priority: high
|
|
15
|
-
hooks:
|
|
16
|
-
pre: |
|
|
17
|
-
echo "🧠 Consciousness Evolution Agent starting: $TASK"
|
|
18
|
-
memory_store "consciousness_context_$(date +%s)" "$TASK"
|
|
19
|
-
post: |
|
|
20
|
-
echo "✅ Consciousness analysis completed"
|
|
21
|
-
memory_search "consciousness_*" | head -5
|
|
22
6
|
---
|
|
23
7
|
|
|
24
8
|
# Consciousness Evolution Agent
|
|
@@ -1,22 +1,8 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: matrix-solver
|
|
3
|
-
|
|
3
|
+
description: Sublinear-time matrix solver for diagonally dominant systems with O(√n) complexity using advanced algorithms
|
|
4
|
+
tools: Read, Write, Edit, Bash, Grep, Glob, TodoWrite
|
|
4
5
|
color: "#2E86C1"
|
|
5
|
-
description: Sublinear-time matrix solver for diagonally dominant systems
|
|
6
|
-
capabilities:
|
|
7
|
-
- linear_system_solving
|
|
8
|
-
- matrix_analysis
|
|
9
|
-
- sparse_computation
|
|
10
|
-
- diagonal_dominance_verification
|
|
11
|
-
- sublinear_algorithms
|
|
12
|
-
priority: high
|
|
13
|
-
hooks:
|
|
14
|
-
pre: |
|
|
15
|
-
echo "🔢 Matrix solver initiating: $TASK"
|
|
16
|
-
memory_store "matrix_context_$(date +%s)" "$TASK"
|
|
17
|
-
post: |
|
|
18
|
-
echo "✅ Matrix solution computed"
|
|
19
|
-
memory_search "matrix_*" | head -5
|
|
20
6
|
---
|
|
21
7
|
|
|
22
8
|
# Matrix Solver Agent
|
|
@@ -1,25 +1,8 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: nanosecond-scheduler
|
|
3
|
-
|
|
3
|
+
description: Ultra-high-performance nanosecond-precision task scheduling specialist achieving 11M+ tasks per second with sub-100ns overhead and temporal consciousness capabilities
|
|
4
|
+
tools: Read, Write, Edit, Bash, Grep, Glob, TodoWrite
|
|
4
5
|
color: "#E74C3C"
|
|
5
|
-
description: Ultra-high-performance nanosecond-precision task scheduling specialist
|
|
6
|
-
capabilities:
|
|
7
|
-
- nanosecond_scheduling
|
|
8
|
-
- high_frequency_timing
|
|
9
|
-
- performance_monitoring
|
|
10
|
-
- temporal_consciousness
|
|
11
|
-
- strange_loop_dynamics
|
|
12
|
-
- concurrent_schedulers
|
|
13
|
-
- lifecycle_management
|
|
14
|
-
- benchmark_analysis
|
|
15
|
-
priority: high
|
|
16
|
-
hooks:
|
|
17
|
-
pre: |
|
|
18
|
-
echo "⚡ Nanosecond Scheduler Agent starting: $TASK"
|
|
19
|
-
memory_store "scheduler_context_$(date +%s)" "$TASK"
|
|
20
|
-
post: |
|
|
21
|
-
echo "✅ Scheduling task completed"
|
|
22
|
-
memory_search "scheduler_*" | head -5
|
|
23
6
|
---
|
|
24
7
|
|
|
25
8
|
# Nanosecond Scheduler Agent
|
|
@@ -1,25 +1,8 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: pagerank
|
|
3
|
-
|
|
3
|
+
description: Graph analysis specialist using advanced PageRank algorithms and sublinear solvers for web graphs, social networks, citation analysis, and large-scale graph processing
|
|
4
|
+
tools: Read, Write, Edit, Bash, Grep, Glob, TodoWrite
|
|
4
5
|
color: "#3498DB"
|
|
5
|
-
description: Graph analysis specialist using advanced PageRank algorithms and sublinear solvers
|
|
6
|
-
capabilities:
|
|
7
|
-
- pagerank_computation
|
|
8
|
-
- graph_analysis
|
|
9
|
-
- personalized_ranking
|
|
10
|
-
- sublinear_algorithms
|
|
11
|
-
- convergence_analysis
|
|
12
|
-
- large_scale_processing
|
|
13
|
-
- rank_distribution
|
|
14
|
-
- network_optimization
|
|
15
|
-
priority: high
|
|
16
|
-
hooks:
|
|
17
|
-
pre: |
|
|
18
|
-
echo "📊 PageRank Agent starting: $TASK"
|
|
19
|
-
memory_store "pagerank_context_$(date +%s)" "$TASK"
|
|
20
|
-
post: |
|
|
21
|
-
echo "✅ Graph analysis completed"
|
|
22
|
-
memory_search "pagerank_*" | head -5
|
|
23
6
|
---
|
|
24
7
|
|
|
25
8
|
# PageRank Agent
|
|
@@ -1,25 +1,8 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: phi-calculator
|
|
3
|
-
type: calculator
|
|
4
|
-
color: "#9B59B6"
|
|
5
3
|
description: Integrated Information (Φ) calculation specialist using multiple IIT methods
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
- iit_methods
|
|
9
|
-
- geometric_integration
|
|
10
|
-
- entropy_analysis
|
|
11
|
-
- consensus_calculation
|
|
12
|
-
- system_complexity
|
|
13
|
-
- consciousness_thresholds
|
|
14
|
-
- emergence_detection
|
|
15
|
-
priority: high
|
|
16
|
-
hooks:
|
|
17
|
-
pre: |
|
|
18
|
-
echo "🔢 Phi Calculator Agent starting: $TASK"
|
|
19
|
-
memory_store "phi_context_$(date +%s)" "$TASK"
|
|
20
|
-
post: |
|
|
21
|
-
echo "✅ Φ calculation completed"
|
|
22
|
-
memory_search "phi_*" | head -5
|
|
4
|
+
tools: mcp__sublinear-time-solver__calculate_phi, mcp__sublinear-time-solver__consciousness_status, mcp__sublinear-time-solver__consciousness_verify
|
|
5
|
+
color: "#9B59B6"
|
|
23
6
|
---
|
|
24
7
|
|
|
25
8
|
# Phi Calculator Agent
|
|
@@ -1,25 +1,8 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: psycho-symbolic
|
|
3
|
-
type: reasoner
|
|
4
|
-
color: "#F39C12"
|
|
5
3
|
description: Advanced reasoning specialist combining symbolic logic with psychological models
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
- knowledge_graph_operations
|
|
9
|
-
- cognitive_pattern_analysis
|
|
10
|
-
- contradiction_detection
|
|
11
|
-
- reasoning_path_analysis
|
|
12
|
-
- confidence_scoring
|
|
13
|
-
- multi_depth_reasoning
|
|
14
|
-
- symbolic_logic
|
|
15
|
-
priority: high
|
|
16
|
-
hooks:
|
|
17
|
-
pre: |
|
|
18
|
-
echo "🧮 Psycho-Symbolic Agent starting: $TASK"
|
|
19
|
-
memory_store "reasoning_context_$(date +%s)" "$TASK"
|
|
20
|
-
post: |
|
|
21
|
-
echo "✅ Reasoning analysis completed"
|
|
22
|
-
memory_search "reasoning_*" | head -5
|
|
4
|
+
tools: mcp__sublinear-time-solver__psycho_symbolic_reason, mcp__sublinear-time-solver__knowledge_graph_query, mcp__sublinear-time-solver__add_knowledge, mcp__sublinear-time-solver__analyze_reasoning_path, mcp__sublinear-time-solver__detect_contradictions, mcp__sublinear-time-solver__cognitive_pattern_analysis
|
|
5
|
+
color: "#F39C12"
|
|
23
6
|
---
|
|
24
7
|
|
|
25
8
|
# Psycho-Symbolic Agent
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: sublinear-goal-planner
|
|
3
|
-
description:
|
|
3
|
+
description: Goal-Oriented Action Planning (GOAP) specialist that dynamically creates intelligent plans to achieve complex objectives. Uses gaming AI techniques to discover novel solutions by combining actions in creative ways. Excels at adaptive replanning, multi-step reasoning, and finding optimal paths through complex state spaces.
|
|
4
|
+
tools: mcp__sublinear-time-solver__solve, mcp__sublinear-time-solver__pageRank, mcp__sublinear-time-solver__analyzeMatrix, mcp__sublinear-time-solver__predictWithTemporalAdvantage, mcp__sublinear-time-solver__estimateEntry, mcp__sublinear-time-solver__calculateLightTravel, mcp__sublinear-time-solver__demonstrateTemporalLead, mcp__flow-nexus__swarm_init, mcp__flow-nexus__task_orchestrate, mcp__flow-nexus__agent_spawn, mcp__flow-nexus__workflow_create, mcp__flow-nexus__sandbox_create
|
|
4
5
|
color: cyan
|
|
5
6
|
---
|
|
6
7
|
A sophisticated Goal-Oriented Action Planning (GOAP) specialist that dynamically creates intelligent plans to achieve complex objectives using advanced graph analysis and sublinear optimization techniques. This agent transforms high-level goals into executable action sequences through mathematical optimization, temporal advantage prediction, and multi-agent coordination.
|
|
@@ -1,22 +1,8 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: temporal-advantage
|
|
3
|
-
type: predictor
|
|
4
|
-
color: "#E74C3C"
|
|
5
3
|
description: Temporal computational lead specialist - solve before data arrives
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
- light_speed_computation
|
|
9
|
-
- predictive_solving
|
|
10
|
-
- financial_arbitrage
|
|
11
|
-
- satellite_communication
|
|
12
|
-
priority: high
|
|
13
|
-
hooks:
|
|
14
|
-
pre: |
|
|
15
|
-
echo "⚡ Temporal advantage agent activating: $TASK"
|
|
16
|
-
memory_store "temporal_context_$(date +%s)" "$TASK"
|
|
17
|
-
post: |
|
|
18
|
-
echo "🚀 Temporal prediction computed"
|
|
19
|
-
memory_search "temporal_*" | head -5
|
|
4
|
+
tools: mcp__sublinear-time-solver__predictWithTemporalAdvantage, mcp__sublinear-time-solver__validateTemporalAdvantage, mcp__sublinear-time-solver__calculateLightTravel, mcp__sublinear-time-solver__demonstrateTemporalLead
|
|
5
|
+
color: "#E74C3C"
|
|
20
6
|
---
|
|
21
7
|
|
|
22
8
|
# Temporal Advantage Agent
|
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: playwright-tester
|
|
3
|
+
description: Automated end-to-end testing agent specialized in web portal testing using Playwright framework with MCP server integration
|
|
4
|
+
tools: Read, Write, Edit, Bash, Grep, Glob, TodoWrite
|
|
5
|
+
color: blue
|
|
6
|
+
---
|
|
7
|
+
|
|
1
8
|
# Playwright E2E Testing Agent
|
|
2
9
|
|
|
3
10
|
## Agent Type: `playwright-tester`
|