8ffea10db0
Root cause: committer role had to parse owner/repo from git remote URL, which failed in worktrees with token-embedded URLs. Agent hallucinated a fake PR URL instead of reporting the error. Fix: - planner extracts repoRemote from git remote, stores in frontmatter - repoRemote flows through all roles via graph prompts - committer uses repoRemote directly for tea/API calls - Added Gitea API fallback when tea CLI fails 小橘 <xiaoju@shazhou.work>