JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 162
  • Score
    100M100P100Q91700F
  • License MIT

Ranger plugin for OpenCode - feature tracking hooks for AI coding sessions

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

  1. Install the Ranger CLI.
npm install -g @ranger-testing/ranger-cli
  1. Run setup from your project root.
ranger setup --opencode

This writes opencode.json with the plugin entry and completes authentication.

  1. Start OpenCode and run the ranger_enable tool 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"]
}