Remyx Outrider
Version updated for https://github.com/remyxai/outrider to version v1.7.34.
- This action is used across all versions by 2 repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
This GitHub Action automates the process of validating and comparing new machine learning methods against existing codebases. It schedules runs weekly or allows for ad-hoc dispatches based on user inputs, providing self-review notes, issues, and a selection narrative in the step summary. The action uses pluggable model backends like Anthropic Opus and z.ai GLM-5.2 to evaluate candidates, with options for branch-only mode and cost considerations.
What’s Changed
New
AI-agent scaffolding (PR #99) — the meta-layer around the codebase so future AI-agent sessions load context on entry instead of re-deriving it. Score under paladini/harness-score: L0 → L2 · 70%.
Landed:
AGENTS.mdat repo root — architecture, build & test, backend routing, chain phases, release conventions, guardrails.- Scoped rules per code area —
.github/instructions/*.instructions.mdforsrc/run.py,tests/,action.yml. - Two Claude Code skills —
outrider-experimentation(user-facing field guide: dispatch patterns, log parsing, coordination checks, fidelity audit reading) andremyxai-cli(CLI context). /releaseslash command codifying the tag → push →gh release create→ v1-move sequence.- Hooks —
PreToolUseBash gate (denies force-push main,--no-verify, destructiverm -rf,git reset --hard main) andPostToolUsereminders aftersrc/run.py/action.yml/docs/edits.
Fixed
docs term drift — docs/customization.md referenced pin-method as if it were a real action input; the actual input is search-method. Fixed so the docs match action.yml and the Unexpected input(s) 'pin-method' warning stops appearing on smoke workflows generated from the doc’s example shape.
Compatibility
Backward-compatible. No runtime code changes; scaffolding is entirely additive. remyxai/outrider@v1 now points to v1.7.34.