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

lsm / neokai / 24912906123 / 3
82%
dev: 82%

Build:
DEFAULT BRANCH: dev
Ran 24 Apr 2026 09:36PM UTC
Files 288
Run time 13s
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

24 Apr 2026 09:33PM UTC coverage: 26.375% (+0.07%) from 26.303%
24912906123.3

push

github

web-flow
fix(daemon): wrap builtin skills as SDK plugins so /playwright works

* fix(daemon): wrap builtin skills as SDK plugins so /playwright works

The Claude Agent SDK's `plugins: [{ type: 'local', path }]` loader
silently drops entries whose directories lack `.claude-plugin/plugin.json`.
Our builtin skills live at `~/.neokai/skills/<name>/` in the agent-skills
layout (SKILL.md at root), not the plugin layout, so the SDK was skipping
them and `/playwright` returned "Unknown command".

Materialise a wrapper plugin at `~/.neokai/skill-plugins/<name>/` with the
manifest the SDK requires plus a `skills/<name>/` symlink back to the real
skill directory. Point `buildPluginsFromBuiltinSkills()` at the wrapper.
User-visible skill directories are unchanged.

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

* fix(daemon): use isBuiltinSkillConfig guard in ensureBuiltinPluginWrappers

Replace the manual `as { type: 'builtin'; commandName: string }` cast with
the existing `isBuiltinSkillConfig` type guard from @neokai/shared. The
guard both narrows the config properly and pairs with the sourceType check
to defend against any hypothetical drift between sourceType and config.type.

Addresses review feedback on PR #1627.

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

---------

Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>

20237 of 76728 relevant lines covered (26.37%)

13.24 hits per line

Source Files on job daemon-online-space-1 - 24912906123.3
  • Tree
  • List 288
  • Changed 5
  • Source Changed 3
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 24912906123
  • b8be2c48 on github
  • Prev Job for on dev (#24909814896.27)
  • Next Job for on dev (#24918265212.25)
  • Delete
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