release
01Command Claude Code
Ship a new Outrider release — tag the merge commit, move the @v1 pointer, push both, and create the GitHub Release. Use after a PR merges to main that changes action behavior.
Command Claude Code
Ship a new Outrider release — tag the merge commit, move the @v1 pointer, push both, and create the GitHub Release. Use after a PR merges to main that changes action behavior.
Hook Claude Code
Runs before the agent uses a tool for Bash tool calls, executing pre-bash-gate.sh. From remyxai/outrider.
Hook Claude Code
Runs after a tool call finishes for Edit and Write tool calls, executing post-write-remind.sh. From remyxai/outrider.
Settings file Claude Code
Agent settings declaring 2 hook events (PreToolUse, PostToolUse).
Skill Claude CodeCodex
Trigger, debug, and interpret Outrider Action runs on target repos as part of Claude-Code-driven paper-to-code work. Covers manual dispatch patterns, using remyxai-cli to scope paper search, fetching run logs and RUN SUMMARY JSON to interpret outcomes, checking GitHub coordination signals (existing PRs/Issues…
Skill Claude CodeCodex
Guidance for using remyxai-cli — managing research interests, querying paper recommendations, dispatching Outrider action runs, and running batched design-review cycles. Trigger when the user mentions Outrider, GitRank, paper recommendations, remyxai commands, or research-implementation workflows against a target repo.
Instructions file GitHub Copilot
Editing action.yml, the composite-action definition.
Instructions file GitHub Copilot
Rules for editing src/run.py, the monolithic main logic file.
Instructions file GitHub Copilot
Conventions for adding or modifying tests.
Instructions file CodexOpenCode
Instructions for remyxai/outrider, covering agents.md — outrider, what this project is, build & test, architecture at a glance and backend routing (provider input).