VSCode extension + opencode agent to auto-implement the function at cursor (via opencode.completeFunction).
Flat implement.md stored in this repo.
mkdir -p ~/.config/opencode/agents
ln -sfn "$(pwd)/implement.md" ~/.config/opencode/agents/implement.mdsrc/extension.ts provides task tracking, status bar, and opencode.completeFunction commands.
Install the OpenCode extension from the marketplace or:
code --install-extension <path-to-opencode.vsix>- Install rtk