query
The query command searches tasks by natural language, so you do not need exact task IDs. Scoring runs locally, with no AI or network calls.
xtarterize query "<query>" [options]Options
Section titled “Options”| Option | Description | Default |
|---|---|---|
--json |
Output machine-readable JSON | false |
--limit <n> |
Maximum number of results | 20 |
--threshold <n> |
Minimum relevance score (0-1) | 0.1 |
--cwd <path> |
Target directory | current directory |
--quiet and --format are not supported; use --json for machine-readable output.
Examples
Section titled “Examples”npx xtarterize@latest query "strict typescript"pnpx xtarterize@latest query "strict typescript"yarn dlx xtarterize@latest query "strict typescript"bunx xtarterize@latest query "strict typescript"deno x xtarterize@latest query "strict typescript"nlx xtarterize@latest query "strict typescript"Results are grouped by category, and each group prints a ready-to-run xtarterize add command.
npx xtarterize@latest query "ci pipeline" --jsonpnpx xtarterize@latest query "ci pipeline" --jsonyarn dlx xtarterize@latest query "ci pipeline" --jsonbunx xtarterize@latest query "ci pipeline" --jsondeno x xtarterize@latest query "ci pipeline" --jsonnlx xtarterize@latest query "ci pipeline" --jsonnpx xtarterize@latest init --compose "react project with ci and linting"pnpx xtarterize@latest init --compose "react project with ci and linting"yarn dlx xtarterize@latest init --compose "react project with ci and linting"bunx xtarterize@latest init --compose "react project with ci and linting"deno x xtarterize@latest init --compose "react project with ci and linting"nlx xtarterize@latest init --compose "react project with ci and linting"init --compose reorders the plan by relevance without excluding any applicable task.