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
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
agent-safe-list-redaction
d6c53328 Merge b380827207d65d024f4d87c1b4749fe4f919ac54 into 85f4b1db77d1733001f4d4d07a67e8a058a2ae1d
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
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
agent-safe-list-redaction
2752535a Merge a56fd923b20abc33a0ad1e0c28d59c4c4b46768e into ebf3ee3bfd02efadedabf87551da3c415a2a0af1
by Sarah Gerrard
S
Succeeded
agent-safe-list-redaction
92cea518 Merge 31174b4af09ab3ac78841d08431dd8721ef87fa9 into ebf3ee3bfd02efadedabf87551da3c415a2a0af1
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
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
intent-agent-invocation-evals
8adb8d22 Merge 6095aabe6e2a928e8e493f15b0d573ecb007619d into 559dd06f0f7ed867b78b83d9d3278b613f199e5c
by Sarah Gerrard
S
Succeeded
intent-agent-invocation-evals
fcfcbea1 Merge a88f636aed1e666f90e2c114a73c13a64a41a27e into 559dd06f0f7ed867b78b83d9d3278b613f199e5c
by Sarah Gerrard
S
Succeeded
intent-agent-invocation-evals
f5396cff Merge e14434acd05582cbfd5e4a7fcad6e89086b24974 into 559dd06f0f7ed867b78b83d9d3278b613f199e5c
by Sarah Gerrard
S
Succeeded
intent-agent-invocation-evals
86e1e892 Merge d5c9525dafdff73f42b9ebc65e450aab849ec211 into 559dd06f0f7ed867b78b83d9d3278b613f199e5c
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
eval/intent-discovery
f89ed584 Merge 50724d5be1595321ee5d11f3fada747927023923 into 6826777fbe9c15ff97081f8b00a29c662ddeba07
by Sarah Gerrard
S
Succeeded
eval/intent-discovery
aa6c1e00 Merge 7bb199b85da47999ed4694d3fda9c7407be23f4b into 6826777fbe9c15ff97081f8b00a29c662ddeba07
by Sarah Gerrard
S
Succeeded
eval/intent-discovery
e21c4ed1 Merge c1b9ca1d85fc6a3b33eb5a22c40056447467d2f9 into 6826777fbe9c15ff97081f8b00a29c662ddeba07
by Sarah Gerrard
S
Succeeded
eval/intent-discovery
3dc60646 Merge af482ee2c4f440d6fdf3a10c773721ac5dcedbc3 into 6826777fbe9c15ff97081f8b00a29c662ddeba07
by Sarah Gerrard
S
Succeeded
eval/intent-discovery
58030d7e Merge 818d2117422ef5ae5a8235c7278cb51161ecf559 into 6826777fbe9c15ff97081f8b00a29c662ddeba07
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
Previous page
Previous
Next
Next page