feat(cli): add agent skills setup flow #73
Annotations
2 errors and 2 warnings
|
test (windows-latest)
Process completed with exit code 1.
|
|
tests/agent.test.ts > agent commands > runs the skills installer through Execa:
packages/cli/tests/agent.test.ts#L259
AssertionError: expected "vi.fn()" to be called with arguments: [ 'npx', …(2) ]
Received:
1st vi.fn() call:
@@ -7,13 +7,14 @@
"prisma/skills",
"--skill",
"prisma-compute",
"--agent",
"codex",
+ "--copy",
"--yes",
],
- ObjectContaining {
+ {
"cancelSignal": AbortSignal {
Symbol(kEvents): Map {},
Symbol(events.maxEventTargetListeners): 0,
Symbol(events.maxEventTargetListenersWarned): false,
Symbol(kHandlers): Map {},
Number of calls: 1
❯ tests/agent.test.ts:259:19
|
|
test (ubuntu-latest)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
test (windows-latest)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|