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

lsm / HyperNeo / 31149186378
40%

Build:
DEFAULT BRANCH: dev
Ran 07 Aug 2026 05:01AM UTC
Jobs 20
Files 624
Run time 2min
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

07 Aug 2026 05:00AM UTC coverage: 39.852%. First build
31149186378

push

github

web-flow
fix(space): recover preset worker agents orphaned from template tracking (#2363)

* fix(space): recover preset worker agents orphaned from template tracking

Preset agents that lost template tracking (template_name/template_hash NULL)
were invisible to drift detection, so their prompts silently went stale (e.g.
the NeoKai→HyperNeo rebrand never propagated to seeded spaces) and there was
no UI reset path.

- getAgentDriftReport now includes preset-named rows with null templateName as
  `orphaned` entries; syncFromTemplate/getTemplateSyncPreview re-attach by name
  lookup so the existing Apply flow fixes them.
- Editor gains an edit-mode "Reset to <Preset> default" button that reloads the
  preset's description/tools/customPrompt and re-stamps tracking on save.
- Migration 170 re-backfills tracking on orphaned rows (M106 is one-shot/marked
  and can't catch rows re-orphaned by later edits), stamping the row hash so
  divergent rows surface as updateAvailable rather than silently in-sync.

Tests: daemon unit (manager drift/sync/preview re-attach + migration-170) and
web (editor reset button).

* fix(space): align getTemplateSyncPreview.customized with orphaned drift semantics

For an orphaned (re-attached) row storedHash is null, so the row-vs-stored
comparison was unconditionally true. Mirror getAgentDriftReport's orphaned
branch: customized means "the row diverges from the current preset"
(rowHash !== liveHash), not the meaningless row-vs-null check. Harmless today
(no agent UI consumes preview.customized) but removes the misleading value.
Adds a preview test mirroring the drift-report orphaned cases.

* fix(space): leave divergent preset rows as orphans in M170 backfill

M170 stamped template_hash to each orphaned preset row's own fingerprint,
which made the drift report's `customized` signal always false for those
rows. The UI then offered a direct "Apply" (generic confirm only) that
could overwrite a user's local edits with no field-level diff revie... (continued)

19319 of 55389 branches covered (34.88%)

Branch coverage included in aggregate %.

27 of 67 new or added lines in 5 files covered. (40.3%)

28977 of 65800 relevant lines covered (44.04%)

276.53 hits per line

Uncovered Changes

Lines Coverage ∆ File
24
15.79
packages/daemon/src/lib/space/managers/space-agent-manager.ts
14
30.61
packages/daemon/src/storage/schema/m172-backfill-orphaned-preset-agents.ts
2
75.9
packages/web/src/components/space/SpaceWorkerAgentList.tsx
Jobs
ID Job ID Ran Files Coverage
1 daemon-online-agent-sdk - 31149186378.1 07 Aug 2026 05:02AM UTC 350
12.13
GitHub Action Run
2 daemon-online-git - 31149186378.2 07 Aug 2026 05:02AM UTC 350
9.9
GitHub Action Run
3 daemon-online-rewind-1 - 31149186378.3 07 Aug 2026 05:03AM UTC 350
12.15
GitHub Action Run
4 daemon-online-lifecycle - 31149186378.4 07 Aug 2026 05:02AM UTC 350
12.47
GitHub Action Run
5 daemon-online-features-2 - 31149186378.5 07 Aug 2026 05:02AM UTC 350
12.3
GitHub Action Run
6 daemon-online-features-1 - 31149186378.6 07 Aug 2026 05:02AM UTC 350
12.68
GitHub Action Run
7 daemon-online-rpc-3 - 31149186378.7 07 Aug 2026 05:02AM UTC 350
10.1
GitHub Action Run
8 daemon-online-space-2 - 31149186378.8 07 Aug 2026 05:04AM UTC 350
19.41
GitHub Action Run
9 daemon-online-sdk - 31149186378.9 07 Aug 2026 05:02AM UTC 350
12.11
GitHub Action Run
10 daemon-online-space-1 - 31149186378.10 07 Aug 2026 05:02AM UTC 350
19.23
GitHub Action Run
11 daemon-online-coordinator - 31149186378.11 07 Aug 2026 05:01AM UTC 340
1.2
GitHub Action Run
12 daemon-online-rpc-2 - 31149186378.12 07 Aug 2026 05:03AM UTC 350
13.02
GitHub Action Run
13 daemon-online-components - 31149186378.13 07 Aug 2026 05:01AM UTC 350
9.15
GitHub Action Run
14 daemon-online-websocket - 31149186378.14 07 Aug 2026 05:01AM UTC 350
9.25
GitHub Action Run
15 web - 31149186378.15 07 Aug 2026 05:02AM UTC 274
75.32
GitHub Action Run
16 daemon-online-convo - 31149186378.16 07 Aug 2026 05:03AM UTC 350
12.06
GitHub Action Run
17 daemon-online-rpc-1 - 31149186378.17 07 Aug 2026 05:02AM UTC 350
10.05
GitHub Action Run
18 daemon-online-rpc-4 - 31149186378.18 07 Aug 2026 05:03AM UTC 350
12.58
GitHub Action Run
19 daemon-online-mcp - 31149186378.19 07 Aug 2026 05:01AM UTC 350
9.49
GitHub Action Run
20 daemon-online-rewind-2 - 31149186378.20 07 Aug 2026 05:02AM UTC 350
12.54
GitHub Action Run
Source Files on build 31149186378
  • Tree
  • List 624
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #31149186378
  • 3deac514 on github
  • Prev Build on dev (#31148714847)
  • Next Build on dev (#31150755556)
  • 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