Running Copilot coding agent #448
Annotations
10 errors
|
copilot
@objectstack/spec#build: command (/home/runner/work/spec/spec/packages/spec) /home/runner/work/_temp/ghcca-node/node/bin/pnpm run build exited (1)
|
|
copilot
@objectstack/spec#build: command (/home/runner/work/spec/spec/packages/spec) /home/runner/work/_temp/ghcca-node/node/bin/pnpm run build exited (1)
|
|
copilot
@objectstack/spec#build: command (/home/runner/work/spec/spec/packages/spec) /home/runner/work/_temp/ghcca-node/node/bin/pnpm run build exited (1)
|
|
copilot
@objectstack/spec#build: command (/home/runner/work/spec/spec/packages/spec) /home/runner/work/_temp/ghcca-node/node/bin/pnpm run build exited (1)
|
|
copilot
@objectstack/spec#build: command (/home/runner/work/spec/spec/packages/spec) /home/runner/work/_temp/ghcca-node/node/bin/pnpm run build exited (1)
|
|
copilot
@objectstack/spec#build: command (/home/runner/work/spec/spec/packages/spec) /home/runner/work/_temp/ghcca-node/node/bin/pnpm run build exited (1)
|
|
copilot
@objectstack/spec#build: command (/home/runner/work/spec/spec/packages/spec) /home/runner/work/_temp/ghcca-node/node/bin/pnpm run build exited (1)
|
|
copilot
@objectstack/spec#build: command (/home/runner/work/spec/spec/packages/spec) /home/runner/work/_temp/ghcca-node/node/bin/pnpm run build exited (1)
|
|
src/studio/plugin.test.ts > StudioPluginManifestSchema > should accept minimal manifest with defaults:
packages/spec/src/studio/plugin.test.ts#L226
AssertionError: expected undefined to deeply equal []
- Expected:
[]
+ Received:
undefined
❯ src/studio/plugin.test.ts:226:48
|
|
src/ai/feedback-loop.test.ts > ResolutionSchema > should accept metadata_change resolution:
packages/spec/src/ai/feedback-loop.test.ts#L115
ZodError: [
{
"expected": "string",
"code": "invalid_type",
"path": [
"fix",
"changeSet",
"operations",
0,
"fieldName"
],
"message": "Invalid input: expected string, received undefined"
}
]
❯ src/ai/feedback-loop.test.ts:115:37
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { _zod: { def: [ { expected: 'string', code: 'invalid_type', path: [ 'fix', 'changeSet', 'operations', +0, 'fieldName' ], message: 'Invalid input: expected string, received undefined' } ], constr: 'Function<ZodError>', traits: { constructor: 'Function<Set>', has: 'Function<has>', add: 'Function<add>', delete: 'Function<delete>', difference: 'Function<difference>', clear: 'Function<clear>', entries: 'Function<entries>', forEach: 'Function<forEach>', intersection: 'Function<intersection>', isSubsetOf: 'Function<isSubsetOf>', isSupersetOf: 'Function<isSupersetOf>', isDisjointFrom: 'Function<isDisjointFrom>', size: 2, symmetricDifference: 'Function<symmetricDifference>', union: 'Function<union>', values: 'Function<values>', keys: 'Function<values>' }, deferred: [] }, issues: [ { expected: 'string', code: 'invalid_type', path: [ 'fix', 'changeSet', 'operations', +0, 'fieldName' ], message: 'Invalid input: expected string, received undefined' } ], format: 'Function<value>', flatten: 'Function<value>', addIssue: 'Function<value>', addIssues: 'Function<value>', isEmpty: false }
|