mirror of
https://github.com/Egonex-AI/Understand-Anything.git
synced 2026-06-22 10:58:03 +08:00
Previously, PROJECT_ROOT was always set to CWD, which broke on alternative CLIs (e.g. OpenClaw) that set CWD to their own workspace directory. Now Phase 0 parses $ARGUMENTS for a non-flag directory path and uses it as PROJECT_ROOT, falling back to CWD when omitted. Closes #90 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>