chore: add Codex project guidance and build hook #98
Annotations
10 errors
|
error: ENOENT: no such file or directory:
tests/commands/build.test.ts#L203
at <anonymous> (/home/runner/work/laughing-man/laughing-man/tests/commands/build.test.ts:203:7)
|
|
error: ENOENT: no such file or directory:
tests/commands/build.test.ts#L175
at <anonymous> (/home/runner/work/laughing-man/laughing-man/tests/commands/build.test.ts:175:23)
|
|
error: ENOENT: no such file or directory:
tests/commands/build.test.ts#L150
at <anonymous> (/home/runner/work/laughing-man/laughing-man/tests/commands/build.test.ts:150:23)
|
|
error::
tests/commands/build.test.ts#L139
Expected promise that rejects
Received promise that resolved: Promise { <resolved> }
at <anonymous> (/home/runner/work/laughing-man/laughing-man/tests/commands/build.test.ts:139:15)
|
|
error: expect(received).toBe(expected):
tests/commands/build.test.ts#L120
Expected: true
Received: false
at <anonymous> (/home/runner/work/laughing-man/laughing-man/tests/commands/build.test.ts:120:7)
|
|
error: expect(received).toBe(expected):
tests/commands/build.test.ts#L100
Expected: true
Received: false
at <anonymous> (/home/runner/work/laughing-man/laughing-man/tests/commands/build.test.ts:100:7)
|
|
error: expect(received).toBe(expected):
tests/commands/build.test.ts#L78
Expected: true
Received: false
at <anonymous> (/home/runner/work/laughing-man/laughing-man/tests/commands/build.test.ts:78:7)
|
|
error: expect(received).toBe(expected):
tests/commands/build.test.ts#L48
Expected: true
Received: false
at <anonymous> (/home/runner/work/laughing-man/laughing-man/tests/commands/build.test.ts:48:73)
|
|
error: expect(received).toThrow(expected):
tests/commands/send.test.ts#L114
Expected substring: "Issue #2 has status 'draft'"
Received message: "undefined is not an object (evaluating 'issues.find')"
at <anonymous> (/home/runner/work/laughing-man/laughing-man/tests/commands/send.test.ts:114:15)
|
|
TypeError: undefined is not an object (evaluating 'issues.find'):
src/commands/send.ts#L40
at runSend (/home/runner/work/laughing-man/laughing-man/src/commands/send.ts:40:17)
at async <anonymous> (/home/runner/work/laughing-man/laughing-man/tests/commands/send.test.ts:84:11)
|