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

valksor / kvelmo / 23419412497
52%

Build:
DEFAULT BRANCH: master
Ran 23 Mar 2026 02:56AM UTC
Jobs 3
Files 337
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

23 Mar 2026 02:30AM UTC coverage: 51.3% (-0.8%) from 52.116%
23419412497

push

github

k0d3r1s
Add intelligent orchestration features across conductor, quality, and web UI

18 features that make kvelmo's lifecycle orchestration smarter, safer,
and more observable. Covers the full stack: Go packages, socket RPCs,
and web frontend.

## Per-Phase Intelligence

- Per-phase agent specialization: Configure different agents per
  lifecycle phase via agent.phase_agent settings. The conductor resolves
  overrides and the worker pool matches jobs to workers by agent name,
  falling back to any available worker.

- Router-based adaptive progression: After each phase completes, a
  PhaseRouter evaluates the output and decides advance/retry/skip/
  rollback. DefaultRouter always advances; the interface enables custom
  routing strategies. Route decisions tracked in WorkUnit history.

- Per-phase guardrails: Configurable pre/post validation checks per
  phase. Built-in: require-spec (blocks implement without specs) and
  max-diff-size (warns on large diffs). Violations become structured
  findings with state rollback on blocking failures.

## Quality & Safety

- Hold-the-line quality gating: Findings classified as introduced vs
  pre-existing based on git diff hunk analysis. Only agent-introduced
  issues block progression; inherited tech debt reported as
  informational. Enabled by default.

- Slop detection: AI-specific code smell checker catches boilerplate
  phrases in comments, excessive comment-to-code ratio, redundant error
  wrapping, commented-out code, and ignored errors without justification.

- Secret redaction: Strips secrets (AWS keys, GitHub tokens, API keys,
  private keys, JWT) from content before sending to LLM APIs. Uses
  same detection patterns as SecretScanner. Invalid custom patterns
  logged at warn level.

- Multi-agent consensus: Dispatch same review prompt to N agents in
  parallel, deduplicate findings by file+line+rule proximity with
  DetectedBy attribution. Deterministic agent ordering for reproducible
  output.

## Automation
... (continued)

801 of 1350 branches covered (59.33%)

Branch coverage included in aggregate %.

833 of 2253 new or added lines in 39 files covered. (36.97%)

8 existing lines in 3 files now uncovered.

21965 of 43028 relevant lines covered (51.05%)

0.87 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
3
67.12
-1.41% pkg/memory/indexer.go
4
84.91
-3.33% pkg/settings/cascade.go
6
81.25
pkg/git/diff_hunks.go
8
27.09
-0.05% pkg/conductor/conductor_submit.go
8
48.64
-0.28% pkg/settings/storage.go
8
51.33
-0.18% pkg/socket/worktree.go
11
63.72
-6.87% pkg/agent/recorder/scratchpad.go
11
74.14
-7.05% pkg/conductor/context.go
13
63.44
-2.9% pkg/conductor/conductor_plan.go
14
58.76
-4.82% pkg/conductor/conductor_review.go
15
77.61
pkg/eventlog/eventlog.go
16
72.5
-18.13% pkg/ciwatch/watcher.go
19
78.09
-4.75% pkg/memory/store.go
23
33.41
-1.69% pkg/conductor/conductor_implement.go
26
67.54
-4.91% web/src/stores/projectStore.ts
33
2.62
-0.14% pkg/conductor/conductor_graph.go
33
29.79
pkg/conductor/conductor_hold_the_line.go
36
67.86
-8.46% pkg/conductor/conductor_state.go
36
62.5
pkg/policy/guardrail.go
38
75.32
pkg/codegraph/parser.go
38
0.0
pkg/conductor/conductor_specwatch.go
41
75.0
-4.15% pkg/worker/pool.go
47
71.52
pkg/quality/slop.go
51
37.86
-1.62% pkg/conductor/conductor_quality.go
59
6.35
pkg/conductor/conductor_learning.go
68
0.0
pkg/conductor/conductor_resume.go
75
0.0
pkg/conductor/conductor_guardrail.go
80
63.47
pkg/codegraph/graph.go
82
29.85
-4.72% pkg/conductor/conductor_job.go
93
0.0
pkg/socket/worktree_graph.go
96
10.28
pkg/conductor/router.go
103
36.42
pkg/conductor/conductor_consensus.go
226
12.74
pkg/conductor/conductor_cifix.go

Uncovered Existing Lines

Lines Coverage ∆ File
1
51.33
-0.18% pkg/socket/worktree.go
2
89.24
0.0% pkg/agent/codex/jsonrpc.go
5
64.38
-1.71% pkg/socket/server.go
Jobs
ID Job ID Ran Files Coverage
1 go-coverage - 23419412497.1 23 Mar 2026 03:02AM UTC 306
50.35
GitHub Action Run
2 tauri-coverage - 23419412497.2 23 Mar 2026 02:56AM UTC 3
26.57
GitHub Action Run
3 web-coverage - 23419412497.3 23 Mar 2026 02:56AM UTC 28
65.25
GitHub Action Run
Source Files on build 23419412497
  • Tree
  • List 337
  • Changed 26
  • Source Changed 24
  • Coverage Changed 26
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #23419412497
  • e2b26c4d on github
  • Prev Build on master (#23415557731)
  • Next Build on master (#23471163553)
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