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

lsm / neokai / 24918265212 / 30
82%
dev: 82%

Build:
DEFAULT BRANCH: dev
Ran 25 Apr 2026 12:43AM UTC
Files 286
Run time 6s
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

25 Apr 2026 12:40AM UTC coverage: 19.498% (+0.1%) from 19.367%
24918265212.30

push

github

web-flow
refactor(space): delete completion-action pipeline + consolidate approval banners (PR 4/5) (#1628)

* refactor(space): delete completion-action runtime pipeline (PR 4/5)

Removes the completion-action executors, pending-action pre-commit,
RPC completion-action intercept, and the `approve_completion_action`
MCP tool. After PR 2/5 every completion path runs through
`PostApprovalRouter`; completion-actions are now dead code.

Workflow-autonomy helper simplifies to a single
`isWorkflowAutoClosingAtLevel(wf, level)` check against the workflow's
`completionAutonomyLevel` — per-node `requiredLevel` on individual
completion actions no longer exists to survey.

Built-in workflows drop their `completionActions` arrays; PR merge
intent flows through the end-node → `send_message(task-agent,
data:{ pr_url, post_approval_action: 'merge_pr' })` → reviewer
post-approval session spawn → `gh pr merge` handoff (PR 3/5).

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

* refactor(web): consolidate task banners into single-slot renderer (PR 4/5)

Collapses the three-way conditional banner stack in `SpaceTaskPane` into
a single-slot precedence-driven renderer, and trims every banner to the
one-line-max rule.

New pieces:
  - `lib/task-banner.ts` — `resolveActiveTaskBanner(task, gates?)`
    returns a discriminated-union ActiveBanner. Precedence:
    blocked > post_approval_blocked > task_completion_pending >
    gate_pending > null.
  - `components/space/use-run-gate-summaries.ts` — shared hook so the
    banner renderer and `PendingGateBanner` reuse one gate-data
    subscription instead of each fetching independently.

`PendingCompletionActionBanner` is deleted with the runtime pipeline
(PR 4/5 §4.1). The "awaiting approval" list filter is repurposed to
match `pendingCheckpointType === 'task_completion'` so the affordance
survives the completion-action deletion.

`TaskStatusActions`'s `pendingCheckpointType` union narrows to
`'gate' | 'task_completion' | null`; ... (continued)

15013 of 76999 relevant lines covered (19.5%)

9.83 hits per line

Source Files on job daemon-online-lifecycle - 24918265212.30
  • Tree
  • List 286
  • Changed 9
  • Source Changed 9
  • Coverage Changed 8
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 24918265212
  • 5b9d7452 on github
  • Prev Job for on dev (#24912906123.27)
  • Next Job for on dev (#24919162887.17)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc