You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(core,cli): resolve workspace callees and fix flaky CI test
- Resolve workspace package symlinks to source paths in callee extraction.
pnpm workspace links (node_modules/@scope/pkg → packages/pkg) are now
followed via realpathSync, producing cross-package edges in the graph.
- Extract normalizeAndRelativize as a pure function for dist/ → src/,
.d.ts → .ts, and absolute → relative path normalization.
- Filter resolved paths that are still inside node_modules (e.g. @types/node)
to prevent external dependencies from appearing in hot paths.
- Bump flaky CI test timeout from 30s to 60s (ts-morph init is slow on
GitHub runners).
- Clean up scratchpad: remove resolved flaky test entry.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: .claude/scratchpad.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@
22
22
23
23
## Flaky Tests
24
24
25
-
-**`packages/cli/src/commands/commands.test.ts:119` — "should display indexing summary without storage size"** times out at 30s on GitHub CI runners. The test indexes files and the slower CI runner can't finish in time. Needs either a higher timeout, a smaller test fixture, or mocking the indexer. Seen on PR #17 CI run.
0 commit comments