claude-flow-novice 2.14.0 → 2.14.2

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 (144) hide show
  1. package/.claude/commands/{cfn/CFN_LOOP_TASK_MODE.md → CFN_LOOP_TASK_MODE.md} +50 -3
  2. package/.claude/root-claude-distribute/CFN-CLAUDE.md +126 -233
  3. package/.claude/skills/cfn-backlog-management/add-backlog-item.sh +25 -27
  4. package/.claude/skills/cfn-changelog-management/add-changelog-entry.sh +21 -19
  5. package/.claude/skills/cfn-changelog-management/bulk-import.sh +268 -0
  6. package/.claude/skills/cfn-changelog-management/lib/README.md +212 -0
  7. package/.claude/skills/cfn-changelog-management/lib/validation.sh +72 -0
  8. package/.claude/skills/cfn-product-owner-decision/execute-decision.sh +36 -11
  9. package/claude-assets/agents/cfn-dev-team/analysts/root-cause-analyst.md +259 -0
  10. package/claude-assets/agents/cfn-dev-team/reviewers/reviewer.md +45 -6
  11. package/claude-assets/agents/cfn-dev-team/testers/tester.md +59 -0
  12. package/claude-assets/agents/cfn-dev-team/utility/agent-builder.md +4 -4
  13. package/claude-assets/commands/{cfn/CFN_LOOP_TASK_MODE.md → CFN_LOOP_TASK_MODE.md} +50 -3
  14. package/claude-assets/commands/auto-compact.md +80 -0
  15. package/claude-assets/commands/cfn-loop-cli.md +279 -0
  16. package/{.claude/commands/cfn → claude-assets/commands}/cfn-loop-document.md +20 -1
  17. package/claude-assets/commands/cfn-loop-epic.md +478 -0
  18. package/{.claude/commands/cfn → claude-assets/commands}/cfn-loop-frontend.md +17 -2
  19. package/claude-assets/commands/cfn-loop-single.md +256 -0
  20. package/claude-assets/commands/cfn-loop-sprints.md +396 -0
  21. package/claude-assets/commands/cfn-loop-task.md +460 -0
  22. package/claude-assets/commands/cfn-loop.md +518 -0
  23. package/claude-assets/commands/claude-md.md +64 -0
  24. package/claude-assets/commands/claude-soul.md +22 -0
  25. package/{.claude/commands/cfn → claude-assets/commands}/context-curate.md +27 -38
  26. package/{.claude/commands/cfn → claude-assets/commands}/context-inject.md +14 -25
  27. package/{.claude/commands/cfn → claude-assets/commands}/context-query.md +40 -45
  28. package/{.claude/commands/cfn → claude-assets/commands}/context-reflect.md +40 -38
  29. package/{.claude/commands/cfn → claude-assets/commands}/context-stats.md +13 -38
  30. package/claude-assets/commands/cost-savings-off.md +35 -0
  31. package/claude-assets/commands/cost-savings-on.md +35 -0
  32. package/claude-assets/commands/cost-savings-status.md +34 -0
  33. package/claude-assets/commands/custom-routing-activate.md +55 -0
  34. package/claude-assets/commands/custom-routing-deactivate.md +46 -0
  35. package/claude-assets/commands/dependency-recommendations.md +171 -0
  36. package/claude-assets/commands/fullstack.md +179 -0
  37. package/claude-assets/commands/github.md +221 -0
  38. package/claude-assets/commands/hooks.md +38 -0
  39. package/claude-assets/commands/launch-web-dashboard.md +0 -0
  40. package/{.claude/commands/cfn → claude-assets/commands}/list-agents-rebuild.md +18 -18
  41. package/claude-assets/commands/metrics-summary.md +58 -0
  42. package/claude-assets/commands/neural.md +39 -0
  43. package/claude-assets/commands/parse-epic.md +357 -0
  44. package/claude-assets/commands/performance.md +41 -0
  45. package/claude-assets/commands/sparc.md +46 -0
  46. package/claude-assets/commands/suggest-improvements.md +95 -0
  47. package/claude-assets/commands/suggest-templates.md +147 -0
  48. package/claude-assets/commands/swarm.md +24 -0
  49. package/claude-assets/commands/write-plan.md +275 -0
  50. package/claude-assets/root-claude-distribute/CFN-CLAUDE.md +126 -233
  51. package/claude-assets/skills/cfn-backlog-management/add-backlog-item.sh +25 -27
  52. package/claude-assets/skills/cfn-changelog-management/add-changelog-entry.sh +21 -19
  53. package/claude-assets/skills/cfn-changelog-management/bulk-import.sh +268 -0
  54. package/claude-assets/skills/cfn-changelog-management/lib/README.md +212 -0
  55. package/claude-assets/skills/cfn-changelog-management/lib/validation.sh +72 -0
  56. package/claude-assets/skills/cfn-product-owner-decision/execute-decision.sh +36 -11
  57. package/claude-assets/skills/cfn-task-config-init/SKILL.md +204 -0
  58. package/claude-assets/skills/cfn-task-config-init/initialize-config.sh +264 -0
  59. package/dist/cli/config-manager.js +109 -91
  60. package/dist/cli/config-manager.js.map +1 -1
  61. package/package.json +3 -3
  62. package/.claude/commands/cfn/README.md +0 -157
  63. package/.claude/commands/cfn/launch-web-dashboard.md +0 -295
  64. package/.claude/commands/cfn/write-plan.md +0 -104
  65. package/.claude/skills/cfn-loop-orchestration/orchestrate.sh.backup +0 -840
  66. package/.claude/skills/cfn-redis-coordination/invoke-waiting-mode.sh.backup-p7 +0 -423
  67. package/.claude/skills/cfn-redis-coordination/orchestrate-cfn-loop.sh.backup +0 -38
  68. package/.claude/skills/cfn-redis-coordination/orchestrate-cfn-loop.sh.backup-1761167675 +0 -1672
  69. package/.claude/skills/cfn-redis-coordination/orchestrate-cfn-loop.sh.backup-p5 +0 -1604
  70. package/.claude/skills/cfn-redis-coordination/orchestrate-cfn-loop.sh.backup-phase1 +0 -1550
  71. package/.claude/skills/cfn-redis-coordination/orchestrate-cfn-loop.sh.backup-phase2 +0 -1621
  72. package/.claude/skills/cfn-redis-coordination/orchestrate-cfn-loop.sh.backup-phase3 +0 -1621
  73. package/.claude/skills/cfn-redis-coordination/orchestrate-cfn-loop.sh.broken +0 -1627
  74. package/.claude/skills/cfn-redis-coordination/orchestrate-cfn-loop.sh.corrupted +0 -80
  75. package/.claude/skills/cfn-redis-coordination/orchestrate-cfn-loop.sh.deprecated +0 -1864
  76. package/.claude/skills/cfn-redis-coordination/tests/test_coordination_primitives.sh.deprecated +0 -20
  77. package/claude-assets/skills/cfn-loop-orchestration/orchestrate.sh.backup +0 -840
  78. package/claude-assets/skills/cfn-loop2-output-processing/execute-and-extract.sh.backup +0 -36
  79. package/claude-assets/skills/cfn-redis-coordination/invoke-waiting-mode.sh.backup-p7 +0 -423
  80. package/claude-assets/skills/cfn-redis-coordination/orchestrate-cfn-loop.sh.backup +0 -38
  81. package/claude-assets/skills/cfn-redis-coordination/orchestrate-cfn-loop.sh.backup-1761167675 +0 -1672
  82. package/claude-assets/skills/cfn-redis-coordination/orchestrate-cfn-loop.sh.backup-p5 +0 -1604
  83. package/claude-assets/skills/cfn-redis-coordination/orchestrate-cfn-loop.sh.backup-phase1 +0 -1550
  84. package/claude-assets/skills/cfn-redis-coordination/orchestrate-cfn-loop.sh.backup-phase2 +0 -1621
  85. package/claude-assets/skills/cfn-redis-coordination/orchestrate-cfn-loop.sh.backup-phase3 +0 -1621
  86. package/claude-assets/skills/cfn-redis-coordination/orchestrate-cfn-loop.sh.broken +0 -1627
  87. package/claude-assets/skills/cfn-redis-coordination/orchestrate-cfn-loop.sh.corrupted +0 -80
  88. package/claude-assets/skills/cfn-redis-coordination/orchestrate-cfn-loop.sh.deprecated +0 -1864
  89. package/claude-assets/skills/cfn-redis-coordination/tests/test_coordination_primitives.sh.deprecated +0 -20
  90. /package/.claude/commands/{cfn/CFN_COORDINATOR_PARAMETERS.md → CFN_COORDINATOR_PARAMETERS.md} +0 -0
  91. /package/.claude/commands/{cfn/CFN_LOOP_FRONTEND.md → CFN_LOOP_FRONTEND.md} +0 -0
  92. /package/.claude/commands/{cfn/auto-compact.md → auto-compact.md} +0 -0
  93. /package/.claude/commands/{cfn/cfn-claude-sync.md → cfn-claude-sync.md} +0 -0
  94. /package/{claude-assets/commands/cfn → .claude/commands}/cfn-loop-cli.md +0 -0
  95. /package/{claude-assets/commands/cfn → .claude/commands}/cfn-loop-document.md +0 -0
  96. /package/.claude/commands/{cfn/cfn-loop-epic.md → cfn-loop-epic.md} +0 -0
  97. /package/{claude-assets/commands/cfn → .claude/commands}/cfn-loop-frontend.md +0 -0
  98. /package/.claude/commands/{cfn/cfn-loop-single.md → cfn-loop-single.md} +0 -0
  99. /package/.claude/commands/{cfn/cfn-loop-sprints.md → cfn-loop-sprints.md} +0 -0
  100. /package/{claude-assets/commands/cfn → .claude/commands}/cfn-loop-task.md +0 -0
  101. /package/.claude/commands/{cfn/cfn-loop.md → cfn-loop.md} +0 -0
  102. /package/.claude/commands/{cfn/cfn-mode.md → cfn-mode.md} +0 -0
  103. /package/.claude/commands/{cfn/cfn-optimize-agents.md → cfn-optimize-agents.md} +0 -0
  104. /package/.claude/commands/{cfn/claude-md.md → claude-md.md} +0 -0
  105. /package/.claude/commands/{cfn/claude-soul.md → claude-soul.md} +0 -0
  106. /package/{claude-assets/commands/cfn → .claude/commands}/context-curate.md +0 -0
  107. /package/{claude-assets/commands/cfn → .claude/commands}/context-inject.md +0 -0
  108. /package/{claude-assets/commands/cfn → .claude/commands}/context-query.md +0 -0
  109. /package/{claude-assets/commands/cfn → .claude/commands}/context-reflect.md +0 -0
  110. /package/{claude-assets/commands/cfn → .claude/commands}/context-stats.md +0 -0
  111. /package/.claude/commands/{cfn/cost-savings-off.md → cost-savings-off.md} +0 -0
  112. /package/.claude/commands/{cfn/cost-savings-on.md → cost-savings-on.md} +0 -0
  113. /package/.claude/commands/{cfn/cost-savings-status.md → cost-savings-status.md} +0 -0
  114. /package/.claude/commands/{cfn/custom-routing-activate.md → custom-routing-activate.md} +0 -0
  115. /package/.claude/commands/{cfn/custom-routing-deactivate.md → custom-routing-deactivate.md} +0 -0
  116. /package/.claude/commands/{cfn/dependency-recommendations.md → dependency-recommendations.md} +0 -0
  117. /package/.claude/commands/{cfn/fullstack.md → fullstack.md} +0 -0
  118. /package/.claude/commands/{cfn/github-commit.md → github-commit.md} +0 -0
  119. /package/.claude/commands/{cfn/github.md → github.md} +0 -0
  120. /package/.claude/commands/{cfn/hello-world-tests.md → hello-world-tests.md} +0 -0
  121. /package/.claude/commands/{cfn/hooks.md → hooks.md} +0 -0
  122. /package/{claude-assets/commands/cfn → .claude/commands}/launch-web-dashboard.md +0 -0
  123. /package/{claude-assets/commands/cfn → .claude/commands}/list-agents-rebuild.md +0 -0
  124. /package/.claude/commands/{cfn/metrics-summary.md → metrics-summary.md} +0 -0
  125. /package/.claude/commands/{cfn/neural.md → neural.md} +0 -0
  126. /package/.claude/commands/{cfn/parse-epic.md → parse-epic.md} +0 -0
  127. /package/.claude/commands/{cfn/performance.md → performance.md} +0 -0
  128. /package/.claude/commands/{cfn/sparc.md → sparc.md} +0 -0
  129. /package/.claude/commands/{cfn/suggest-improvements.md → suggest-improvements.md} +0 -0
  130. /package/.claude/commands/{cfn/suggest-templates.md → suggest-templates.md} +0 -0
  131. /package/.claude/commands/{cfn/swarm.md → swarm.md} +0 -0
  132. /package/.claude/commands/{cfn/switch-api.md → switch-api.md} +0 -0
  133. /package/.claude/commands/{cfn/workflow.md → workflow.md} +0 -0
  134. /package/{claude-assets/commands/cfn → .claude/commands}/write-plan.md +0 -0
  135. /package/claude-assets/commands/{cfn/CFN_COORDINATOR_PARAMETERS.md → CFN_COORDINATOR_PARAMETERS.md} +0 -0
  136. /package/claude-assets/commands/{cfn/CFN_LOOP_FRONTEND.md → CFN_LOOP_FRONTEND.md} +0 -0
  137. /package/claude-assets/commands/{cfn/README.md → README.md} +0 -0
  138. /package/claude-assets/commands/{cfn/cfn-claude-sync.md → cfn-claude-sync.md} +0 -0
  139. /package/claude-assets/commands/{cfn/cfn-mode.md → cfn-mode.md} +0 -0
  140. /package/claude-assets/commands/{cfn/cfn-optimize-agents.md → cfn-optimize-agents.md} +0 -0
  141. /package/claude-assets/commands/{cfn/github-commit.md → github-commit.md} +0 -0
  142. /package/claude-assets/commands/{cfn/hello-world-tests.md → hello-world-tests.md} +0 -0
  143. /package/claude-assets/commands/{cfn/switch-api.md → switch-api.md} +0 -0
  144. /package/claude-assets/commands/{cfn/workflow.md → workflow.md} +0 -0
@@ -1,80 +0,0 @@
1
- #!/bin/bash
2
-
3
- # CFN Loop Orchestrator with Clean Agent Exit
4
- # Ensures agents exit immediately after reporting confidence
5
- # No waiting mode for implementers/validators - only coordinators
6
-
7
- set -euo pipefail
8
-
9
- # Configuration
10
- SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
11
- PROJECT_ROOT="$(cd "$SCRIPT_DIR/../.." && pwd)"
12
-
13
- # Default values
14
- TASK_ID=""
15
- MODE="standard"
16
- LOOP3_AGENTS=""
17
- LOOP2_AGENTS=""
18
- PRODUCT_OWNER=""
19
- MAX_ITERATIONS=5
20
- PHASE_ID=""
21
- EPIC_CONTEXT=""
22
- PHASE_CONTEXT=""
23
- SUCCESS_CRITERIA=""
24
- AGENT_TYPE="implementer"
25
- TIMEOUT=300
26
-
27
- # ... [Rest of the argument parsing and setup code remains the same]
28
-
29
- # Product Owner Decision Section
30
- if [[ "$consensus_reached" == "true" ]]; then
31
- if [[ -n "$PRODUCT_OWNER" ]]; then
32
- # Get comprehensive context for Product Owner
33
- local epic_context=$(redis-cli get "swarm:${TASK_ID}:epic-context" 2>/dev/null || echo "{}")
34
- local success_criteria=$(redis-cli get "swarm:${TASK_ID}:success-criteria" 2>/dev/null || echo "{}")
35
-
36
- # Build context safely with default values
37
- local epic_goal=$(echo "$epic_context" | jq -r '.epicGoal // "Build system components"' 2>/dev/null || echo "Build system components")
38
- local criteria_list=$(echo "$success_criteria" | jq -r '.acceptanceCriteria[]? // "- Meet requirements"' 2>/dev/null || echo "- Meet requirements")
39
-
40
- local po_context
41
- printf -v po_context "Product Owner decision for iteration %s
42
-
43
- Epic Goal: %s
44
-
45
- Success Criteria:
46
- %s
47
-
48
- Loop Results:
49
- - Iteration: %s
50
- - Loop 3 Confidence: %s
51
- - Loop 2 Consensus: %s
52
- - Gate Threshold: %s
53
- - Consensus Threshold: %s
54
-
55
- Your decision options:
56
- 1. PROCEED - Implementation meets all requirements
57
- 2. ITERATE - Needs additional work with specific feedback
58
- 3. ABORT - Critical issues, cannot proceed
59
-
60
- Requirements:
61
- - Verify all deliverables exist and meet acceptance criteria
62
- - Ensure implementation quality meets standards
63
- - Consider business value and strategic alignment
64
-
65
- Task ID: %s" \
66
- "$iteration" \
67
- "$epic_goal" \
68
- "$criteria_list" \
69
- "$iteration" \
70
- "${loop3_confidence:-"N/A"}" \
71
- "${loop2_consensus:-"N/A"}" \
72
- "$GATE_THRESHOLD" \
73
- "$CONSENSUS_THRESHOLD" \
74
- "$TASK_ID"
75
-
76
- # Rest of the script (Spawn Product Owner, handle decision) remains the same
77
- fi
78
- fi
79
-
80
- # Remaining script continues with other orchestration logic