docs(phase-04): complete phase execution — verified 5/5 must-haves #248
Annotations
3 errors
|
e2e
Process completed with exit code 1.
|
|
tests/e2e/install.test.ts > install file structure (E2E-03) > installs exactly 15 agent .md files:
packages/cli/tests/e2e/install.test.ts#L21
AssertionError: expected [ 'AGENTS.md', 'executor.md', …(3) ] to have a length of 15 but got 5
- Expected
+ Received
- 15
+ 5
❯ tests/e2e/install.test.ts:21:19
|
|
tests/e2e/install.test.ts > install file structure (E2E-03) > installs exactly 38 command .md files:
packages/cli/tests/e2e/install.test.ts#L13
AssertionError: expected [ 'debug.md', 'execute.md', …(7) ] to have a length of 38 but got 9
- Expected
+ Received
- 38
+ 9
❯ tests/e2e/install.test.ts:13:19
|