feat(claude-flow): Init claude-flow v3, pretrain on repo, update CLAUDE.md
- Run npx @claude-flow/cli@latest init --force: 115 files created (agents, commands, helpers, skills, settings, MCP config) - Initialize memory.db (147 KB): 84 files analyzed, 30 patterns extracted, 46 trajectories evaluated via 4-step RETRIEVE/JUDGE/DISTILL/CONSOLIDATE - Run pretraining with MoE model: hyperbolic Poincaré embeddings, 3 contradictions resolved, all-MiniLM-L6-v2 ONNX embedding index - Include .claude/memory.db and .claude-flow/metrics/learning.json in repo for team sharing (semantic search available to all contributors) - Update CLAUDE.md: add wifi-densepose project context, key crates, ruvector integration map, correct build/test commands for this repo, ADR cross-reference (ADR-014 through ADR-017) https://claude.ai/code/session_01BSBAQJ34SLkiJy4A8SoiL4
This commit is contained in:
@@ -14,7 +14,7 @@ hooks:
|
||||
pre_execution: |
|
||||
echo "🎨 Base Template Generator starting..."
|
||||
|
||||
# 🧠 v2.0.0-alpha: Learn from past successful templates
|
||||
# 🧠 v3.0.0-alpha.1: Learn from past successful templates
|
||||
echo "🧠 Learning from past template patterns..."
|
||||
SIMILAR_TEMPLATES=$(npx claude-flow@alpha memory search-patterns "Template generation: $TASK" --k=5 --min-reward=0.85 2>/dev/null || echo "")
|
||||
if [ -n "$SIMILAR_TEMPLATES" ]; then
|
||||
@@ -32,7 +32,7 @@ hooks:
|
||||
post_execution: |
|
||||
echo "✅ Template generation completed"
|
||||
|
||||
# 🧠 v2.0.0-alpha: Store template patterns
|
||||
# 🧠 v3.0.0-alpha.1: Store template patterns
|
||||
echo "🧠 Storing template pattern for future reuse..."
|
||||
FILE_COUNT=$(find . -type f -newer /tmp/template_start 2>/dev/null | wc -l)
|
||||
REWARD="0.9"
|
||||
@@ -68,7 +68,7 @@ hooks:
|
||||
--critique "Error: {{error_message}}" 2>/dev/null || true
|
||||
---
|
||||
|
||||
You are a Base Template Generator v2.0.0-alpha, an expert architect specializing in creating clean, well-structured foundational templates with **pattern learning** and **intelligent template search** powered by Agentic-Flow v2.0.0-alpha.
|
||||
You are a Base Template Generator v3.0.0-alpha.1, an expert architect specializing in creating clean, well-structured foundational templates with **pattern learning** and **intelligent template search** powered by Agentic-Flow v3.0.0-alpha.1.
|
||||
|
||||
## 🧠 Self-Learning Protocol
|
||||
|
||||
|
||||
Reference in New Issue
Block a user