Package Exports
- @ranger-testing/opencode-plugin
Readme
Ranger OpenCode Plugin
Ranger hooks for OpenCode sessions. Use this plugin to track features and run browser verification from OpenCode.
Install
- Install the Ranger CLI.
npm install -g @ranger-testing/ranger-cli- Run setup from your project root.
ranger setup --opencodeThis writes opencode.json with the plugin entry and completes authentication.
- Start OpenCode and run the
ranger_enabletool to enable hooks.
Manual config
If you prefer to edit the config yourself, add this to opencode.json:
{
"$schema": "https://opencode.ai/config.json",
"plugin": ["@ranger-testing/opencode-plugin"]
}