mirror of
https://github.com/msitarzewski/agency-agents.git
synced 2026-09-05 09:40:51 +03:00
resolve_dest() for claude-code now appends /agents to CLAUDE_CONFIG_DIR (the config root that replaces ~/.claude); a value already ending in /agents is used verbatim and a trailing slash is stripped. detect_claude_code() honors CLAUDE_CONFIG_DIR so relocated configs are detected. Three regression cases in scripts/test-install.sh. Fixes #578. The diagnosis and the same fix were first proposed by @halindrome in #579 (June); this lands the current-main version with tests. Co-Authored-By: Shane McCarron <520688+halindrome@users.noreply.github.com> Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>