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
f9269e53 chore: set pnpm minimum release age to 1440 (#183)
by Flo
F
Succeeded
main
e3d65047 chore: upgrade pnpm to 11.9.0 (#182)
by Flo
F
Succeeded
main
362c48e2 ci: changeset release (#181)
by github-act...
g
Succeeded
main
362c48e2 ci: changeset release (#181)
by github-act...
g
Succeeded
main
d67a5d6a Add proactive Intent hook skill catalogs (#180)
by Sarah Gerrard
S
Succeeded
main
d67a5d6a Add proactive Intent hook skill catalogs (#180)
by Sarah Gerrard
S
Succeeded
main
85f4b1db ci: changeset release (#177) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
by github-act...
g
Succeeded
main
5419b027 Add agent-safe hidden source handling to intent list (#176) * Add --show-hidden option to intent list command to reveal hidden skill sources * changeset * Fix linting error
by Sarah Gerrard
S
Succeeded
main
5419b027 Add agent-safe hidden source handling to intent list (#176) * Add --show-hidden option to intent list command to reveal hidden skill sources * changeset * Fix linting error
by Sarah Gerrard
S
Succeeded
main
ebf3ee3b ci: changeset release (#175)
by github-act...
g
Succeeded
main
089a3551 Add Intent hook enforcement for supported agents (#174) * Refactor skill mapping guidance and add `run` command support in intent skills block * Refactor intent skill mappings to use new structure and update related tests * Add hooked-intent condition and related functionality to intent discovery evals - Introduce 'hooked-intent' condition in conditions.ts - Implement live-router-hooked-intent task in live-tasks.ts - Create gate.mjs and hook-core.mts for intent hooks management - Add hook-io.mjs for event handling and observation logging - Implement prepare-copilot-home.ts for managing copilot home directory - Update run-copilot-task.ts to support gate state management - Enhance setup-intent-condition.ts to handle hooked-intent - Add tests for hooked-intent functionality in intent-hooks.eval.ts - Update vitest configuration for live concurrency settings * Refactor install command to use guidance module for intent skills block handling * Add hooks and policy for intent handling with agent-specific outputs * Add support for agent hooks in install command with project/user scope * Enhance intent installation with lifecycle hooks support and update documentation - Added `--hooks` option to `intent install` for lifecycle hook installation. - Updated documentation to reflect new hook options and usage. - Introduced hook adapters for Claude, Codex, and Copilot with project/user scope support. - Implemented tests to verify supported scopes in the adapter registry. * Refactor intent installation and hook handling; enhance command patterns and add skill categorization tests * Add intent hooks command and update documentation for lifecycle hooks installation * Improve folder layout * Refactor intent installation and update file structure; remove deprecated install command and enhance type definitions * ci: apply automated fixes * changeset * Apply fixes --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
by Sarah Gerrard
S
Succeeded
main
089a3551 Add Intent hook enforcement for supported agents (#174) * Refactor skill mapping guidance and add `run` command support in intent skills block * Refactor intent skill mappings to use new structure and update related tests * Add hooked-intent condition and related functionality to intent discovery evals - Introduce 'hooked-intent' condition in conditions.ts - Implement live-router-hooked-intent task in live-tasks.ts - Create gate.mjs and hook-core.mts for intent hooks management - Add hook-io.mjs for event handling and observation logging - Implement prepare-copilot-home.ts for managing copilot home directory - Update run-copilot-task.ts to support gate state management - Enhance setup-intent-condition.ts to handle hooked-intent - Add tests for hooked-intent functionality in intent-hooks.eval.ts - Update vitest configuration for live concurrency settings * Refactor install command to use guidance module for intent skills block handling * Add hooks and policy for intent handling with agent-specific outputs * Add support for agent hooks in install command with project/user scope * Enhance intent installation with lifecycle hooks support and update documentation - Added `--hooks` option to `intent install` for lifecycle hook installation. - Updated documentation to reflect new hook options and usage. - Introduced hook adapters for Claude, Codex, and Copilot with project/user scope support. - Implemented tests to verify supported scopes in the adapter registry. * Refactor intent installation and hook handling; enhance command patterns and add skill categorization tests * Add intent hooks command and update documentation for lifecycle hooks installation * Improve folder layout * Refactor intent installation and update file structure; remove deprecated install command and enhance type definitions * ci: apply automated fixes * changeset * Apply fixes --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
by Sarah Gerrard
S
Succeeded
main
559dd06f Add opt-in Intent discovery eval suite (#173) * Add intent discovery evaluation suite and related configurations - Introduced new README.md for intent discovery eval with usage instructions. - Added conditions and tasks for intent discovery evaluation. - Implemented grading functions for skill loading and failure classification. - Created harness for running saved transcripts in evaluations. - Configured Vitest for running intent discovery tests. - Updated package.json and pnpm-lock.yaml to include vitest-evals dependency. - Added .gitignore entries for evaluation runs and vitest artifacts. * Add intent discovery evaluation framework and related fixtures * Refactor intent discovery evaluation: streamline skill loading and command parsing * Implement live Copilot harness and error handling for intent discovery evaluation * Enhance live Copilot harness: support opt-in command backend and capture command, skill, transcript, and diff evidence * Add live Copilot harness and evaluation metadata for intent discovery * Add live Copilot condition setup and enhance evaluation framework for intent discovery * Enhance intent discovery evaluation: update file writing logic and add skill package handling * Enhance intent discovery evaluation: add LLM judge and summary report generation, update command parsing for various package managers * ci: apply automated fixes * Enhance intent discovery evaluation: add request timeout for LLM judge, improve error handling, and update fixture dependencies * ci: apply automated fixes * Refactor intent discovery types and functions: remove exports for internal types, update fixture handling, and enhance reference-only logic --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
by Sarah Gerrard
S
Succeeded
main
6826777f ci: changeset release (#172) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
by github-act...
g
Succeeded
main
392016b4 Add package source kind to scanner results (#171) * enhance package handling with kind and stats properties * changeset
by Sarah Gerrard
S
Succeeded
main
392016b4 Add package source kind to scanner results (#171) * enhance package handling with kind and stats properties * changeset
by Sarah Gerrard
S
Succeeded
main
de15caf6 ci: changeset release (#170) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
by github-act...
g
Succeeded
main
0dbf9d05 Add validate fix mode for SKILL.md frontmatter migrations (#169) * enhance validate command with --fix and --check options * Add validate check mode for frontmatter migrations * Add validate fix mode for frontmatter migrations * Harden validate frontmatter migration coverage * Enhance `intent validate` documentation with options for `--fix` and `--check` * Fix validate migration type safety * Fix corepack install in scaffoldBerryProject to avoid immutable lockfile issues * rm integration tests from test:pr * changeset
by Sarah Gerrard
S
Succeeded
main
0dbf9d05 Add validate fix mode for SKILL.md frontmatter migrations (#169) * enhance validate command with --fix and --check options * Add validate check mode for frontmatter migrations * Add validate fix mode for frontmatter migrations * Harden validate frontmatter migration coverage * Enhance `intent validate` documentation with options for `--fix` and `--check` * Fix validate migration type safety * Fix corepack install in scaffoldBerryProject to avoid immutable lockfile issues * rm integration tests from test:pr * changeset
by Sarah Gerrard
S
Succeeded
main
9eee8a5f Spec-compliant SKILL.md frontmatter (#168) * enhance validation rules for SKILL.md files and update related documentation * rm unused package * changeset
by Sarah Gerrard
S
Previous page
Previous
Next
Next page