claude-flow-novice 2.18.39 → 2.19.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 (117) hide show
  1. package/.claude/agents/SHARED_PROTOCOL.md +25 -1
  2. package/.claude/agents/cfn-dev-team/dev-ops/fly-io-specialist.md +418 -0
  3. package/.claude/agents/cfn-dev-team/developers/database/mem0-specialist.md +579 -0
  4. package/.claude/agents/cfn-dev-team/developers/database/memgraph-specialist.md +722 -0
  5. package/.claude/agents/cfn-dev-team/documentation/pseudocode.md +1 -1
  6. package/.claude/agents/cfn-dev-team/documentation/specification-agent.md +1 -1
  7. package/.claude/agents/cfn-dev-team/testers/tester.md +35 -0
  8. package/.claude/commands/{cfn-ruvector → cfn-codesearch}/cfn-codebase-reindex.md +4 -4
  9. package/.claude/commands/{cfn-ruvector → cfn-codesearch}/cfn-codebase-search.md +7 -7
  10. package/.claude/commands/{cfn-ruvector → cfn-codesearch}/cfn-detect-stale-docs.md +3 -3
  11. package/.claude/commands/{cfn-ruvector-search.md → cfn-codesearch-search.md} +7 -7
  12. package/.claude/commands/cfn-fix-errors.md +1 -1
  13. package/.claude/commands/cfn-loop-task.md +291 -291
  14. package/.claude/skills/{bulk-add-ruvector-instructions.sh → bulk-add-codesearch-instructions.sh} +12 -12
  15. package/.claude/skills/{cfn-local-ruvector-accelerator → cfn-codesearch}/AGENT_INTEGRATION_PATTERNS.md +20 -20
  16. package/.claude/skills/{cfn-local-ruvector-accelerator → cfn-codesearch}/AGENT_LIFECYCLE_INTEGRATION.md +11 -11
  17. package/.claude/skills/{cfn-local-ruvector-accelerator → cfn-codesearch}/Cargo.toml +9 -4
  18. package/.claude/skills/{cfn-local-ruvector-accelerator → cfn-codesearch}/EXTRACTION_EXAMPLES.md +6 -6
  19. package/.claude/skills/{cfn-local-ruvector-accelerator → cfn-codesearch}/IMMEDIATE_ACTION_REQUIRED.md +9 -9
  20. package/.claude/skills/{cfn-local-ruvector-accelerator → cfn-codesearch}/README.md +7 -7
  21. package/.claude/skills/{cfn-local-ruvector-accelerator → cfn-codesearch}/SCHEMA_V2_IMPLEMENTATION.md +1 -1
  22. package/.claude/skills/{cfn-local-ruvector-accelerator → cfn-codesearch}/SECURITY_IMPLEMENTATION.md +3 -3
  23. package/.claude/skills/{cfn-local-ruvector-accelerator → cfn-codesearch}/SECURITY_TESTING_COMPLETION.md +4 -4
  24. package/.claude/skills/{cfn-local-ruvector-accelerator → cfn-codesearch}/SKILL.md +31 -31
  25. package/.claude/skills/{cfn-local-ruvector-accelerator → cfn-codesearch}/analyze-agent-failures.sh +11 -11
  26. package/.claude/skills/{cfn-local-ruvector-accelerator → cfn-codesearch}/cfn-integration.sh +27 -27
  27. package/.claude/skills/{cfn-local-ruvector-accelerator → cfn-codesearch}/index-code.sh +11 -11
  28. package/.claude/skills/{cfn-local-ruvector-accelerator → cfn-codesearch}/index_all.sh +2 -2
  29. package/.claude/skills/{cfn-local-ruvector-accelerator → cfn-codesearch}/ingest-agent-transcript.sh +10 -10
  30. package/.claude/skills/{cfn-local-ruvector-accelerator/init-local-ruvector.sh → cfn-codesearch/init-local-codesearch.sh} +16 -16
  31. package/.claude/skills/{cfn-local-ruvector-accelerator → cfn-codesearch}/project-structure.md +10 -10
  32. package/.claude/skills/{cfn-local-ruvector-accelerator → cfn-codesearch}/query-local.sh +6 -6
  33. package/.claude/skills/{cfn-local-ruvector-accelerator → cfn-codesearch}/src/cli/index.rs +233 -4
  34. package/.claude/skills/{cfn-local-ruvector-accelerator → cfn-codesearch}/src/cli/init.rs +18 -18
  35. package/.claude/skills/{cfn-local-ruvector-accelerator → cfn-codesearch}/src/cli/query.rs +64 -3
  36. package/.claude/skills/{cfn-local-ruvector-accelerator → cfn-codesearch}/src/embeddings.rs +19 -5
  37. package/.claude/skills/{cfn-local-ruvector-accelerator → cfn-codesearch}/src/lib.rs +6 -4
  38. package/.claude/skills/{cfn-local-ruvector-accelerator → cfn-codesearch}/src/main.rs +35 -25
  39. package/.claude/skills/{cfn-local-ruvector-accelerator → cfn-codesearch}/src/paths.rs +19 -13
  40. package/.claude/skills/{cfn-local-ruvector-accelerator → cfn-codesearch}/src/query_v2.rs +3 -4
  41. package/.claude/skills/cfn-codesearch/src/store_pgvector.rs +301 -0
  42. package/.claude/skills/{cfn-local-ruvector-accelerator → cfn-codesearch}/src/store_v2.rs +12 -1
  43. package/.claude/skills/{cfn-local-ruvector-accelerator → cfn-codesearch}/test-agent-lifecycle-integration.sh +6 -6
  44. package/.claude/skills/{cfn-local-ruvector-accelerator/test-local-ruvector.sh → cfn-codesearch/test-local-codesearch.sh} +7 -7
  45. package/.claude/skills/{cfn-local-ruvector-accelerator → cfn-codesearch}/test_query_api.sh +2 -2
  46. package/.claude/skills/cfn-epic-creator/SKILL.md +110 -2
  47. package/.claude/skills/cfn-epic-creator/invoke.sh +120 -1
  48. package/.claude/skills/cfn-mdap-context-injection/SKILL.md +2 -2
  49. package/.claude/skills/cfn-mdap-context-injection/inject.sh +21 -21
  50. package/package.json +11 -11
  51. package/readme/feature-status.md +405 -0
  52. package/.claude/agents/docker-ts-fixer.md +0 -65
  53. /package/.claude/agents/cfn-dev-team/{testing → testers}/test-validation-agent.md +0 -0
  54. /package/.claude/{agents/cfn-dev-team/utility → cfn-extras/agents}/context-curator.md +0 -0
  55. /package/.claude/{agents/custom → cfn-extras/agents/custom-agents}/cfn-docker-expert.md +0 -0
  56. /package/.claude/{agents/custom → cfn-extras/agents/custom-agents}/cfn-loops-cli-expert.md +0 -0
  57. /package/.claude/{agents/custom → cfn-extras/agents/custom-agents}/cfn-redis-operations.md +0 -0
  58. /package/.claude/{agents/custom → cfn-extras/agents/custom-agents}/cfn-system-expert.md +0 -0
  59. /package/.claude/{agents/csuite → cfn-extras/agents/custom-agents}/cto-agent.md +0 -0
  60. /package/.claude/{agents/custom → cfn-extras/agents/custom-agents}/trigger-dev-expert.md +0 -0
  61. /package/.claude/{agents/cfn-dev-team/coordinators → cfn-extras/agents/deprecated-coordinators}/consensus-builder.md +0 -0
  62. /package/.claude/{agents/cfn-dev-team/coordinators → cfn-extras/agents/deprecated-coordinators}/multi-sprint-coordinator.md +0 -0
  63. /package/.claude/{agents → cfn-extras/agents/docker-team}/docker-coordinators/cfn-docker-v3-coordinator.md +0 -0
  64. /package/.claude/{agents/cfn-dev-team/dev-ops → cfn-extras/agents}/kubernetes-specialist.md +0 -0
  65. /package/.claude/{agents/cfn-dev-team/architecture → cfn-extras/agents}/planner.md +0 -0
  66. /package/.claude/skills/{cfn-local-ruvector-accelerator → cfn-codesearch}/.claude/hooks/SessionStart-cfn-build-ruvector.sh +0 -0
  67. /package/.claude/skills/{cfn-local-ruvector-accelerator → cfn-codesearch}/Cargo.toml.backup +0 -0
  68. /package/.claude/skills/{cfn-local-ruvector-accelerator → cfn-codesearch}/SECURITY_FINDINGS_SUMMARY.txt +0 -0
  69. /package/.claude/skills/{cfn-local-ruvector-accelerator → cfn-codesearch}/docs/EXECUTIVE_SUMMARY.txt +0 -0
  70. /package/.claude/skills/{cfn-local-ruvector-accelerator → cfn-codesearch}/docs/PHASE_4_QUERY_API.md +0 -0
  71. /package/.claude/skills/{cfn-local-ruvector-accelerator → cfn-codesearch}/docs/RUST_AST_EXTRACTOR_IMPLEMENTATION.md +0 -0
  72. /package/.claude/skills/{cfn-local-ruvector-accelerator → cfn-codesearch}/docs/TRANSACTION_MANAGEMENT.md +0 -0
  73. /package/.claude/skills/{cfn-local-ruvector-accelerator → cfn-codesearch}/docs/VALIDATION_FINDINGS.txt +0 -0
  74. /package/.claude/skills/{cfn-local-ruvector-accelerator → cfn-codesearch}/embeddings_manager.py.backup +0 -0
  75. /package/.claude/skills/{cfn-local-ruvector-accelerator → cfn-codesearch}/epic-ast-indexer.json +0 -0
  76. /package/.claude/skills/{cfn-local-ruvector-accelerator → cfn-codesearch}/index/index.bin +0 -0
  77. /package/.claude/skills/{cfn-local-ruvector-accelerator → cfn-codesearch}/index/metadata.json +0 -0
  78. /package/.claude/skills/{cfn-local-ruvector-accelerator → cfn-codesearch}/index-code.sh.backup +0 -0
  79. /package/.claude/skills/{cfn-local-ruvector-accelerator → cfn-codesearch}/query-agent-patterns.sh +0 -0
  80. /package/.claude/skills/{cfn-local-ruvector-accelerator → cfn-codesearch}/requirements.txt +0 -0
  81. /package/.claude/skills/{cfn-local-ruvector-accelerator → cfn-codesearch}/search_engine_v2.py.backup +0 -0
  82. /package/.claude/skills/{cfn-local-ruvector-accelerator → cfn-codesearch}/sqlite_store.py.backup +0 -0
  83. /package/.claude/skills/{cfn-local-ruvector-accelerator → cfn-codesearch}/src/cli/cleanup.rs +0 -0
  84. /package/.claude/skills/{cfn-local-ruvector-accelerator → cfn-codesearch}/src/cli/export.rs +0 -0
  85. /package/.claude/skills/{cfn-local-ruvector-accelerator → cfn-codesearch}/src/cli/find.rs +0 -0
  86. /package/.claude/skills/{cfn-local-ruvector-accelerator → cfn-codesearch}/src/cli/index_ast.rs +0 -0
  87. /package/.claude/skills/{cfn-local-ruvector-accelerator → cfn-codesearch}/src/cli/index_modified.rs +0 -0
  88. /package/.claude/skills/{cfn-local-ruvector-accelerator → cfn-codesearch}/src/cli/migration.rs +0 -0
  89. /package/.claude/skills/{cfn-local-ruvector-accelerator → cfn-codesearch}/src/cli/mod.rs +0 -0
  90. /package/.claude/skills/{cfn-local-ruvector-accelerator → cfn-codesearch}/src/cli/refs.rs +0 -0
  91. /package/.claude/skills/{cfn-local-ruvector-accelerator → cfn-codesearch}/src/cli/reset.rs +0 -0
  92. /package/.claude/skills/{cfn-local-ruvector-accelerator → cfn-codesearch}/src/cli/stats.rs +0 -0
  93. /package/.claude/skills/{cfn-local-ruvector-accelerator → cfn-codesearch}/src/extractors/mod.rs +0 -0
  94. /package/.claude/skills/{cfn-local-ruvector-accelerator → cfn-codesearch}/src/extractors/rust.rs +0 -0
  95. /package/.claude/skills/{cfn-local-ruvector-accelerator → cfn-codesearch}/src/extractors/rust_placeholder.rs +0 -0
  96. /package/.claude/skills/{cfn-local-ruvector-accelerator → cfn-codesearch}/src/extractors/text_fallback.rs +0 -0
  97. /package/.claude/skills/{cfn-local-ruvector-accelerator → cfn-codesearch}/src/extractors/typescript.rs +0 -0
  98. /package/.claude/skills/{cfn-local-ruvector-accelerator → cfn-codesearch}/src/extractors/typescript_full.rs +0 -0
  99. /package/.claude/skills/{cfn-local-ruvector-accelerator → cfn-codesearch}/src/main.rs.backup +0 -0
  100. /package/.claude/skills/{cfn-local-ruvector-accelerator → cfn-codesearch}/src/migration.rs +0 -0
  101. /package/.claude/skills/{cfn-local-ruvector-accelerator → cfn-codesearch}/src/migration_backup.rs +0 -0
  102. /package/.claude/skills/{cfn-local-ruvector-accelerator → cfn-codesearch}/src/migration_tx.rs +0 -0
  103. /package/.claude/skills/{cfn-local-ruvector-accelerator → cfn-codesearch}/src/migration_v2.rs +0 -0
  104. /package/.claude/skills/{cfn-local-ruvector-accelerator → cfn-codesearch}/src/path_validator.rs +0 -0
  105. /package/.claude/skills/{cfn-local-ruvector-accelerator → cfn-codesearch}/src/query_api.rs +0 -0
  106. /package/.claude/skills/{cfn-local-ruvector-accelerator → cfn-codesearch}/src/schema_v2.rs +0 -0
  107. /package/.claude/skills/{cfn-local-ruvector-accelerator → cfn-codesearch}/src/search_engine.rs +0 -0
  108. /package/.claude/skills/{cfn-local-ruvector-accelerator → cfn-codesearch}/src/security_tests.rs +0 -0
  109. /package/.claude/skills/{cfn-local-ruvector-accelerator → cfn-codesearch}/src/sqlite_store.rs +0 -0
  110. /package/.claude/skills/{cfn-local-ruvector-accelerator → cfn-codesearch}/src/store_v2_backup.rs +0 -0
  111. /package/.claude/skills/{cfn-local-ruvector-accelerator → cfn-codesearch}/src/store_v2_fixed.rs +0 -0
  112. /package/.claude/skills/{cfn-local-ruvector-accelerator → cfn-codesearch}/src/store_v2_tx.rs +0 -0
  113. /package/.claude/skills/{cfn-local-ruvector-accelerator → cfn-codesearch}/src/test_schema.rs +0 -0
  114. /package/.claude/skills/{cfn-local-ruvector-accelerator → cfn-codesearch}/src/transaction_tests.rs +0 -0
  115. /package/.claude/skills/{cfn-local-ruvector-accelerator → cfn-codesearch}/test_ast_indexing.rs +0 -0
  116. /package/.claude/skills/{cfn-local-ruvector-accelerator → cfn-codesearch}/test_schema.sql +0 -0
  117. /package/.claude/skills/{cfn-local-ruvector-accelerator → cfn-codesearch}/test_schema_v2.sql +0 -0
@@ -0,0 +1,405 @@
1
+ # Feature Status
2
+
3
+ **Last Updated:** 2026-01-13 | **Version:** 2.18.40 | **Status:** Production
4
+
5
+ ---
6
+
7
+ ## Purpose
8
+
9
+ This document tracks the production readiness of all Claude Flow Novice (CFN) npm package features. Use it to:
10
+ - Verify feature status before releases
11
+ - Identify test coverage gaps
12
+ - Understand component integration status
13
+ - Track development progress from Dev → Beta → Prod
14
+
15
+ ## Structure
16
+
17
+ 1. **Core Orchestration** - CFN Loop execution modes and coordination
18
+ 2. **Skills System** - Reusable modular capabilities
19
+ 3. **Agent Ecosystem** - Specialized AI agents by role
20
+ 4. **CLI & Commands** - User-facing interfaces
21
+ 5. **Infrastructure** - Databases, hooks, testing
22
+
23
+ ## Update Requirements
24
+
25
+ This file MUST be updated when:
26
+ - Features move between Dev/Beta/Prod status
27
+ - New skills or agents are added
28
+ - Test coverage changes significantly
29
+ - Breaking changes are introduced
30
+
31
+ ---
32
+
33
+ ## Core Orchestration
34
+
35
+ ### CFN Loop System
36
+
37
+ | Feature | Status | Tests | Location | Description |
38
+ |---------|--------|-------|----------|-------------|
39
+ | Loop 3 (Implementers) | ✅ Prod | ✅ | `.claude/skills/cfn-loop-orchestration/` | Coders, researchers, architects execute tasks |
40
+ | Loop 2 (Validators) | ✅ Prod | ✅ | `.claude/skills/cfn-loop-validation/` | Reviewers, testers validate output |
41
+ | Loop 1 (Product Owner) | ✅ Prod | ✅ | `.claude/agents/cfn-dev-team/product-owners/` | Strategic oversight, PROCEED/ITERATE/ABORT |
42
+ | Gate Check System | ✅ Prod | ✅ | `.claude/skills/cfn-loop-orchestration-v2/` | Threshold validation before Loop 2 |
43
+ | Consensus Collection | ✅ Prod | ✅ | `.claude/skills/cfn-loop-orchestration-v2/` | Validator aggregation with confidence scoring |
44
+
45
+ ### Execution Modes
46
+
47
+ | Mode | Status | Tests | Location | Description |
48
+ |------|--------|-------|----------|-------------|
49
+ | Task Mode | ✅ Prod | ✅ | `.claude/commands/cfn-loop-task.md` | Main Chat spawns Task() agents directly ($0.15/iter) |
50
+ | CLI Mode | ✅ Prod | ✅ | `.claude/commands/cfn-loop-cli.md` | Coordinator spawns CLI agents ($0.054/iter) |
51
+ | MVP Mode | ✅ Prod | ✅ | Orchestrator config | Fast iteration, 70% gate, 5 max iterations |
52
+ | Standard Mode | ✅ Prod | ✅ | Orchestrator config | Balanced, 95% gate, 10 max iterations |
53
+ | Enterprise Mode | ✅ Prod | ✅ | Orchestrator config | Rigorous, 98% gate, 15 max iterations |
54
+
55
+ ### Provider Routing
56
+
57
+ | Provider | Status | Tests | Location | Description |
58
+ |----------|--------|-------|----------|-------------|
59
+ | Anthropic | ✅ Prod | ✅ | Default | Native Claude integration |
60
+ | Z.ai | ✅ Prod | ⚠️ | `.claude/commands/cost-routing/` | GLM-4.6 model, 95-98% cost savings |
61
+ | OpenRouter | ⚠️ Beta | ⚠️ | `.claude/commands/cost-routing/` | Multi-model support |
62
+ | Kimi | ⚠️ Beta | ⚠️ | `.claude/commands/cost-routing/` | Balanced provider |
63
+ | Cerebras | ✅ Prod | ✅ | `.claude/skills/cfn-compilation-error-fixer/` | Bulk error fixing (20+ errors) |
64
+
65
+ ---
66
+
67
+ ## Skills System (.claude/skills/)
68
+
69
+ ### Coordination Skills
70
+
71
+ | Skill | Status | Tests | Location | Description |
72
+ |-------|--------|-------|----------|-------------|
73
+ | cfn-loop-orchestration | ✅ Prod | ✅ | `cfn-loop-orchestration/` | Core orchestrator v3.0 |
74
+ | cfn-loop-orchestration-v2 | ✅ Prod | ✅ | `cfn-loop-orchestration-v2/` | Gate checks, consensus |
75
+ | cfn-redis-coordination | ✅ Prod | ✅ | `cfn-redis-coordination/` | Zero-token agent waiting via BLPOP |
76
+ | cfn-agent-lifecycle | ✅ Prod | ✅ | `cfn-agent-lifecycle/` | Agent creation → deletion |
77
+ | cfn-agent-spawning | ✅ Prod | ✅ | `cfn-agent-spawning/` | CLI agent spawning |
78
+
79
+ ### Code Intelligence Skills
80
+
81
+ | Skill | Status | Tests | Location | Description |
82
+ |-------|--------|-------|----------|-------------|
83
+ | cfn-codesearch | ✅ Prod | ✅ | `cfn-codesearch/` | Semantic codebase indexing (400x faster than grep) |
84
+ | cfn-codebase-reindex | ✅ Prod | ✅ | `cfn-codesearch/cfn-codebase-reindex/` | Incremental indexing |
85
+ | cfn-codebase-search | ✅ Prod | ✅ | `cfn-codesearch/cfn-codebase-search/` | Query interface |
86
+ | cfn-detect-stale-docs | ✅ Prod | ✅ | `cfn-codesearch/cfn-detect-stale-docs/` | Documentation freshness checking |
87
+
88
+ ### Validation & Testing Skills
89
+
90
+ | Skill | Status | Tests | Location | Description |
91
+ |-------|--------|-------|----------|-------------|
92
+ | cfn-loop-validation | ✅ Prod | ✅ | `cfn-loop-validation/` | Validation framework |
93
+ | cfn-test-framework | ✅ Prod | ✅ | `cfn-test-framework/` | Test orchestration |
94
+ | cfn-validation-framework | ✅ Prod | ✅ | `cfn-validation-framework/` | Test validation |
95
+ | cfn-edit-safety | ✅ Prod | ✅ | `cfn-edit-safety/` | Pre/post-edit backup & validation |
96
+
97
+ ### Planning & Management Skills
98
+
99
+ | Skill | Status | Tests | Location | Description |
100
+ |-------|--------|-------|----------|-------------|
101
+ | cfn-planning | ✅ Prod | ✅ | `cfn-planning/` | Epic decomposition, scope management |
102
+ | cfn-sprint-execution | ✅ Prod | ✅ | `cfn-sprint-execution/` | Sprint planning & checkpointing |
103
+ | cfn-task-planning | ✅ Prod | ✅ | `cfn-task-planning/` | Task decomposition |
104
+ | cfn-task-intelligence | ✅ Prod | ✅ | `cfn-task-intelligence/` | Task classification, complexity estimation |
105
+ | cfn-epic-creator | ✅ Prod | ✅ | `cfn-epic-creator/` | Epic workflow (11 persona reviews) |
106
+ | cfn-epic-parser | ✅ Prod | ✅ | `cfn-epic-parser/` | MDAP epic conversion |
107
+
108
+ ### Infrastructure Skills
109
+
110
+ | Skill | Status | Tests | Location | Description |
111
+ |-------|--------|-------|----------|-------------|
112
+ | cfn-memory-persistence | ✅ Prod | ✅ | `cfn-memory-persistence/` | SQLite + Redis storage |
113
+ | cfn-error-management | ✅ Prod | ✅ | `cfn-error-management/` | Unified error handling |
114
+ | cfn-transparency-middleware | ✅ Prod | ✅ | `cfn-transparency-middleware/` | Audit trails (Rust) |
115
+ | cfn-parameterized-queries | ✅ Prod | ✅ | `cfn-parameterized-queries/` | SQL injection prevention |
116
+ | cfn-utilities | ✅ Prod | ✅ | `cfn-utilities/` | Bash utility functions |
117
+
118
+ ### Deployment Skills
119
+
120
+ | Skill | Status | Tests | Location | Description |
121
+ |-------|--------|-------|----------|-------------|
122
+ | cfn-skill-management | ✅ Prod | ✅ | `cfn-skill-management/` | Skill discovery & deployment |
123
+ | cfn-deployment-lifecycle | ✅ Prod | ✅ | `cfn-deployment-lifecycle/` | Skill promotion pipeline |
124
+ | cfn-project-management | ✅ Prod | ✅ | `cfn-project-management/` | Backlog & changelog |
125
+ | cfn-knowledge-base | ⚠️ Beta | ⚠️ | `cfn-knowledge-base/` | Organizational learning |
126
+
127
+ ---
128
+
129
+ ## Agent Ecosystem (.claude/agents/cfn-dev-team/)
130
+
131
+ ### Coordinators
132
+
133
+ | Agent | Status | Tests | Location | Description |
134
+ |-------|--------|-------|----------|-------------|
135
+ | cfn-v3-coordinator | ✅ Prod | ✅ | `coordinators/` | Primary orchestrator |
136
+ | cfn-frontend-coordinator | ✅ Prod | ✅ | `coordinators/` | React workflow coordination |
137
+ | handoff-coordinator | ✅ Prod | ✅ | `coordinators/` | Agent handoffs, context transfer |
138
+
139
+ ### Developers
140
+
141
+ | Agent | Status | Tests | Location | Description |
142
+ |-------|--------|-------|----------|-------------|
143
+ | backend-developer | ✅ Prod | ✅ | `developers/` | Backend services, APIs |
144
+ | react-frontend-engineer | ✅ Prod | ✅ | `developers/frontend/` | React components, UI |
145
+ | rust-developer | ✅ Prod | ✅ | `developers/` | Systems programming |
146
+ | database-architect | ✅ Prod | ✅ | `developers/database/` | Schema design, optimization |
147
+ | api-gateway-specialist | ✅ Prod | ✅ | `developers/` | Gateway design, routing |
148
+ | typescript-specialist | ✅ Prod | ✅ | `developers/` | Type safety, generics |
149
+ | graphql-specialist | ⚠️ Beta | ⚠️ | `developers/` | GraphQL APIs |
150
+ | agent-builder | ✅ Prod | ✅ | `developers/` | Agent template creation |
151
+
152
+ ### Reviewers & Quality
153
+
154
+ | Agent | Status | Tests | Location | Description |
155
+ |-------|--------|-------|----------|-------------|
156
+ | code-reviewer | ✅ Prod | ✅ | `reviewers/quality/` | Code quality validation |
157
+ | code-quality-validator | ✅ Prod | ✅ | `reviewers/quality/` | Technical debt assessment |
158
+ | security-specialist | ✅ Prod | ✅ | `reviewers/quality/` | Security review, threat modeling |
159
+ | analyst | ✅ Prod | ✅ | `analysts/` | Code analysis, metrics |
160
+
161
+ ### Testers
162
+
163
+ | Agent | Status | Tests | Location | Description |
164
+ |-------|--------|-------|----------|-------------|
165
+ | tester | ✅ Prod | ✅ | `testers/` | Comprehensive testing |
166
+ | playwright-tester | ✅ Prod | ✅ | `testers/` | E2E browser testing |
167
+ | interaction-tester | ✅ Prod | ✅ | `testers/` | UI, accessibility testing |
168
+ | perf-analyzer | ✅ Prod | ✅ | `testers/` | Performance analysis |
169
+ | test-validation-agent | ✅ Prod | ✅ | `testers/` | Test result validation |
170
+
171
+ ### Product Owners
172
+
173
+ | Agent | Status | Tests | Location | Description |
174
+ |-------|--------|-------|----------|-------------|
175
+ | product-owner | ✅ Prod | ✅ | `product-owners/` | GOAP planning, scope enforcement |
176
+ | cto-agent | ⚠️ Beta | ⚠️ | `csuite/` | Technical strategy |
177
+
178
+ ### DevOps
179
+
180
+ | Agent | Status | Tests | Location | Description |
181
+ |-------|--------|-------|----------|-------------|
182
+ | devops-engineer | ✅ Prod | ✅ | `dev-ops/` | CI/CD, infrastructure |
183
+ | docker-specialist | ✅ Prod | ✅ | `dev-ops/` | Container management |
184
+ | fly-io-specialist | ✅ Prod | ✅ | `dev-ops/` | Fly.io deployments |
185
+
186
+ ### Specialists
187
+
188
+ | Agent | Status | Tests | Location | Description |
189
+ |-------|--------|-------|----------|-------------|
190
+ | supabase-specialist | ✅ Prod | ✅ | `developers/database/` | Supabase CLI, migrations |
191
+ | memgraph-specialist | ⚠️ Beta | ⚠️ | `developers/database/` | Graph database operations |
192
+ | mem0-specialist | ⚠️ Beta | ⚠️ | `developers/database/` | AI memory layer |
193
+
194
+ ---
195
+
196
+ ## CLI & Commands (.claude/commands/)
197
+
198
+ ### Primary Commands
199
+
200
+ | Command | Status | Tests | Location | Description |
201
+ |---------|--------|-------|----------|-------------|
202
+ | /cfn-loop-task | ✅ Prod | ✅ | `cfn-loop-task.md` | Task mode execution |
203
+ | /cfn-loop-cli | ✅ Prod | ✅ | `cfn-loop-cli.md` | CLI mode execution |
204
+ | /cfn-fix-errors | ✅ Prod | ✅ | `cfn-fix-errors.md` | Automated error fixing |
205
+ | /cfn-check-errors | ✅ Prod | ✅ | `cfn-check-errors.md` | Error detection |
206
+ | /cfn-codesearch-search | ✅ Prod | ✅ | `cfn-codesearch-search.md` | Semantic code search |
207
+
208
+ ### Planning Commands
209
+
210
+ | Command | Status | Tests | Location | Description |
211
+ |---------|--------|-------|----------|-------------|
212
+ | /write-plan | ✅ Prod | ✅ | `write-plan.md` | TDD planning phase |
213
+ | /sparc | ✅ Prod | ✅ | `sparc.md` | SPARC methodology |
214
+ | /workflow | ✅ Prod | ✅ | `workflow.md` | Event-driven automation |
215
+ | /epic-creator-v2 | ✅ Prod | ✅ | `cfn-epic-creator-v2.md` | Epic creation (11 personas) |
216
+
217
+ ### Utility Commands
218
+
219
+ | Command | Status | Tests | Location | Description |
220
+ |---------|--------|-------|----------|-------------|
221
+ | /cfn-loop-document | ⚠️ Beta | ⚠️ | `cfn-loop/` | Documentation generation |
222
+ | /cfn-mode | ✅ Prod | ✅ | `cfn-loop/` | Toggle spawning mode |
223
+ | /cfn-switch-api | ✅ Prod | ✅ | `cost-routing/` | Switch API providers |
224
+
225
+ ---
226
+
227
+ ## Infrastructure
228
+
229
+ ### Databases
230
+
231
+ | Component | Status | Tests | Location | Description |
232
+ |-----------|--------|-------|----------|-------------|
233
+ | Redis Coordination | ✅ Prod | ✅ | `.claude/skills/cfn-redis-coordination/` | Zero-token agent waiting |
234
+ | SQLite Memory | ✅ Prod | ✅ | `.claude/skills/cfn-memory-persistence/` | Agent memory, audit trails |
235
+ | CodeSearch Index | ✅ Prod | ✅ | `~/.local/share/ruvector/` | Centralized semantic index |
236
+
237
+ ### Hooks System
238
+
239
+ | Hook | Status | Tests | Location | Description |
240
+ |------|--------|-------|----------|-------------|
241
+ | Pre-edit Backup | ✅ Prod | ✅ | `.claude/hooks/cfn-invoke-pre-edit.sh` | Backup before file changes |
242
+ | Post-edit Validation | ✅ Prod | ✅ | `.claude/hooks/cfn-invoke-post-edit.sh` | Validate after changes |
243
+ | Session Start | ✅ Prod | ✅ | `.claude/hooks/SessionStart-*` | Session initialization |
244
+ | WSL Memory Monitor | ✅ Prod | ✅ | `~/.local/bin/wsl-memory-monitor.sh` | Kill orphaned test processes |
245
+
246
+ ### Docker Support
247
+
248
+ | Component | Status | Tests | Location | Description |
249
+ |-----------|--------|-------|----------|-------------|
250
+ | Agent Execution | ✅ Prod | ✅ | `docker/` | Isolated agent containers |
251
+ | Orchestrator | ✅ Prod | ✅ | `docker/` | Coordinator containers |
252
+ | Playwright Testing | ✅ Prod | ✅ | `docker/` | Browser test containers |
253
+ | Multi-worktree | ✅ Prod | ✅ | `docker-compose.yml` | Port auto-offset per branch |
254
+
255
+ ### Testing Infrastructure
256
+
257
+ | Component | Status | Tests | Location | Description |
258
+ |-----------|--------|-------|----------|-------------|
259
+ | Jest Unit Tests | ✅ Prod | ✅ | `tests/` | Component/unit testing |
260
+ | Integration Tests | ✅ Prod | ✅ | `tests/` | Service integration |
261
+ | E2E Tests | ✅ Prod | ✅ | `tests/` | Playwright tests |
262
+ | Docker Tests | ✅ Prod | ✅ | `tests/` | Container testing |
263
+
264
+ ---
265
+
266
+ ## NPM Package (package.json)
267
+
268
+ ### Package Info
269
+
270
+ | Property | Value |
271
+ |----------|-------|
272
+ | Name | claude-flow-novice |
273
+ | Version | 2.18.40 |
274
+ | License | MIT |
275
+ | Node | ≥18.0.0 |
276
+ | npm | ≥9.0.0 |
277
+
278
+ ### Key Scripts
279
+
280
+ | Script | Description |
281
+ |--------|-------------|
282
+ | `npm run build` | Build project |
283
+ | `npm run test` | Full test suite |
284
+ | `npm run test:unit` | Unit tests only |
285
+ | `npm run test:integration` | Integration tests |
286
+ | `npm run test:e2e` | E2E Playwright tests |
287
+ | `npm run lint` | ESLint checks |
288
+ | `npm run typecheck` | TypeScript validation |
289
+ | `npm run ci:pre-commit` | Pre-commit checks |
290
+ | `npm run ci:full` | Full CI pipeline |
291
+
292
+ ### Key Dependencies
293
+
294
+ | Package | Purpose |
295
+ |---------|---------|
296
+ | @anthropic-ai/sdk | Claude API integration |
297
+ | express | HTTP server |
298
+ | ioredis | Redis client |
299
+ | sqlite3 | Local storage |
300
+ | jest | Testing framework |
301
+ | playwright | Browser automation |
302
+ | typescript | Type checking |
303
+
304
+ ---
305
+
306
+ ## Test Coverage
307
+
308
+ | Area | Files | Coverage | Notes |
309
+ |------|-------|----------|-------|
310
+ | Unit Tests | 50+ | High | Component/unit level |
311
+ | Integration Tests | 30+ | Medium | Service integration |
312
+ | E2E Tests | 20+ | Medium | Playwright tests |
313
+ | Docker Tests | 10+ | Medium | Container testing |
314
+ | Skill Tests | 15+ | Medium | Skill validation |
315
+
316
+ ---
317
+
318
+ ## Status Legend
319
+
320
+ | Icon | Meaning |
321
+ |------|---------|
322
+ | ✅ Prod | Production-ready, fully tested |
323
+ | ⚠️ Beta | Feature complete, limited testing |
324
+ | ⚠️ Dev | Under development |
325
+ | ❌ None | Not implemented or no tests |
326
+
327
+ ---
328
+
329
+ ## Performance Characteristics
330
+
331
+ | Metric | Value | Notes |
332
+ |--------|-------|-------|
333
+ | Task Mode Cost | $0.15/iteration | Full visibility, debugging |
334
+ | CLI Mode Cost | $0.054/iteration | Production, cost-optimized |
335
+ | Z.ai Routing Cost | $0.004-0.010/iteration | 95-98% savings |
336
+ | Memory per Agent | 1-2 GB | CLI: 1GB, Task: 2GB |
337
+ | Redis Latency | <100ms | Agent wake-up time |
338
+ | CodeSearch Speed | 400x | Faster than grep |
339
+
340
+ ### Mode Thresholds
341
+
342
+ | Mode | Gate | Consensus | Max Iterations | Validators |
343
+ |------|------|-----------|----------------|------------|
344
+ | MVP | ≥0.70 | ≥0.80 | 5 | 2 |
345
+ | Standard | ≥0.95 | ≥0.90 | 10 | 3-5 |
346
+ | Enterprise | ≥0.98 | ≥0.95 | 15 | 5-7 |
347
+
348
+ ### Timeouts
349
+
350
+ | Loop | Timeout | Notes |
351
+ |------|---------|-------|
352
+ | Loop 1 (PO) | 300s | Strategic decisions |
353
+ | Loop 2 (Validators) | 600s | Review and validation |
354
+ | Loop 3 (Implementers) | 900s | Code execution |
355
+ | Minimum | 60s | Lower bound |
356
+ | Maximum | 1800s | Upper bound |
357
+
358
+ ---
359
+
360
+ ## Architecture Notes
361
+
362
+ **Package Type:** npm package for Claude Code setups
363
+
364
+ **Integration Pattern:**
365
+ ```
366
+ Consumer Project
367
+
368
+
369
+ ┌──────────────────────────────────────┐
370
+ │ claude-flow-novice (npm package) │
371
+ │ ┌─────────────┐ ┌──────────────┐ │
372
+ │ │ Skills (41) │ │ Agents (74) │ │
373
+ │ └──────┬──────┘ └──────┬───────┘ │
374
+ │ │ │ │
375
+ │ └────────┬───────┘ │
376
+ │ ▼ │
377
+ │ CFN Loop Orchestration │
378
+ └──────────────────────────────────────┘
379
+ ```
380
+
381
+ **Coordination Patterns:**
382
+ - Chain: Sequential agent execution
383
+ - Broadcast: Parallel agent spawning
384
+ - Mesh: Multi-agent bidirectional communication
385
+ - Consensus: Validator aggregation with scoring
386
+
387
+ ---
388
+
389
+ ## Security Features
390
+
391
+ | Feature | Status | Location |
392
+ |---------|--------|----------|
393
+ | Input Validation | ✅ Prod | Joi schemas across skills |
394
+ | Secret Protection | ✅ Prod | Environment-based, no hardcoding |
395
+ | SQL Injection Prevention | ✅ Prod | `cfn-parameterized-queries/` |
396
+ | Audit Logging | ✅ Prod | SQLite + Redis trails |
397
+ | ACL Levels | ✅ Prod | Levels 1-5 for agents/skills |
398
+
399
+ ---
400
+
401
+ ## Current Development Phase
402
+
403
+ **Phase:** Production
404
+ **Active Consumers:** Internal projects (daily-reach, fireside-family)
405
+ **Last Major Release:** v2.18.40 (2026-01-13)
@@ -1,65 +0,0 @@
1
- ---
2
- name: docker-ts-fixer
3
- description: Fix TypeScript errors in single files (Docker container execution)
4
- tools: [Read, Edit, mcp__cerebras-mcp__write]
5
- model: haiku
6
- type: specialist
7
- skills: [docker-build]
8
- ---
9
-
10
-
11
- # IMPORTANT: Post-Edit Pipeline Requirement
12
- # After any file modification (Write, Edit, or any code change), you MUST invoke the post-edit pipeline:
13
- # ./.claude/hooks/cfn-invoke-post-edit.sh "$FILE_PATH" --agent-id "$AGENT_ID"
14
- # This is mandatory for all file edits to ensure code quality and validation.
15
- # The pipeline will run compilation checks and TDD compliance verification.
16
-
17
- → **Skills**: RuVector (semantic search) | Post-edit hook (file validation)
18
-
19
- # Docker TypeScript Fixer
20
-
21
- ## Mission
22
-
23
- Fix TypeScript errors in ONE specified file. No exploration, no project analysis.
24
-
25
- ## Workflow
26
-
27
- 1. **Read Target**: Read the file path provided in the task
28
- 2. **Fix Errors**: Use Edit() for each TypeScript error found
29
- 3. **Complete**: Respond "COMPLETE" when done
30
-
31
- ## Constraints
32
-
33
- - NEVER read tsconfig.json
34
- - NEVER use Bash or Glob
35
- - NEVER explore project structure
36
- - NEVER read files other than the target
37
- - ONLY Read and Edit the specified file
38
-
39
- ## Execution Context
40
-
41
- You are running in a Docker container with:
42
- - Working directory: `/workspace` (mounted frontend codebase)
43
- - Limited iterations: 20 maximum
44
- - Task: Fix all TypeScript errors in ONE file
45
-
46
- ## Available Skills
47
-
48
- ### docker-build
49
- Fast Docker image building using Linux native storage for 96% faster builds.
50
-
51
- **Quick Use:**
52
- ```bash
53
- # Rebuild image after agent changes
54
- ./.claude/skills/docker-build/build.sh
55
-
56
- # Force rebuild without cache
57
- ./.claude/skills/docker-build/build.sh --no-cache
58
- ```
59
-
60
- **When to Use:**
61
- - After modifying agent templates
62
- - After changing source code
63
- - Before running Docker-based tests
64
-
65
- Start immediately by reading the target file.