• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

umputun / ralphex / 21875544246
81%

Build:
DEFAULT BRANCH: master
Ran 10 Feb 2026 05:33PM UTC
Jobs 1
Files 38
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

10 Feb 2026 05:31PM UTC coverage: 81.055% (+0.1%) from 80.96%
21875544246

push

github

web-flow
feat: Added frontmatter parsing to the review agents (model and type parsing) (#80)

* feat: add agent frontmatter and --model CLI flag for plan mode

Add YAML frontmatter support to agent files for per-agent model and
subagent type control. Wire frontmatter into Task tool expansion so
agents can specify model=haiku or agent=code-reviewer. Add --model
CLI flag that applies to plan creation mode.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* refactor: remove --model CLI flag, keep only agent frontmatter

The --model flag added global model override for plan mode but
frontmatter on agent files is a cleaner per-agent approach.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* refactor: replace hand-rolled frontmatter parsing with yaml.Unmarshal

Use yaml.v3 struct tags on Options instead of strings.Cut + switch loop.
Replace index arithmetic with strings.CutPrefix + strings.Cut for
delimiter splitting. Add closing delimiter validation (must be on its
own line), Options.Validate() with model warnings, and comprehensive
edge-case tests.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* fix: drop invalid frontmatter options instead of passing them through

When agent options fail validation (e.g. unknown model), reset to
zero Options so defaults are used. Previously invalid values were
warned about but still passed to the Task tool prompt.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* fix: update stale glamour checksum in go.sum

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* style: align CustomAgent struct field formatting

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* docs: add agent frontmatter options to README and CLAUDE.md

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* feat: log agent model and subagent type during review expansion

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* style: apply gofmt formatting

Co-Authored-By: Claude Opus 4.6 <noreply@anthr... (continued)

75 of 77 new or added lines in 3 files covered. (97.4%)

5 existing lines in 2 files now uncovered.

5378 of 6635 relevant lines covered (81.06%)

197.67 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
2
87.13
-0.51% pkg/config/agents.go

Uncovered Existing Lines

Lines Coverage ∆ File
1
88.33
-0.27% pkg/web/session_manager.go
4
77.72
-2.17% pkg/web/watcher.go
Jobs
ID Job ID Ran Files Coverage
1 21875544246.1 10 Feb 2026 05:33PM UTC 38
81.06
GitHub Action Run
Source Files on build 21875544246
  • Tree
  • List 38
  • Changed 5
  • Source Changed 0
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 0415e99b on github
  • Prev Build on master (#21853992369)
  • Next Build on master (#21876822396)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc