We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
docs: standardize installation to ~/.local/bin and fix tar extraction - Unify all installation methods to use ~/.local/bin (XDG compliant) - Remove /usr/local/bin references (requires sudo, not consistent) - Extract only binary from tar.gz using tar xz -O (no extra files) - Add automated install.sh script - Fix config path: ~/.tools-config (not ~/.tool-configs) - Add explanations for why ~/.local/bin is preferred This resolves confusion from multiple installation paths and prevents leaving README.md and LICENSE files in user's system.
Updated Installation Guide (markdown)
docs: fix pre-built binary installation instructions - Remove incorrect tar.gz extraction commands - Add platform-specific examples for all supported platforms - Use direct binary downloads with -O flag - Add Windows PowerShell instructions Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
docs: migrate documentation to GitHub Wiki Migrate all project documentation to GitHub Wiki for better organization and community contribution. Added pages: - Home.md (Wiki landing page with navigation) - Installation-Guide.md (installation instructions) - Configuration-Guide.md (configuration reference) - Quick-Start.md (quick start guide) - Basic-Usage.md (usage examples) - Troubleshooting.md (common issues and solutions) - CI-CD-Integration.md (CI/CD pipeline integration) - Technical-Specification.md (project specification) - Architecture-Overview.md (system architecture) - Implementation-Status.md (feature completion status) - API-Reference.md (internal API documentation) All internal links updated to use Wiki page references. README.md in main repo updated to point to Wiki pages. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Initial Home page