Task Summary
Five small frontend gaps, none of them large enough to be worth an issue alone:
build-version.js sits at 8 of 15 lines — the build script that stamps the version manifest. Its file-writing path and its failure handling are unexercised.
user-config.service.ts (60/63) and code-editor.service.ts each have a guard whose second arm is never taken.
agent-registration.component.html is at 7 of 10 branch arms.
notebook-migration.service.ts has one unreached line.
Explicitly out of scope: the six stub-*.service.ts files hold 29 further missed lines but are test doubles, not production code, and one of them is being deleted by the open project-removal work.
Task Type
Was this issue authored using generative AI tooling?
Generated-by: Claude Code (Opus 5)
Task Summary
Five small frontend gaps, none of them large enough to be worth an issue alone:
build-version.jssits at 8 of 15 lines — the build script that stamps the version manifest. Its file-writing path and its failure handling are unexercised.user-config.service.ts(60/63) andcode-editor.service.tseach have a guard whose second arm is never taken.agent-registration.component.htmlis at 7 of 10 branch arms.notebook-migration.service.tshas one unreached line.Explicitly out of scope: the six
stub-*.service.tsfiles hold 29 further missed lines but are test doubles, not production code, and one of them is being deleted by the open project-removal work.Task Type
Was this issue authored using generative AI tooling?
Generated-by: Claude Code (Opus 5)