Skip to content

Prepare v0.2.0 for open source release #1

Prepare v0.2.0 for open source release

Prepare v0.2.0 for open source release #1

Triggered via push February 25, 2026 01:54
Status Failure
Total duration 19s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

8 errors
check
Process completed with exit code 1.
TypeError: undefined is not an object (evaluating 'projectDir.endsWith'): src/distill/diff-attribution.ts#L26
at toRelativePath (/home/runner/work/clens/clens/src/distill/diff-attribution.ts:26:21) at <anonymous> (/home/runner/work/clens/clens/src/distill/diff-attribution.ts:205:24) at buildAgentEditIndex (/home/runner/work/clens/clens/src/distill/diff-attribution.ts:204:39) at <anonymous> (/home/runner/work/clens/clens/test/diff-attribution.test.ts:483:18)
TypeError: undefined is not an object (evaluating 'projectDir.endsWith'): src/distill/diff-attribution.ts#L26
at toRelativePath (/home/runner/work/clens/clens/src/distill/diff-attribution.ts:26:21) at <anonymous> (/home/runner/work/clens/clens/src/distill/diff-attribution.ts:205:24) at buildAgentEditIndex (/home/runner/work/clens/clens/src/distill/diff-attribution.ts:204:39) at <anonymous> (/home/runner/work/clens/clens/test/diff-attribution.test.ts:425:18)
TypeError: editIndex.filter is not a function. (In 'editIndex.filter((entry) => entry.new_string_lines.has(trimmed))': src/distill/diff-attribution.ts#L275
at <anonymous> (/home/runner/work/clens/clens/src/distill/diff-attribution.ts:275:16) at map (1:11) at <anonymous> (/home/runner/work/clens/clens/test/diff-attribution.test.ts:333:18)
TypeError: editIndex.filter is not a function. (In 'editIndex.filter((entry) => entry.new_string_lines.has(trimmed))': src/distill/diff-attribution.ts#L275
at <anonymous> (/home/runner/work/clens/clens/src/distill/diff-attribution.ts:275:16) at map (1:11) at <anonymous> (/home/runner/work/clens/clens/test/diff-attribution.test.ts:318:18)
TypeError: editIndex.filter is not a function. (In 'editIndex.filter((entry) => entry.old_string_lines.has(trimmed))': src/distill/diff-attribution.ts#L276
at <anonymous> (/home/runner/work/clens/clens/src/distill/diff-attribution.ts:276:16) at map (1:11) at <anonymous> (/home/runner/work/clens/clens/test/diff-attribution.test.ts:266:18)
TypeError: editIndex.filter is not a function. (In 'editIndex.filter((entry) => entry.new_string_lines.has(trimmed))': src/distill/diff-attribution.ts#L275
at <anonymous> (/home/runner/work/clens/clens/src/distill/diff-attribution.ts:275:16) at map (1:11) at <anonymous> (/home/runner/work/clens/clens/test/diff-attribution.test.ts:242:18)
error: expect(received).toBe(expected): test/diff-attribution.test.ts#L206
Expected: 10 Received: undefined at <anonymous> (/home/runner/work/clens/clens/test/diff-attribution.test.ts:206:33)