TanStack
OSS
intent
Sign in / Sign up
Open main menu
intent
GitHub
Overview
Runs
Analytics
Loading workspace stats
Loading workspace insights...
Statistics interval
7 days
30 days
Latest CI Pipeline Executions
Status
Fix filter
Filter
Fuzzy
Filter range
Sort by
Sort by
Start time
Sort ascending
Sort descending
Succeeded
main
e8855664 fix(intent): walk up to meta/ instead of hardcoded depth (#194) * fix(intent): resolve meta/ by walking up instead of hardcoded depth getMetaDir hardcoded ../../meta, which is correct for the src/commands/ source layout but overshoots to @tanstack/meta from the flat dist/ layout the build ships — so setup, setup-github-actions, meta, and scaffold fail with "No templates directory found" / "Meta-skills directory not found" in the published package. Walk up to the first meta/ directory so resolution works in both layouts and symlinked installs. * fix(intent): verify meta candidate is a directory; cover symlink + stray-file cases Address review: statSync(candidate).isDirectory() so a stray file named `meta` can't short-circuit the walk-up; add a comment on the iteration cap; add tests for the stray-file skip and a pnpm-style symlinked install path.
by Sutu Sebas...
S
Succeeded
main
e8855664 fix(intent): walk up to meta/ instead of hardcoded depth (#194) * fix(intent): resolve meta/ by walking up instead of hardcoded depth getMetaDir hardcoded ../../meta, which is correct for the src/commands/ source layout but overshoots to @tanstack/meta from the flat dist/ layout the build ships — so setup, setup-github-actions, meta, and scaffold fail with "No templates directory found" / "Meta-skills directory not found" in the published package. Walk up to the first meta/ directory so resolution works in both layouts and symlinked installs. * fix(intent): verify meta candidate is a directory; cover symlink + stray-file cases Address review: statSync(candidate).isDirectory() so a stray file named `meta` can't short-circuit the walk-up; add a comment on the iteration cap; add tests for the stray-file skip and a pnpm-style symlinked install path.
by Sutu Sebas...
S
Succeeded
fix/getmetadir-walk-up
b523057f Merge 2891205b9fce321af79045801737b420eff2e12f into 3620ccad89eeca310b6f72e64cbea0280eef37f3
by Sutu Sebas...
S
Succeeded
fix/getmetadir-walk-up
b523057f fix(intent): verify meta candidate is a directory; cover symlink + stray-file cases Address review: statSync(candidate).isDirectory() so a stray file named `meta` can't short-circuit the walk-up; add a comment on the iteration cap; add tests for the stray-file skip and a pnpm-style symlinked install path.
by Sutu Sebas...
S
Previous page
Previous
Next
Next page