Task Description
AGENTS.md references install.sh at the wrong path (packages/opencode/script/install.sh — should be ./script/install.sh from repo root). Additionally, the build and install section lacks explicit guidance on which agent handles which step, causing confusion and failed installations.
What needs fixing
- Wrong path: AGENTS.md line 332-333 references packages/opencode/script/install.sh but the script is at repo root ./script/install.sh
- Missing agent responsibilities: No guidance on who does what (ops builds, but cp/codesign requires different permissions)
- install.sh installs to ~/bin/opencode-new: AGENTS.md does not mention this candidate/stable binary pattern or the promotion step
- Build is run from packages/opencode, install from repo root: The directory navigation between steps is unclear
Quality Gates (Non-Negotiable)
Acceptance Criteria
Task Description
AGENTS.md references install.sh at the wrong path (packages/opencode/script/install.sh — should be ./script/install.sh from repo root). Additionally, the build and install section lacks explicit guidance on which agent handles which step, causing confusion and failed installations.
What needs fixing
Quality Gates (Non-Negotiable)
Acceptance Criteria