Skip to content

History / Home

Revisions

  • feat(wiki): rebuild for v3.10.1 — 18 focused pages from current docs

    @ruvnet ruvnet committed May 25, 2026
  • chore(wiki): wipe v2-era content — rebuilding for v3.10.x

    @ruvnet ruvnet committed May 25, 2026
  • 🔖 Checkpoint: Edit /workspaces/claude-code-flow/claude-flow-wiki/Home.md

    @ruvnet ruvnet committed Sep 18, 2025
  • 🔖 Checkpoint: Edit /workspaces/claude-code-flow/claude-flow-wiki/Home.md

    @ruvnet ruvnet committed Sep 18, 2025
  • 📚 Update wiki: Add AI Modules section and simplify neural/goal documentation - Added AI Modules section to Home.md navigation - Updated Neural-Module.md to remove config.json and README.md references - Updated Goal-Module.md to remove config.json and README.md references - Simplified documentation to reflect that only agent .md files are created

    @ruvnet ruvnet committed Sep 18, 2025
  • 🔖 Checkpoint: Edit /workspaces/claude-code-flow/claude-flow-wiki/Home.md

    @ruvnet ruvnet committed Aug 13, 2025
  • 📊 Alpha-89: Add Token Tracking & Telemetry System Documentation ✅ CONFIRMED WORKING - Real Claude API token tracking implemented 🆕 New Documentation: - Token-Tracking-Telemetry.md: Comprehensive telemetry guide with real examples - Updated CLAUDE.md: Added telemetry section with working commands - Updated Home.md: References to new telemetry features 🎯 Key Features Documented: - Real token tracking with actual Claude API data capture - Cost analysis with Claude 3 pricing models - Multi-mode support (interactive, non-interactive, hybrid) - Session monitoring and live cost tracking - Zero interference with interactive mode 📊 Real Token Data Example: { "input_tokens": 4, "cache_creation_input_tokens": 30310, "cache_read_input_tokens": 0, "output_tokens": 1 } 🔧 Working Commands: - analysis setup-telemetry - analysis token-usage --breakdown --cost-analysis - analysis claude-monitor - analysis claude-cost 🚀 Status: Ready for production use with enterprise-grade documentation Generated with Claude Code Co-Authored-By: Claude <noreply@anthropic.com>

    @ruvnet ruvnet committed Aug 13, 2025
  • Enhance documentation for Truth Verification System and Pair Programming System. Add detailed initialization commands, verification modes, and system architecture. Include examples for real-time verification, truth scoring, and rollback management. Update configuration options and best practices for optimal usage.

    @ruvnet ruvnet committed Aug 12, 2025
  • Enhance Benchmark System documentation with new guides and quick reference for SWE-bench integration

    @ruvnet ruvnet committed Aug 7, 2025
  • Update performance metrics and add Benchmark System documentation

    @ruvnet ruvnet committed Aug 6, 2025
  • docs: Update Stream Chaining documentation with technical details and improved workflow examples

    @ruvnet ruvnet committed Aug 5, 2025
  • docs: Add Stream Chaining Technical Details documentation and update Home.md

    @ruvnet ruvnet committed Aug 5, 2025
  • feat: Introduce MLE-STAR Workflow and Stream-JSON Chaining documentation - Added comprehensive documentation for the MLE-STAR workflow, detailing its phases, architecture, and execution process. - Included command-line examples for quick start and advanced options. - Documented the Stream-JSON chaining feature, explaining its benefits, implementation details, and usage patterns. - Provided architecture diagrams and examples for various chaining scenarios. - Enhanced troubleshooting and best practices sections for both MLE-STAR and Stream-JSON chaining.

    @ruvnet ruvnet committed Aug 5, 2025
  • docs: add non-interactive mode and automation tutorials - Add comprehensive Non-Interactive Mode guide - Add GitHub Actions Integration tutorial - Add WebSocket Server tutorial with headless deployment - Update Home page with new documentation links 🤖 Generated with Claude Code (https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>

    @ruvnet ruvnet committed Jul 31, 2025
  • docs: Add comprehensive GitHub Hooks documentation - Created new GitHub-Hooks.md wiki page with detailed overview - Updated Home.md to include GitHub-enhanced init in features - Added GitHub Hooks section to GitHub-Integration.md - Documented both standard and GitHub-enhanced init commands - Included migration guides and team collaboration workflows - Added troubleshooting and best practices sections This documentation covers the new automatic GitHub release feature that creates checkpoints for every file edit, task, and session.

    @ruvnet ruvnet committed Jul 30, 2025
  • 📚 Alpha.73: Complete Agent System Wiki Documentation ✅ COMPREHENSIVE WIKI UPDATES - Updated version references from alpha.53 to alpha.73 - Added prominent agent system section on home page - Created Agent-Categories.md with all 16 categories detailed 📋 AGENT DOCUMENTATION IMPROVEMENTS - Agent System Overview linked prominently - Agent Usage Guide with concurrent patterns - NEW: Agent Categories page with detailed breakdowns - Featured agent categories on home page - Quick examples for agent deployment 🎯 KEY FEATURES HIGHLIGHTED - 64 specialized AI agents across 16 categories - Concurrent execution patterns and examples - Complete category reference with usage examples - Links between all agent documentation pages 🔗 NAVIGATION IMPROVEMENTS - Agent system now featured after key features - Direct links to all three agent documentation pages - Category breakdown easily accessible - Version consistency throughout (alpha.73)

    @ruvnet ruvnet committed Jul 25, 2025
  • 🚀 Alpha.73: Complete 64-Agent System Documentation & Claude Commands Framework ## Major Updates ### 📚 Agent System Documentation - Added comprehensive 64-agent system documentation to Home.md - Created links to Agent-System-Overview and Agent-Usage-Guide pages - Updated key features to highlight complete agent ecosystem - Added quick examples for concurrent agent deployment ### 🛠️ Claude Commands Framework (.claude/) - Added 44 command documentation files across 10 categories: - **Analysis**: Performance reports, bottleneck detection, token usage - **Automation**: Auto-agent spawning, smart spawning, workflow selection - **Coordination**: Swarm initialization, agent spawning, task orchestration - **GitHub**: Code review, issue triage, PR enhancement, repo analysis - **Hooks**: Pre/post task hooks, pre/post edit hooks, session management - **Memory**: Persistence, search, usage management - **Monitoring**: Agent metrics, real-time views, swarm monitoring - **Optimization**: Cache management, parallel execution, topology optimization - **Training**: Neural training, pattern learning, model updates - **Workflows**: Creation, execution, and export capabilities ### 🔧 Configuration & Setup - Added CLAUDE.md with complete project configuration - Added .gitignore for Claude Flow generated files - Added helper scripts for GitHub setup, quick start, and MCP configuration - Added settings.json template for Claude configuration ### 💾 Memory System Documentation - Added README files for memory/agents and memory/sessions directories - Documented persistent storage structure and usage ## Version: Alpha.73 - Complete agent system with 64 specialized agents - Full documentation coverage for all features - Production-ready configuration templates

    @ruvnet ruvnet committed Jul 25, 2025
  • 📚 Alpha.73: Complete Agent System Documentation ✅ COMPREHENSIVE AGENT DOCUMENTATION - Added Agent-System-Overview.md with all 64 agents across 16 categories - Added Agent-Usage-Guide.md with concurrent usage patterns and examples - Updated Home.md with agent system section and quick start guide 📋 DOCUMENTED AGENT CATEGORIES - Core Development (5 agents) - Swarm Coordination (3 agents) - Hive-Mind Intelligence (3 agents) - Consensus & Distributed Systems (7 agents) - Performance & Optimization (6 agents) - GitHub Integration (13 agents) - SPARC Methodology (4 agents) - Testing & Validation (2 agents) - Specialized Development (21 agents across multiple subcategories) 🚀 USAGE EXAMPLES INCLUDED - Full-Stack Development Swarm (8 agents) - Distributed System Swarm (6 agents) - GitHub Workflow Swarm (5 agents) - SPARC TDD Swarm (7 agents) - Performance optimization patterns - Concurrent execution best practices 📊 PERFORMANCE METRICS - File operations: Up to 300% faster - Code analysis: 250% improvement - Test generation: 400% faster - Documentation: 200% improvement 🎯 Key Feature: Complete documentation for alpha.73's 64-agent system

    @ruvnet ruvnet committed Jul 25, 2025
  • Add comprehensive CLAUDE.md Templates collection to wiki 📋 New CLAUDE.md Template System: - Master templates page with organized categories and tables - Web Development template with full-stack parallel patterns - TDD template with Red-Green-Refactor cycle optimization - Updated Home page with prominent templates section 🎯 Template Categories: - Project Types: Web, Mobile, API, AI/ML - Methodologies: TDD, Agile, DDD, CI/CD - Architecture: Microservices, Serverless, Monolithic - Languages: JavaScript, Python, TypeScript, Java - Team Sizes: Solo, Small Team, Enterprise ⚡ Features: - Parallel execution patterns for each use case - Specialized agent coordination strategies - Memory management patterns - Security and compliance guidelines - Performance optimization techniques 🚀 Generated with Claude Code Co-Authored-By: Claude <noreply@anthropic.com>

    @ruvnet ruvnet committed Jul 24, 2025
  • Organize Claude-Flow wiki with comprehensive documentation structure - Updated Home page with professional layout and navigation - Added detailed Installation Guide with troubleshooting - Created comprehensive Quick Start guide - Added Hive-Mind Intelligence deep dive documentation - Established proper wiki structure and cross-references 🚀 Generated with Claude Code Co-Authored-By: Claude <noreply@anthropic.com>

    @ruvnet ruvnet committed Jul 24, 2025
  • Initial Home page

    @ruvnet ruvnet committed Jul 24, 2025