ta
TanStack
GitHub
intent
Workspace
GitHub
CI Pipeline Executions
Filtered
Runs
Demo
Insights
Compare tasks
Analytics
Sign in
Toggle sidebar
Overview
⌘K
intent
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
756fdc51 chore(deps): lock file maintenance (#208) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
by renovate[bot]
r
Succeeded
main
756fdc51 chore(deps): lock file maintenance (#208) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
by renovate[bot]
r
Succeeded
main
bb18ee0a chore: stabilize consumer foundations and align trust documentation (#210) * chore: stabilize consumer foundations and trust docs * chore: remove stale lockfile milestone wording * ci: apply automated fixes * style: format skill source assertions * chore: add source error changeset * update docs structure --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
by Sarah Gerrard
S
Succeeded
main
bb18ee0a chore: stabilize consumer foundations and align trust documentation (#210) * chore: stabilize consumer foundations and trust docs * chore: remove stale lockfile milestone wording * ci: apply automated fixes * style: format skill source assertions * chore: add source error changeset * update docs structure --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
by Sarah Gerrard
S
Succeeded
main
0513f2de docs: use the dynamic README header endpoint (#209)
by Alem Tuzlak
A
Succeeded
main
3e8f4af3 ci: apply automated fixes
by autofix-ci...
a
Succeeded
main
f3729c98 chore(deps): lock file maintenance (#184) * chore(deps): lock file maintenance * ci: apply automated fixes --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: Sarah Gerrard <gerrardsarah@gmail.com>
by renovate[bot]
r
Succeeded
main
f0fc1f0e chore(deps): update tanstack/config digest to 10ece5e (#195) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Sarah Gerrard <gerrardsarah@gmail.com>
by renovate[bot]
r
Succeeded
main
c12842a0 ci: changeset release (#202) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
by github-act...
g
Succeeded
main
ca0c7613 Support wildcard patterns in intent.skills allowlists (#201) * feat(intent): support wildcard package patterns in allowlists and update documentation * feat(intent): enhance source policy matching with wildcard support and add tests
by Sarah Gerrard
S
Succeeded
main
ca0c7613 Support wildcard patterns in intent.skills allowlists (#201) * feat(intent): support wildcard package patterns in allowlists and update documentation * feat(intent): enhance source policy matching with wildcard support and add tests
by Sarah Gerrard
S
Succeeded
main
6039a262 ci: changeset release (#192) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
by github-act...
g
Succeeded
main
6039a262 ci: changeset release (#192) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
by github-act...
g
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
main
3620ccad Distinguish npm and workspace sources with the same package name (#191) * feat: add SourceIdentity interface and related functions for distinct source handling * feat: Enhance source policy checks with package kind support - Updated `isSourcePermitted` to accept an optional `packageKind` parameter, allowing for more granular source validation based on package type. - Modified the logic in `applySourcePolicy` to pass the package kind when checking source permissions. - Improved the discovery check for sources in explicit mode by utilizing a `sourceIdentityKey` function to create unique identifiers based on both package kind and name. - Added a comment in `excludes.ts` to clarify the intentional design choice regarding package exclusion handling. * feat: Implement late gate for kind-mismatch package handling in intent skills * changeset * feat: Add late checks for package kind in source policy functions
by Sarah Gerrard
S
Succeeded
main
3620ccad Distinguish npm and workspace sources with the same package name (#191) * feat: add SourceIdentity interface and related functions for distinct source handling * feat: Enhance source policy checks with package kind support - Updated `isSourcePermitted` to accept an optional `packageKind` parameter, allowing for more granular source validation based on package type. - Modified the logic in `applySourcePolicy` to pass the package kind when checking source permissions. - Improved the discovery check for sources in explicit mode by utilizing a `sourceIdentityKey` function to create unique identifiers based on both package kind and name. - Added a comment in `excludes.ts` to clarify the intentional design choice regarding package exclusion handling. * feat: Implement late gate for kind-mismatch package handling in intent skills * changeset * feat: Add late checks for package kind in source policy functions
by Sarah Gerrard
S
Succeeded
main
7e320abb ci: changeset release (#189) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
by github-act...
g
Succeeded
main
45c863d2 Improve maintainer skill-authoring DX (#190) * update SKILL.md to clarify usage of `intent stale` for staleness detection * clarify skill path and name requirements in SKILL.md * add --set-version option to validate command for updating library_version in skill metadata * changeset
by Sarah Gerrard
S
Succeeded
main
45c863d2 Improve maintainer skill-authoring DX (#190) * update SKILL.md to clarify usage of `intent stale` for staleness detection * clarify skill path and name requirements in SKILL.md * add --set-version option to validate command for updating library_version in skill metadata * changeset
by Sarah Gerrard
S
Previous
Next