You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test(init): restructure built-in skills describes and cover --built-in + template
Addresses review feedback on PR #60:
- Move the 'built-in skills prompt (interactive init without template)'
and 'built-in skills in non-interactive environments (CI)' describe
blocks out of 'init command template mode' and make them siblings
under a single outer 'init command' describe. The previous nesting
implied these scenarios ran under template mode when they test the
opposite, which is misleading when a single describe is selected
by name.
- Add two test cases in the 'template mode' describe that pin down
the silent-ignore behavior of --built-in when a template is in play:
once with skills declared (template skills install, no built-in
path), once without (no install at all). This closes a previously
untested invariant that future refactors could otherwise break.
No production code changes. 14 init tests across 3 sibling describes.
0 commit comments