We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
docs: add fancy navigation footers to all wiki pages Implemented hybrid footer approach: - Card-Style footer (comprehensive navigation) for main pages: * Home.md * 01-Installation-Guide.md * 03-Integration-Guide.md * 07-TROUBLESHOOTING.md * 10-Complete-Feature-List.md * 11-Agent-Integrations-Guide.md * 12-Using-Agents-in-Other-Repositories.md * Memory-Hooks-Complete-Guide.md - Minimal footer (one-liner) for reference pages: * 02-Platform-Setup-Guide.md * 04-Advanced-Configuration.md * 05-Performance-Optimization.md * 06-Development-Reference.md * 08-FAQ.md * 09-Examples.md * OAuth-2.1-Setup-Guide.md * Web-Dashboard-Guide.md * Context-Provider-Workflow-Automation.md Footer features: - 📚 Documentation links (Home, Installation, Integration, Troubleshooting) - 🚀 Features links (All 33 Features, Memory Hooks, Web Dashboard, OAuth) - 🤖 Automation links (Agent Guide, Cross-Repo Setup, Context Provider) - 🌟 Community links (GitHub, Discussions, Issues, Contribute) - Tagline: "Zero database locks • 5ms reads • 85% accurate memory triggers" - MIT License link Pure Markdown formatting for maximum compatibility 🤖 Generated with Claude Code (https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
docs: add cross-repository agent usage guide - Created 12-Using-Agents-in-Other-Repositories.md with comprehensive migration guide - Added language-specific guides for Python, Node.js, Rust, and Go - Included portability matrix showing what works as-is vs needs adaptation - Provided configuration templates and migration checklists - Added quick start instructions for Python projects (30 min setup) - Documented effort estimates: Node.js (2-3h), Rust (4-6h), Go (6-8h) - Updated 11-Agent-Integrations-Guide.md with cross-reference section - Updated Home.md with navigation link Key additions: - Portability overview: 95% portable (Amp CLI), 70% (Release Manager), 60% (Quality Guard) - .claude/project.json configuration schema - Agent-by-agent adaptation instructions - Language-specific script rewrite examples - Troubleshooting common cross-repo issues 🤖 Generated with Claude Code (https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>