jev-recipes 0.1.0 → 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (70) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/README.md +37 -57
  3. package/package.json +12 -6
  4. package/recipes/README.md +1 -1
  5. package/recipes/action-scope/README.md +1 -1
  6. package/recipes/answer-consistency/README.md +1 -1
  7. package/recipes/answer-coverage/README.md +1 -1
  8. package/recipes/answer-invalidation/README.md +1 -1
  9. package/recipes/answer-relevance/README.md +1 -1
  10. package/recipes/answerability/README.md +1 -1
  11. package/recipes/argument-fit/README.md +1 -1
  12. package/recipes/attempted-step/README.md +1 -1
  13. package/recipes/audience-fit/README.md +1 -1
  14. package/recipes/cache-match/README.md +1 -1
  15. package/recipes/cancellation-check/README.md +1 -1
  16. package/recipes/certainty-match/README.md +1 -1
  17. package/recipes/change-meaning/README.md +1 -1
  18. package/recipes/citation-match/README.md +1 -1
  19. package/recipes/citation-needed/README.md +1 -1
  20. package/recipes/clarify/README.md +1 -1
  21. package/recipes/confirmation-match/README.md +1 -1
  22. package/recipes/context-role/README.md +1 -1
  23. package/recipes/correction-target/README.md +1 -1
  24. package/recipes/document-role/README.md +1 -1
  25. package/recipes/draft-compare/README.md +1 -1
  26. package/recipes/evidence-conflict/README.md +1 -1
  27. package/recipes/evidence-novelty/README.md +1 -1
  28. package/recipes/fact-stability/README.md +1 -1
  29. package/recipes/failure-kind/README.md +1 -1
  30. package/recipes/feedback-kind/README.md +1 -1
  31. package/recipes/field-select/README.md +1 -1
  32. package/recipes/followup-link/README.md +1 -1
  33. package/recipes/freshness-needed/README.md +1 -1
  34. package/recipes/frustration-signal/README.md +1 -1
  35. package/recipes/handoff/README.md +1 -1
  36. package/recipes/incident-match/README.md +1 -1
  37. package/recipes/instruction-fit/README.md +1 -1
  38. package/recipes/intent-change/README.md +1 -1
  39. package/recipes/issue-impact/README.md +1 -1
  40. package/recipes/memory-relation/README.md +1 -1
  41. package/recipes/memory-scope/README.md +1 -1
  42. package/recipes/memory-value/README.md +1 -1
  43. package/recipes/passage-duplicate/README.md +1 -1
  44. package/recipes/preference-kind/README.md +1 -1
  45. package/recipes/promise-check/README.md +1 -1
  46. package/recipes/query-equivalence/README.md +1 -1
  47. package/recipes/query-specificity/README.md +1 -1
  48. package/recipes/reference-resolve/README.md +1 -1
  49. package/recipes/repeated-attempt/README.md +1 -1
  50. package/recipes/reply-template-match/README.md +1 -1
  51. package/recipes/rerank/README.md +1 -1
  52. package/recipes/resolution-check/README.md +1 -1
  53. package/recipes/response-needed/README.md +1 -1
  54. package/recipes/result-outcome/README.md +1 -1
  55. package/recipes/result-usefulness/README.md +1 -1
  56. package/recipes/retrieval-needed/README.md +1 -1
  57. package/recipes/route/README.md +1 -1
  58. package/recipes/source-applicability/README.md +1 -1
  59. package/recipes/step-complete/README.md +1 -1
  60. package/recipes/step-progress/README.md +1 -1
  61. package/recipes/summary-coverage/README.md +1 -1
  62. package/recipes/ticket-match/README.md +1 -1
  63. package/recipes/tone-check/README.md +1 -1
  64. package/recipes/tool-fit/README.md +1 -1
  65. package/recipes/topic-shift/README.md +1 -1
  66. package/recipes/troubleshooting-fit/README.md +1 -1
  67. package/recipes/turn-intent/README.md +1 -1
  68. package/recipes/urgency-signal/README.md +1 -1
  69. package/recipes/verify/README.md +1 -1
  70. package/recipes/workaround-fit/README.md +1 -1
package/CHANGELOG.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  ## Unreleased
4
4
 
5
+ - Document installed-package imports and CLI commands first; move repository setup into the contributor guide and rename the local CLI script to `jev-recipes`.
6
+
7
+ - Add recipe tests under `tests/recipe/`, mocked Jev responses, recipe coverage reports and thresholds, and test checks in CI.
8
+
5
9
  - Unify recipe execution helpers, result validation, subject registration, and documentation across the catalog.
6
10
 
7
11
  - Expand the catalog to 66 focused recipes across answer quality, retrieval, conversation, tools, support, memory, and knowledge maintenance.
package/README.md CHANGED
@@ -2,25 +2,11 @@
2
2
 
3
3
  [![npm version](https://img.shields.io/npm/v/jev-recipes?logo=npm)](https://www.npmjs.com/package/jev-recipes)
4
4
 
5
- Small TypeScript recipes for the decisions inside an AI application. Use [Jev](https://docs.typesafe.ai/introduction/coding-agents) to choose a handler, select useful evidence, check an answer, or decide when to ask for help.
5
+ 66 small TypeScript recipes for AI applications. Choose a handler, select useful evidence, check an answer, or decide when to ask for help.
6
6
 
7
- Each recipe is a function you can use on its own. Your application supplies the context and acts on the result.
7
+ Use `jev-recipes` through TypeScript imports or its included command-line tool. [Jev](https://docs.typesafe.ai/introduction/coding-agents) powers the live decisions. Your application supplies the context and acts on the result.
8
8
 
9
- ## Recipes
10
-
11
- [Browse all 66 recipes](recipes/README.md). Each handles a focused decision and has its own schemas, example, and usage guide.
12
-
13
- | Group | Recipes | Examples |
14
- | ------------------------------------------------------------------ | ------- | ------------------------------------------------------- |
15
- | [Answer quality](recipes/README.md#answer-quality) | 10 | `answer-coverage`, `answer-relevance`, `citation-match` |
16
- | [Retrieval and evidence](recipes/README.md#retrieval-and-evidence) | 13 | `rerank`, `verify`, `answerability` |
17
- | [Conversation](recipes/README.md#conversation) | 11 | `clarify`, `turn-intent`, `followup-link` |
18
- | [Tools and tasks](recipes/README.md#tools-and-tasks) | 12 | `route`, `handoff`, `tool-fit` |
19
- | [Customer support](recipes/README.md#customer-support) | 10 | `issue-impact`, `attempted-step`, `workaround-fit` |
20
- | [Memory](recipes/README.md#memory) | 5 | `memory-value`, `memory-scope`, `memory-relation` |
21
- | [Knowledge maintenance](recipes/README.md#knowledge-maintenance) | 5 | `document-role`, `audience-fit`, `change-meaning` |
22
-
23
- ## Use in an app
9
+ ## Install
24
10
 
25
11
  Requires Node.js 22.9 or newer.
26
12
 
@@ -28,6 +14,8 @@ Requires Node.js 22.9 or newer.
28
14
  npm install jev-recipes
29
15
  ```
30
16
 
17
+ ## Use a recipe
18
+
31
19
  Set `TYPESAFE_API_KEY` in your server's environment, then call a recipe:
32
20
 
33
21
  ```ts
@@ -51,28 +39,38 @@ You can also import recipes from `jev-recipes`. Every recipe accepts an optional
51
39
 
52
40
  Live calls send the supplied input to TypeSafe and use API quota. Keep your API key on the server.
53
41
 
54
- ## Try the demos
42
+ ## Recipes
55
43
 
56
- From this repository:
44
+ [Browse all 66 recipes](https://github.com/agencyenterprise/jev-recipes/blob/main/recipes/README.md). Each handles a focused decision and has its own schemas, example, and usage guide.
45
+
46
+ | Group | Recipes | Examples |
47
+ | ---------------------------------------------------------------------------------------------------------------------------- | ------- | ------------------------------------------------------- |
48
+ | [Answer quality](https://github.com/agencyenterprise/jev-recipes/blob/main/recipes/README.md#answer-quality) | 10 | `answer-coverage`, `answer-relevance`, `citation-match` |
49
+ | [Retrieval and evidence](https://github.com/agencyenterprise/jev-recipes/blob/main/recipes/README.md#retrieval-and-evidence) | 13 | `rerank`, `verify`, `answerability` |
50
+ | [Conversation](https://github.com/agencyenterprise/jev-recipes/blob/main/recipes/README.md#conversation) | 11 | `clarify`, `turn-intent`, `followup-link` |
51
+ | [Tools and tasks](https://github.com/agencyenterprise/jev-recipes/blob/main/recipes/README.md#tools-and-tasks) | 12 | `route`, `handoff`, `tool-fit` |
52
+ | [Customer support](https://github.com/agencyenterprise/jev-recipes/blob/main/recipes/README.md#customer-support) | 10 | `issue-impact`, `attempted-step`, `workaround-fit` |
53
+ | [Memory](https://github.com/agencyenterprise/jev-recipes/blob/main/recipes/README.md#memory) | 5 | `memory-value`, `memory-scope`, `memory-relation` |
54
+ | [Knowledge maintenance](https://github.com/agencyenterprise/jev-recipes/blob/main/recipes/README.md#knowledge-maintenance) | 5 | `document-role`, `audience-fit`, `change-meaning` |
55
+
56
+ ## Try a demo
57
+
58
+ After installing the package, run its CLI from your app's directory:
57
59
 
58
60
  ```sh
59
- npm ci
60
- npm run build
61
- npm run jev -- demo all
61
+ npx jev-recipes demo rerank
62
62
  ```
63
63
 
64
- Demos use saved responses and need no API key. They show how each recipe handles a decision; they do not measure model accuracy. To run one, replace `all` with its name.
65
-
66
- The repository may contain additions that are not yet in the [published npm package](https://www.npmjs.com/package/jev-recipes). Use this checkout to try all the recipes shown here.
64
+ Replace `rerank` with another recipe name, or use `all` to try every installed recipe. Demos use saved responses and need no API key. They show how recipes handle decisions; they do not measure model accuracy.
67
65
 
68
66
  ## Find a recipe
69
67
 
70
- Developers and coding agents can inspect the catalog without calling Jev:
68
+ Use the CLI to browse the installed recipes without an API key:
71
69
 
72
70
  ```sh
73
- npm run jev -- list
74
- npm run jev -- list evidence --category retrieval
75
- npm run jev -- describe answer-coverage
71
+ npx jev-recipes list
72
+ npx jev-recipes list evidence --category retrieval
73
+ npx jev-recipes describe answer-coverage
76
74
  ```
77
75
 
78
76
  `list` searches names, descriptions, categories, and tags. `describe` returns the recipe's limits, JSON input and result schemas, and example input.
@@ -90,21 +88,21 @@ The library returns metadata and schemas. The command-line description also incl
90
88
 
91
89
  ## Run your own input
92
90
 
93
- Add `TYPESAFE_API_KEY` to a local `.env` file. See [.env.example](.env.example) for the format.
94
-
95
- Create an input file, edit it, then run the recipe:
91
+ Save an example input from the installed package:
96
92
 
97
93
  ```sh
98
- node dist/cli/index.js example rerank > input.json
99
- npm run jev -- run rerank input.json
94
+ npx jev-recipes example rerank > input.json
100
95
  ```
101
96
 
102
- The `npm run jev` command loads `.env`. Use `-` instead of a filename to read from stdin. For scripts that need JSON without npm's command banner:
97
+ Edit `input.json`, then set your API key in the terminal and run the recipe:
103
98
 
104
99
  ```sh
105
- node --env-file-if-exists=.env dist/cli/index.js run rerank input.json
100
+ export TYPESAFE_API_KEY='your-api-key'
101
+ npx jev-recipes run rerank input.json
106
102
  ```
107
103
 
104
+ The CLI reads the key from its environment; it does not load `.env` files automatically. Live runs send your input to TypeSafe and use API quota. Commands return JSON. Use `-` instead of a filename to read from stdin.
105
+
108
106
  ## Read the result before acting
109
107
 
110
108
  - `ready` means a decision passed its threshold. Check the recipe's outcome too: a ready assessment can still find missing information or an unsupported claim.
@@ -115,19 +113,7 @@ node --env-file-if-exists=.env dist/cli/index.js run rerank input.json
115
113
 
116
114
  ## Contribute
117
115
 
118
- Each recipe owns its implementation, Zod 4 schemas, inferred types, metadata, demo, and documentation. Recipes share small decision helpers. A recipe that reuses another names that dependency in its guide and catalog metadata. Larger workflows belong in examples.
119
-
120
- ```text
121
- recipes/<name>/ Individual recipes
122
- src/ Shared client, response validation, schemas, and exports
123
- catalog/ Recipe discovery and registrations grouped by subject
124
- cli/ Command-line runner
125
- examples/ Workflows that combine recipes
126
- ```
127
-
128
- See [CONTRIBUTING.md](CONTRIBUTING.md) to add a recipe.
129
-
130
- `npm run build` compiles the TypeScript into JavaScript modules and type declarations. `npm pack` creates the installable archive. See [RELEASING.md](RELEASING.md) for packaging and publishing, and [CHANGELOG.md](CHANGELOG.md) for changes.
116
+ See [CONTRIBUTING.md](https://github.com/agencyenterprise/jev-recipes/blob/main/CONTRIBUTING.md) for repository setup, tests, and adding recipes. See [CHANGELOG.md](https://github.com/agencyenterprise/jev-recipes/blob/main/CHANGELOG.md) for changes and [RELEASING.md](https://github.com/agencyenterprise/jev-recipes/blob/main/RELEASING.md) for publishing.
131
117
 
132
118
  ## Cool projects
133
119
 
@@ -141,18 +127,12 @@ Keep the recipes small and connect them in your application. These ideas show ho
141
127
  | A knowledge base that catches outdated answers | `change-meaning`, `answer-invalidation`, `cache-match` | Source change tracking, saved answers, and access and freshness checks |
142
128
  | Memory that respects the task's scope | `preference-kind`, `memory-value`, `memory-scope`, `memory-relation` | Candidate facts, storage consent, and retention rules |
143
129
 
144
- The [support assistant example](examples/support/README.md) is implemented in this repository. It stops when review or better information is needed and accepts your own draft callback:
130
+ The [support assistant example](https://github.com/agencyenterprise/jev-recipes/blob/main/examples/support/README.md) shows how to combine recipes with your own draft generator. It stops when review or better information is needed:
145
131
 
146
132
  ```text
147
133
  handoff → clarify → route → rerank → answerability → draft an answer → verify
148
134
  ```
149
135
 
150
- ```sh
151
- npm run example:support
152
- ```
153
-
154
- That command uses saved decisions and a saved draft. Add `-- --live` to use live Jev decisions with your `.env` key; the example still uses the saved draft. The other projects above are composition ideas, not additional bundled applications.
155
-
156
136
  ## License
157
137
 
158
- [MIT](LICENSE). Independent community project. Jev and TypeSafe are products of TypeSafe AI.
138
+ [MIT](https://github.com/agencyenterprise/jev-recipes/blob/main/LICENSE). Independent community project. Jev and TypeSafe are products of TypeSafe AI.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jev-recipes",
3
- "version": "0.1.0",
3
+ "version": "0.2.0",
4
4
  "description": "Small, composable Jev decisions for retrieval, conversations, and agent workflows.",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -306,16 +306,19 @@
306
306
  "scripts": {
307
307
  "clean": "rimraf dist",
308
308
  "build": "npm run clean && tsc -p tsconfig.json",
309
- "typecheck": "tsc -p tsconfig.json --noEmit",
309
+ "typecheck": "tsc -p tsconfig.json --noEmit && tsc -p tests/tsconfig.json",
310
310
  "format": "prettier --write .",
311
311
  "format:check": "prettier --check .",
312
312
  "demo": "node dist/cli/index.js demo all",
313
- "jev": "node --env-file-if-exists=.env dist/cli/index.js",
314
- "ci": "npm run format:check && npm run typecheck && npm run build && npm run demo && npm run example:support",
313
+ "jev-recipes": "node --env-file-if-exists=.env dist/cli/index.js",
314
+ "ci": "npm run format:check && npm run typecheck && npm run test:coverage && npm run build && npm run demo && npm run example:support",
315
315
  "pack:check": "npm pack --dry-run",
316
316
  "prepack": "npm run build",
317
317
  "prepublishOnly": "npm run ci",
318
- "example:support": "node --env-file-if-exists=.env dist/examples/support/index.js"
318
+ "example:support": "node --env-file-if-exists=.env dist/examples/support/index.js",
319
+ "test": "vitest run",
320
+ "test:watch": "vitest",
321
+ "test:coverage": "vitest run --coverage"
319
322
  },
320
323
  "dependencies": {
321
324
  "@typesafe-ai/sdk": "0.6.0",
@@ -323,9 +326,12 @@
323
326
  },
324
327
  "devDependencies": {
325
328
  "@types/node": "^22.0.0",
329
+ "@vitest/coverage-v8": "4.1.11",
326
330
  "prettier": "3.9.8",
327
331
  "rimraf": "6.1.3",
328
- "typescript": "~5.9.3"
332
+ "typescript": "~5.9.3",
333
+ "vite": "6.4.3",
334
+ "vitest": "4.1.11"
329
335
  },
330
336
  "homepage": "https://github.com/agencyenterprise/jev-recipes#readme",
331
337
  "bugs": {
package/recipes/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  66 small decisions for AI applications. Every recipe has its own input and result schemas, example, and usage guide. The package exports camelCase functions from kebab-case paths: `answerCoverage` from `jev-recipes/answer-coverage`, for example.
4
4
 
5
- Browse the groups below, or use `npm run jev -- list <query>` and `npm run jev -- describe <recipe>` from the repository. Discovery does not call Jev. Each recipe guide describes its inputs, results, limits, and review policy.
5
+ After `npm install jev-recipes`, browse the groups below or use `npx jev-recipes list <query>` and `npx jev-recipes describe <recipe>` from your app’s directory. Discovery needs no API key. Each recipe guide describes its inputs, results, limits, and review policy.
6
6
 
7
7
  ## Answer quality
8
8
 
@@ -46,4 +46,4 @@ Assesses semantic scope only. User authorization and access controls must be enf
46
46
 
47
47
  ## Example input
48
48
 
49
- [demo.json](demo.json) contains editable input and a hand-authored response. After building the repository, `npm run jev -- demo action-scope` shows the result offline. The fixture is an illustration, not an accuracy measurement. `npm run jev -- describe action-scope` shows the input and result schemas.
49
+ [demo.json](demo.json) contains editable input and a hand-authored response. After installing `jev-recipes`, `npx jev-recipes demo action-scope` shows the result offline. The fixture is an illustration, not an accuracy measurement. `npx jev-recipes describe action-scope` shows the input and result schemas.
@@ -47,4 +47,4 @@ Checks semantic consistency between two statements. Exact numeric and date compa
47
47
 
48
48
  ## Example input
49
49
 
50
- [demo.json](demo.json) contains editable input and a hand-authored response. After building the repository, `npm run jev -- demo answer-consistency` shows the result offline. The fixture is an illustration, not an accuracy measurement. `npm run jev -- describe answer-consistency` shows the input and result schemas.
50
+ [demo.json](demo.json) contains editable input and a hand-authored response. After installing `jev-recipes`, `npx jev-recipes demo answer-consistency` shows the result offline. The fixture is an illustration, not an accuracy measurement. `npx jev-recipes describe answer-consistency` shows the input and result schemas.
@@ -57,4 +57,4 @@ Checks supplied question IDs only. It does not extract questions or verify the d
57
57
 
58
58
  ## Example input
59
59
 
60
- [demo.json](demo.json) contains editable input and a hand-authored response. After building the repository, `npm run jev -- demo answer-coverage` shows the result offline. The fixture is an illustration, not an accuracy measurement. `npm run jev -- describe answer-coverage` shows the input and result schemas.
60
+ [demo.json](demo.json) contains editable input and a hand-authored response. After installing `jev-recipes`, `npx jev-recipes demo answer-coverage` shows the result offline. The fixture is an illustration, not an accuracy measurement. `npx jev-recipes describe answer-coverage` shows the input and result schemas.
@@ -47,4 +47,4 @@ Assesses one supplied claim and source revision. It does not monitor changes, co
47
47
 
48
48
  ## Example input
49
49
 
50
- [demo.json](demo.json) contains editable input and a hand-authored response. After building the repository, `npm run jev -- demo answer-invalidation` shows the result offline. The fixture is an illustration, not an accuracy measurement. `npm run jev -- describe answer-invalidation` shows the input and result schemas.
50
+ [demo.json](demo.json) contains editable input and a hand-authored response. After installing `jev-recipes`, `npx jev-recipes demo answer-invalidation` shows the result offline. The fixture is an illustration, not an accuracy measurement. `npx jev-recipes describe answer-invalidation` shows the input and result schemas.
@@ -46,4 +46,4 @@ Relevance does not establish correctness or complete coverage. Use answer-covera
46
46
 
47
47
  ## Example input
48
48
 
49
- [demo.json](demo.json) contains editable input and a hand-authored response. After building the repository, `npm run jev -- demo answer-relevance` shows the result offline. The fixture is an illustration, not an accuracy measurement. `npm run jev -- describe answer-relevance` shows the input and result schemas.
49
+ [demo.json](demo.json) contains editable input and a hand-authored response. After installing `jev-recipes`, `npx jev-recipes demo answer-relevance` shows the result offline. The fixture is an illustration, not an accuracy measurement. `npx jev-recipes describe answer-relevance` shows the input and result schemas.
@@ -51,4 +51,4 @@ Handle empty retrieval in application code before calling. This recipe does not
51
51
 
52
52
  ## Example input
53
53
 
54
- [demo.json](demo.json) contains editable input and a hand-authored response. After building the repository, `npm run jev -- demo answerability` shows an offline illustration, not an accuracy measurement. Use `npm run jev -- describe answerability` to inspect the input and result schemas.
54
+ [demo.json](demo.json) contains editable input and a hand-authored response. After installing `jev-recipes`, `npx jev-recipes demo answerability` shows an offline illustration, not an accuracy measurement. Use `npx jev-recipes describe answerability` to inspect the input and result schemas.
@@ -48,4 +48,4 @@ Does not validate schemas, compare identifiers, or enforce authorization. Check
48
48
 
49
49
  ## Example input
50
50
 
51
- [demo.json](demo.json) contains editable input and a hand-authored response. After building the repository, `npm run jev -- demo argument-fit` shows the result offline. The fixture is an illustration, not an accuracy measurement. `npm run jev -- describe argument-fit` shows the input and result schemas.
51
+ [demo.json](demo.json) contains editable input and a hand-authored response. After installing `jev-recipes`, `npx jev-recipes demo argument-fit` shows the result offline. The fixture is an illustration, not an accuracy measurement. `npx jev-recipes describe argument-fit` shows the input and result schemas.
@@ -45,4 +45,4 @@ Interprets reports of an attempt. It does not verify that the step was completed
45
45
 
46
46
  ## Example input
47
47
 
48
- [demo.json](demo.json) contains editable input and a hand-authored response. After building the repository, `npm run jev -- demo attempted-step` shows the result offline. The fixture is an illustration, not an accuracy measurement. `npm run jev -- describe attempted-step` shows the input and result schemas.
48
+ [demo.json](demo.json) contains editable input and a hand-authored response. After installing `jev-recipes`, `npx jev-recipes demo attempted-step` shows the result offline. The fixture is an illustration, not an accuracy measurement. `npx jev-recipes describe attempted-step` shows the input and result schemas.
@@ -47,4 +47,4 @@ Uses only the supplied audience description. It does not infer ability from iden
47
47
 
48
48
  ## Example input
49
49
 
50
- [demo.json](demo.json) contains editable input and a hand-authored response. After building the repository, `npm run jev -- demo audience-fit` shows the result offline. The fixture is an illustration, not an accuracy measurement. `npm run jev -- describe audience-fit` shows the input and result schemas.
50
+ [demo.json](demo.json) contains editable input and a hand-authored response. After installing `jev-recipes`, `npx jev-recipes demo audience-fit` shows the result offline. The fixture is an illustration, not an accuracy measurement. `npx jev-recipes describe audience-fit` shows the input and result schemas.
@@ -48,4 +48,4 @@ Enforce tenant, permissions, version, and freshness checks in code before callin
48
48
 
49
49
  ## Example input
50
50
 
51
- [demo.json](demo.json) contains editable input and a hand-authored response. After building the repository, `npm run jev -- demo cache-match` shows the result offline. The fixture is an illustration, not an accuracy measurement. `npm run jev -- describe cache-match` shows the input and result schemas.
51
+ [demo.json](demo.json) contains editable input and a hand-authored response. After installing `jev-recipes`, `npx jev-recipes demo cache-match` shows the result offline. The fixture is an illustration, not an accuracy measurement. `npx jev-recipes describe cache-match` shows the input and result schemas.
@@ -47,4 +47,4 @@ Does not stop running work or infer permission to continue from silence. The cal
47
47
 
48
48
  ## Example input
49
49
 
50
- [demo.json](demo.json) contains editable input and a hand-authored response. After building the repository, `npm run jev -- demo cancellation-check` shows the result offline. The fixture is an illustration, not an accuracy measurement. `npm run jev -- describe cancellation-check` shows the input and result schemas.
50
+ [demo.json](demo.json) contains editable input and a hand-authored response. After installing `jev-recipes`, `npx jev-recipes demo cancellation-check` shows the result offline. The fixture is an illustration, not an accuracy measurement. `npx jev-recipes describe cancellation-check` shows the input and result schemas.
@@ -46,4 +46,4 @@ Compares wording with a supplied assessment. It does not calibrate probabilities
46
46
 
47
47
  ## Example input
48
48
 
49
- [demo.json](demo.json) contains editable input and a hand-authored response. After building the repository, `npm run jev -- demo certainty-match` shows the result offline. The fixture is an illustration, not an accuracy measurement. `npm run jev -- describe certainty-match` shows the input and result schemas.
49
+ [demo.json](demo.json) contains editable input and a hand-authored response. After installing `jev-recipes`, `npx jev-recipes demo certainty-match` shows the result offline. The fixture is an illustration, not an accuracy measurement. `npx jev-recipes describe certainty-match` shows the input and result schemas.
@@ -46,4 +46,4 @@ Compares supplied passages. It does not parse a repository diff or perform exact
46
46
 
47
47
  ## Example input
48
48
 
49
- [demo.json](demo.json) contains editable input and a hand-authored response. After building the repository, `npm run jev -- demo change-meaning` shows the result offline. The fixture is an illustration, not an accuracy measurement. `npm run jev -- describe change-meaning` shows the input and result schemas.
49
+ [demo.json](demo.json) contains editable input and a hand-authored response. After installing `jev-recipes`, `npx jev-recipes demo change-meaning` shows the result offline. The fixture is an illustration, not an accuracy measurement. `npx jev-recipes describe change-meaning` shows the input and result schemas.
@@ -48,4 +48,4 @@ Returns passages that independently support the entire claim. Joint support acro
48
48
 
49
49
  ## Example input
50
50
 
51
- [demo.json](demo.json) contains editable input and a hand-authored response. After building the repository, `npm run jev -- demo citation-match` shows the result offline. The fixture is an illustration, not an accuracy measurement. `npm run jev -- describe citation-match` shows the input and result schemas.
51
+ [demo.json](demo.json) contains editable input and a hand-authored response. After installing `jev-recipes`, `npx jev-recipes demo citation-match` shows the result offline. The fixture is an illustration, not an accuracy measurement. `npx jev-recipes describe citation-match` shows the input and result schemas.
@@ -46,4 +46,4 @@ Assesses a supplied citation policy; does not find sources or determine whether
46
46
 
47
47
  ## Example input
48
48
 
49
- [demo.json](demo.json) contains editable input and a hand-authored response. After building the repository, `npm run jev -- demo citation-needed` shows the result offline. The fixture is an illustration, not an accuracy measurement. `npm run jev -- describe citation-needed` shows the input and result schemas.
49
+ [demo.json](demo.json) contains editable input and a hand-authored response. After installing `jev-recipes`, `npx jev-recipes demo citation-needed` shows the result offline. The fixture is an illustration, not an accuracy measurement. `npx jev-recipes describe citation-needed` shows the input and result schemas.
@@ -58,4 +58,4 @@ Your application supplies the requirements and maps their IDs to follow-up quest
58
58
 
59
59
  ## Example input
60
60
 
61
- [demo.json](demo.json) contains editable input and a hand-authored response. After building the repository, `npm run jev -- demo clarify` shows an offline illustration, not an accuracy measurement. Use `npm run jev -- describe clarify` to inspect the input and result schemas.
61
+ [demo.json](demo.json) contains editable input and a hand-authored response. After installing `jev-recipes`, `npx jev-recipes demo clarify` shows an offline illustration, not an accuracy measurement. Use `npx jev-recipes describe clarify` to inspect the input and result schemas.
@@ -46,4 +46,4 @@ Interprets language only. Approval identity, authority, scope, expiration, and a
46
46
 
47
47
  ## Example input
48
48
 
49
- [demo.json](demo.json) contains editable input and a hand-authored response. After building the repository, `npm run jev -- demo confirmation-match` shows the result offline. The fixture is an illustration, not an accuracy measurement. `npm run jev -- describe confirmation-match` shows the input and result schemas.
49
+ [demo.json](demo.json) contains editable input and a hand-authored response. After installing `jev-recipes`, `npx jev-recipes demo confirmation-match` shows the result offline. The fixture is an illustration, not an accuracy measurement. `npx jev-recipes describe confirmation-match` shows the input and result schemas.
@@ -46,4 +46,4 @@ Classifies a passage contribution. It does not rank sources or prove the answer
46
46
 
47
47
  ## Example input
48
48
 
49
- [demo.json](demo.json) contains editable input and a hand-authored response. After building the repository, `npm run jev -- demo context-role` shows the result offline. The fixture is an illustration, not an accuracy measurement. `npm run jev -- describe context-role` shows the input and result schemas.
49
+ [demo.json](demo.json) contains editable input and a hand-authored response. After installing `jev-recipes`, `npx jev-recipes demo context-role` shows the result offline. The fixture is an illustration, not an accuracy measurement. `npx jev-recipes describe context-role` shows the input and result schemas.
@@ -49,4 +49,4 @@ Selects one correction target. It does not extract a replacement value or update
49
49
 
50
50
  ## Example input
51
51
 
52
- [demo.json](demo.json) contains editable input and a hand-authored response. After building the repository, `npm run jev -- demo correction-target` shows the result offline. The fixture is an illustration, not an accuracy measurement. `npm run jev -- describe correction-target` shows the input and result schemas.
52
+ [demo.json](demo.json) contains editable input and a hand-authored response. After installing `jev-recipes`, `npx jev-recipes demo correction-target` shows the result offline. The fixture is an illustration, not an accuracy measurement. `npx jev-recipes describe correction-target` shows the input and result schemas.
@@ -48,4 +48,4 @@ Returns one primary role from the supplied text. It does not read files, split m
48
48
 
49
49
  ## Example input
50
50
 
51
- [demo.json](demo.json) contains editable input and a hand-authored response. After building the repository, `npm run jev -- demo document-role` shows the result offline. The fixture is an illustration, not an accuracy measurement. `npm run jev -- describe document-role` shows the input and result schemas.
51
+ [demo.json](demo.json) contains editable input and a hand-authored response. After installing `jev-recipes`, `npx jev-recipes demo document-role` shows the result offline. The fixture is an illustration, not an accuracy measurement. `npx jev-recipes describe document-role` shows the input and result schemas.
@@ -51,4 +51,4 @@ Makes a relative judgment against your rubric. A preferred draft can still conta
51
51
 
52
52
  ## Example input
53
53
 
54
- [demo.json](demo.json) contains editable input and a hand-authored response. After building the repository, `npm run jev -- demo draft-compare` shows the result offline. The fixture is an illustration, not an accuracy measurement. `npm run jev -- describe draft-compare` shows the input and result schemas.
54
+ [demo.json](demo.json) contains editable input and a hand-authored response. After installing `jev-recipes`, `npx jev-recipes demo draft-compare` shows the result offline. The fixture is an illustration, not an accuracy measurement. `npx jev-recipes describe draft-compare` shows the input and result schemas.
@@ -48,4 +48,4 @@ Does not decide which source is authoritative. Exact numbers, timestamps, and ve
48
48
 
49
49
  ## Example input
50
50
 
51
- [demo.json](demo.json) contains editable input and a hand-authored response. After building the repository, `npm run jev -- demo evidence-conflict` shows the result offline. The fixture is an illustration, not an accuracy measurement. `npm run jev -- describe evidence-conflict` shows the input and result schemas.
51
+ [demo.json](demo.json) contains editable input and a hand-authored response. After installing `jev-recipes`, `npx jev-recipes demo evidence-conflict` shows the result offline. The fixture is an illustration, not an accuracy measurement. `npx jev-recipes describe evidence-conflict` shows the input and result schemas.
@@ -53,4 +53,4 @@ Assesses novelty within the supplied set. It does not establish correctness or d
53
53
 
54
54
  ## Example input
55
55
 
56
- [demo.json](demo.json) contains editable input and a hand-authored response. After building the repository, `npm run jev -- demo evidence-novelty` shows the result offline. The fixture is an illustration, not an accuracy measurement. `npm run jev -- describe evidence-novelty` shows the input and result schemas.
56
+ [demo.json](demo.json) contains editable input and a hand-authored response. After installing `jev-recipes`, `npx jev-recipes demo evidence-novelty` shows the result offline. The fixture is an illustration, not an accuracy measurement. `npx jev-recipes describe evidence-novelty` shows the input and result schemas.
@@ -44,4 +44,4 @@ Does not establish truth, expiration times, or freshness. Refresh policies and t
44
44
 
45
45
  ## Example input
46
46
 
47
- [demo.json](demo.json) contains editable input and a hand-authored response. After building the repository, `npm run jev -- demo fact-stability` shows the result offline. The fixture is an illustration, not an accuracy measurement. `npm run jev -- describe fact-stability` shows the input and result schemas.
47
+ [demo.json](demo.json) contains editable input and a hand-authored response. After installing `jev-recipes`, `npx jev-recipes demo fact-stability` shows the result offline. The fixture is an illustration, not an accuracy measurement. `npx jev-recipes describe fact-stability` shows the input and result schemas.
@@ -49,4 +49,4 @@ Maps text to your categories. Use structured error codes first; this recipe does
49
49
 
50
50
  ## Example input
51
51
 
52
- [demo.json](demo.json) contains editable input and a hand-authored response. After building the repository, `npm run jev -- demo failure-kind` shows the result offline. The fixture is an illustration, not an accuracy measurement. `npm run jev -- describe failure-kind` shows the input and result schemas.
52
+ [demo.json](demo.json) contains editable input and a hand-authored response. After installing `jev-recipes`, `npx jev-recipes demo failure-kind` shows the result offline. The fixture is an illustration, not an accuracy measurement. `npx jev-recipes describe failure-kind` shows the input and result schemas.
@@ -48,4 +48,4 @@ Returns one primary category. It does not create a ticket, extract multiple issu
48
48
 
49
49
  ## Example input
50
50
 
51
- [demo.json](demo.json) contains editable input and a hand-authored response. After building the repository, `npm run jev -- demo feedback-kind` shows the result offline. The fixture is an illustration, not an accuracy measurement. `npm run jev -- describe feedback-kind` shows the input and result schemas.
51
+ [demo.json](demo.json) contains editable input and a hand-authored response. After installing `jev-recipes`, `npx jev-recipes demo feedback-kind` shows the result offline. The fixture is an illustration, not an accuracy measurement. `npx jev-recipes describe feedback-kind` shows the input and result schemas.
@@ -50,4 +50,4 @@ Chooses among caller-supplied candidates. Extract candidates with a parser or ge
50
50
 
51
51
  ## Example input
52
52
 
53
- [demo.json](demo.json) contains editable input and a hand-authored response. After building the repository, `npm run jev -- demo field-select` shows the result offline. The fixture is an illustration, not an accuracy measurement. `npm run jev -- describe field-select` shows the input and result schemas.
53
+ [demo.json](demo.json) contains editable input and a hand-authored response. After installing `jev-recipes`, `npx jev-recipes demo field-select` shows the result offline. The fixture is an illustration, not an accuracy measurement. `npx jev-recipes describe field-select` shows the input and result schemas.
@@ -49,4 +49,4 @@ Selects from the supplied earlier requests. Supply enough conversation context t
49
49
 
50
50
  ## Example input
51
51
 
52
- [demo.json](demo.json) contains editable input and a hand-authored response. After building the repository, `npm run jev -- demo followup-link` shows the result offline. The fixture is an illustration, not an accuracy measurement. `npm run jev -- describe followup-link` shows the input and result schemas.
52
+ [demo.json](demo.json) contains editable input and a hand-authored response. After installing `jev-recipes`, `npx jev-recipes demo followup-link` shows the result offline. The fixture is an illustration, not an accuracy measurement. `npx jev-recipes describe followup-link` shows the input and result schemas.
@@ -43,4 +43,4 @@ Does not check timestamps, determine whether a source is up to date, or retrieve
43
43
 
44
44
  ## Example input
45
45
 
46
- [demo.json](demo.json) contains editable input and a hand-authored response. After building the repository, `npm run jev -- demo freshness-needed` shows the result offline. The fixture is an illustration, not an accuracy measurement. `npm run jev -- describe freshness-needed` shows the input and result schemas.
46
+ [demo.json](demo.json) contains editable input and a hand-authored response. After installing `jev-recipes`, `npx jev-recipes demo freshness-needed` shows the result offline. The fixture is an illustration, not an accuracy measurement. `npx jev-recipes describe freshness-needed` shows the input and result schemas.
@@ -44,4 +44,4 @@ Classifies expressed language only. It does not diagnose emotions or determine c
44
44
 
45
45
  ## Example input
46
46
 
47
- [demo.json](demo.json) contains editable input and a hand-authored response. After building the repository, `npm run jev -- demo frustration-signal` shows the result offline. The fixture is an illustration, not an accuracy measurement. `npm run jev -- describe frustration-signal` shows the input and result schemas.
47
+ [demo.json](demo.json) contains editable input and a hand-authored response. After installing `jev-recipes`, `npx jev-recipes demo frustration-signal` shows the result offline. The fixture is an illustration, not an accuracy measurement. `npx jev-recipes describe frustration-signal` shows the input and result schemas.
@@ -53,4 +53,4 @@ Write observable rules and supply the facts needed to evaluate them. Compute exa
53
53
 
54
54
  ## Example input
55
55
 
56
- [demo.json](demo.json) contains editable input and a hand-authored response. After building the repository, `npm run jev -- demo handoff` shows an offline illustration, not an accuracy measurement. Use `npm run jev -- describe handoff` to inspect the input and result schemas.
56
+ [demo.json](demo.json) contains editable input and a hand-authored response. After installing `jev-recipes`, `npx jev-recipes demo handoff` shows an offline illustration, not an accuracy measurement. Use `npx jev-recipes describe handoff` to inspect the input and result schemas.
@@ -49,4 +49,4 @@ Matches only incidents supplied by the caller. Filter incident status, dates, af
49
49
 
50
50
  ## Example input
51
51
 
52
- [demo.json](demo.json) contains editable input and a hand-authored response. After building the repository, `npm run jev -- demo incident-match` shows the result offline. The fixture is an illustration, not an accuracy measurement. `npm run jev -- describe incident-match` shows the input and result schemas.
52
+ [demo.json](demo.json) contains editable input and a hand-authored response. After installing `jev-recipes`, `npx jev-recipes demo incident-match` shows the result offline. The fixture is an illustration, not an accuracy measurement. `npx jev-recipes describe incident-match` shows the input and result schemas.
@@ -46,4 +46,4 @@ Checks semantic applicability. Instruction priority, trust, permissions, and con
46
46
 
47
47
  ## Example input
48
48
 
49
- [demo.json](demo.json) contains editable input and a hand-authored response. After building the repository, `npm run jev -- demo instruction-fit` shows the result offline. The fixture is an illustration, not an accuracy measurement. `npm run jev -- describe instruction-fit` shows the input and result schemas.
49
+ [demo.json](demo.json) contains editable input and a hand-authored response. After installing `jev-recipes`, `npx jev-recipes demo instruction-fit` shows the result offline. The fixture is an illustration, not an accuracy measurement. `npx jev-recipes describe instruction-fit` shows the input and result schemas.
@@ -47,4 +47,4 @@ Classifies a goal change. It does not rewrite the goal, alter a task queue, or m
47
47
 
48
48
  ## Example input
49
49
 
50
- [demo.json](demo.json) contains editable input and a hand-authored response. After building the repository, `npm run jev -- demo intent-change` shows the result offline. The fixture is an illustration, not an accuracy measurement. `npm run jev -- describe intent-change` shows the input and result schemas.
50
+ [demo.json](demo.json) contains editable input and a hand-authored response. After installing `jev-recipes`, `npx jev-recipes demo intent-change` shows the result offline. The fixture is an illustration, not an accuracy measurement. `npx jev-recipes describe intent-change` shows the input and result schemas.
@@ -45,4 +45,4 @@ Assesses reported impact, not verified system severity. Service commitments and
45
45
 
46
46
  ## Example input
47
47
 
48
- [demo.json](demo.json) contains editable input and a hand-authored response. After building the repository, `npm run jev -- demo issue-impact` shows the result offline. The fixture is an illustration, not an accuracy measurement. `npm run jev -- describe issue-impact` shows the input and result schemas.
48
+ [demo.json](demo.json) contains editable input and a hand-authored response. After installing `jev-recipes`, `npx jev-recipes demo issue-impact` shows the result offline. The fixture is an illustration, not an accuracy measurement. `npx jev-recipes describe issue-impact` shows the input and result schemas.
@@ -49,4 +49,4 @@ Compares two supplied facts. It does not select a memory to overwrite or resolve
49
49
 
50
50
  ## Example input
51
51
 
52
- [demo.json](demo.json) contains editable input and a hand-authored response. After building the repository, `npm run jev -- demo memory-relation` shows the result offline. The fixture is an illustration, not an accuracy measurement. `npm run jev -- describe memory-relation` shows the input and result schemas.
52
+ [demo.json](demo.json) contains editable input and a hand-authored response. After installing `jev-recipes`, `npx jev-recipes demo memory-relation` shows the result offline. The fixture is an illustration, not an accuracy measurement. `npx jev-recipes describe memory-relation` shows the input and result schemas.
@@ -47,4 +47,4 @@ Identifies semantic scope. It does not identify a storage tenant, establish cons
47
47
 
48
48
  ## Example input
49
49
 
50
- [demo.json](demo.json) contains editable input and a hand-authored response. After building the repository, `npm run jev -- demo memory-scope` shows the result offline. The fixture is an illustration, not an accuracy measurement. `npm run jev -- describe memory-scope` shows the input and result schemas.
50
+ [demo.json](demo.json) contains editable input and a hand-authored response. After installing `jev-recipes`, `npx jev-recipes demo memory-scope` shows the result offline. The fixture is an illustration, not an accuracy measurement. `npx jev-recipes describe memory-scope` shows the input and result schemas.
@@ -47,4 +47,4 @@ Assesses usefulness only. Storage consent, sensitive-data policy, retention, and
47
47
 
48
48
  ## Example input
49
49
 
50
- [demo.json](demo.json) contains editable input and a hand-authored response. After building the repository, `npm run jev -- demo memory-value` shows the result offline. The fixture is an illustration, not an accuracy measurement. `npm run jev -- describe memory-value` shows the input and result schemas.
50
+ [demo.json](demo.json) contains editable input and a hand-authored response. After installing `jev-recipes`, `npx jev-recipes demo memory-value` shows the result offline. The fixture is an illustration, not an accuracy measurement. `npx jev-recipes describe memory-value` shows the input and result schemas.
@@ -46,4 +46,4 @@ Compares a supplied pair. It does not search a corpus, cluster documents, or rem
46
46
 
47
47
  ## Example input
48
48
 
49
- [demo.json](demo.json) contains editable input and a hand-authored response. After building the repository, `npm run jev -- demo passage-duplicate` shows the result offline. The fixture is an illustration, not an accuracy measurement. `npm run jev -- describe passage-duplicate` shows the input and result schemas.
49
+ [demo.json](demo.json) contains editable input and a hand-authored response. After installing `jev-recipes`, `npx jev-recipes demo passage-duplicate` shows the result offline. The fixture is an illustration, not an accuracy measurement. `npx jev-recipes describe passage-duplicate` shows the input and result schemas.
@@ -45,4 +45,4 @@ Classifies a statement. It does not infer unexpressed preferences or grant permi
45
45
 
46
46
  ## Example input
47
47
 
48
- [demo.json](demo.json) contains editable input and a hand-authored response. After building the repository, `npm run jev -- demo preference-kind` shows the result offline. The fixture is an illustration, not an accuracy measurement. `npm run jev -- describe preference-kind` shows the input and result schemas.
48
+ [demo.json](demo.json) contains editable input and a hand-authored response. After installing `jev-recipes`, `npx jev-recipes demo preference-kind` shows the result offline. The fixture is an illustration, not an accuracy measurement. `npx jev-recipes describe preference-kind` shows the input and result schemas.
@@ -45,4 +45,4 @@ Reviews expressed promises. It does not approve refunds, establish contractual o
45
45
 
46
46
  ## Example input
47
47
 
48
- [demo.json](demo.json) contains editable input and a hand-authored response. After building the repository, `npm run jev -- demo promise-check` shows the result offline. The fixture is an illustration, not an accuracy measurement. `npm run jev -- describe promise-check` shows the input and result schemas.
48
+ [demo.json](demo.json) contains editable input and a hand-authored response. After installing `jev-recipes`, `npx jev-recipes demo promise-check` shows the result offline. The fixture is an illustration, not an accuracy measurement. `npx jev-recipes describe promise-check` shows the input and result schemas.
@@ -47,4 +47,4 @@ Compares supplied questions. It does not rewrite them or establish that an exist
47
47
 
48
48
  ## Example input
49
49
 
50
- [demo.json](demo.json) contains editable input and a hand-authored response. After building the repository, `npm run jev -- demo query-equivalence` shows the result offline. The fixture is an illustration, not an accuracy measurement. `npm run jev -- describe query-equivalence` shows the input and result schemas.
50
+ [demo.json](demo.json) contains editable input and a hand-authored response. After installing `jev-recipes`, `npx jev-recipes demo query-equivalence` shows the result offline. The fixture is an illustration, not an accuracy measurement. `npx jev-recipes describe query-equivalence` shows the input and result schemas.
@@ -44,4 +44,4 @@ Assesses focus only. Use clarify when the application has explicit required fiel
44
44
 
45
45
  ## Example input
46
46
 
47
- [demo.json](demo.json) contains editable input and a hand-authored response. After building the repository, `npm run jev -- demo query-specificity` shows the result offline. The fixture is an illustration, not an accuracy measurement. `npm run jev -- describe query-specificity` shows the input and result schemas.
47
+ [demo.json](demo.json) contains editable input and a hand-authored response. After installing `jev-recipes`, `npx jev-recipes demo query-specificity` shows the result offline. The fixture is an illustration, not an accuracy measurement. `npx jev-recipes describe query-specificity` shows the input and result schemas.
@@ -51,4 +51,4 @@ Resolves a supplied reference among candidates. It does not extract references,
51
51
 
52
52
  ## Example input
53
53
 
54
- [demo.json](demo.json) contains editable input and a hand-authored response. After building the repository, `npm run jev -- demo reference-resolve` shows the result offline. The fixture is an illustration, not an accuracy measurement. `npm run jev -- describe reference-resolve` shows the input and result schemas.
54
+ [demo.json](demo.json) contains editable input and a hand-authored response. After installing `jev-recipes`, `npx jev-recipes demo reference-resolve` shows the result offline. The fixture is an illustration, not an accuracy measurement. `npx jev-recipes describe reference-resolve` shows the input and result schemas.
@@ -47,4 +47,4 @@ Compares two attempts only. Counting repeats, deciding whether a retry is justif
47
47
 
48
48
  ## Example input
49
49
 
50
- [demo.json](demo.json) contains editable input and a hand-authored response. After building the repository, `npm run jev -- demo repeated-attempt` shows the result offline. The fixture is an illustration, not an accuracy measurement. `npm run jev -- describe repeated-attempt` shows the input and result schemas.
50
+ [demo.json](demo.json) contains editable input and a hand-authored response. After installing `jev-recipes`, `npx jev-recipes demo repeated-attempt` shows the result offline. The fixture is an illustration, not an accuracy measurement. `npx jev-recipes describe repeated-attempt` shows the input and result schemas.
@@ -49,4 +49,4 @@ Selects a supplied template. It does not fill placeholders, approve its content,
49
49
 
50
50
  ## Example input
51
51
 
52
- [demo.json](demo.json) contains editable input and a hand-authored response. After building the repository, `npm run jev -- demo reply-template-match` shows the result offline. The fixture is an illustration, not an accuracy measurement. `npm run jev -- describe reply-template-match` shows the input and result schemas.
52
+ [demo.json](demo.json) contains editable input and a hand-authored response. After installing `jev-recipes`, `npx jev-recipes demo reply-template-match` shows the result offline. The fixture is an illustration, not an accuracy measurement. `npx jev-recipes describe reply-template-match` shows the input and result schemas.
@@ -52,4 +52,4 @@ Relevance does not establish that a passage is true or sufficient to answer the
52
52
 
53
53
  ## Example input
54
54
 
55
- [demo.json](demo.json) contains editable input and a hand-authored response. After building the repository, `npm run jev -- demo rerank` shows an offline illustration, not an accuracy measurement. Use `npm run jev -- describe rerank` to inspect the input and result schemas.
55
+ [demo.json](demo.json) contains editable input and a hand-authored response. After installing `jev-recipes`, `npx jev-recipes demo rerank` shows an offline illustration, not an accuracy measurement. Use `npx jev-recipes describe rerank` to inspect the input and result schemas.
@@ -46,4 +46,4 @@ Interprets the customer report. It does not verify the system state, close a tic
46
46
 
47
47
  ## Example input
48
48
 
49
- [demo.json](demo.json) contains editable input and a hand-authored response. After building the repository, `npm run jev -- demo resolution-check` shows the result offline. The fixture is an illustration, not an accuracy measurement. `npm run jev -- describe resolution-check` shows the input and result schemas.
49
+ [demo.json](demo.json) contains editable input and a hand-authored response. After installing `jev-recipes`, `npx jev-recipes demo resolution-check` shows the result offline. The fixture is an illustration, not an accuracy measurement. `npx jev-recipes describe resolution-check` shows the input and result schemas.
@@ -45,4 +45,4 @@ Assesses conversational need. Channel-specific response obligations and customer
45
45
 
46
46
  ## Example input
47
47
 
48
- [demo.json](demo.json) contains editable input and a hand-authored response. After building the repository, `npm run jev -- demo response-needed` shows the result offline. The fixture is an illustration, not an accuracy measurement. `npm run jev -- describe response-needed` shows the input and result schemas.
48
+ [demo.json](demo.json) contains editable input and a hand-authored response. After installing `jev-recipes`, `npx jev-recipes demo response-needed` shows the result offline. The fixture is an illustration, not an accuracy measurement. `npx jev-recipes describe response-needed` shows the input and result schemas.
@@ -46,4 +46,4 @@ Interprets a report; it does not independently confirm an external action occurr
46
46
 
47
47
  ## Example input
48
48
 
49
- [demo.json](demo.json) contains editable input and a hand-authored response. After building the repository, `npm run jev -- demo result-outcome` shows the result offline. The fixture is an illustration, not an accuracy measurement. `npm run jev -- describe result-outcome` shows the input and result schemas.
49
+ [demo.json](demo.json) contains editable input and a hand-authored response. After installing `jev-recipes`, `npx jev-recipes demo result-outcome` shows the result offline. The fixture is an illustration, not an accuracy measurement. `npx jev-recipes describe result-outcome` shows the input and result schemas.
@@ -46,4 +46,4 @@ Assesses response content, not transport success or source truth. Handle empty b
46
46
 
47
47
  ## Example input
48
48
 
49
- [demo.json](demo.json) contains editable input and a hand-authored response. After building the repository, `npm run jev -- demo result-usefulness` shows the result offline. The fixture is an illustration, not an accuracy measurement. `npm run jev -- describe result-usefulness` shows the input and result schemas.
49
+ [demo.json](demo.json) contains editable input and a hand-authored response. After installing `jev-recipes`, `npx jev-recipes demo result-usefulness` shows the result offline. The fixture is an illustration, not an accuracy measurement. `npx jev-recipes describe result-usefulness` shows the input and result schemas.
@@ -45,4 +45,4 @@ Assesses information needs without searching. A no-retrieval decision does not e
45
45
 
46
46
  ## Example input
47
47
 
48
- [demo.json](demo.json) contains editable input and a hand-authored response. After building the repository, `npm run jev -- demo retrieval-needed` shows the result offline. The fixture is an illustration, not an accuracy measurement. `npm run jev -- describe retrieval-needed` shows the input and result schemas.
48
+ [demo.json](demo.json) contains editable input and a hand-authored response. After installing `jev-recipes`, `npx jev-recipes demo retrieval-needed` shows the result offline. The fixture is an illustration, not an accuracy measurement. `npx jev-recipes describe retrieval-needed` shows the input and result schemas.
@@ -44,4 +44,4 @@ Routes with overlapping descriptions can be difficult to distinguish. Describe t
44
44
 
45
45
  ## Example input
46
46
 
47
- [demo.json](demo.json) contains editable input and a hand-authored response. After building the repository, `npm run jev -- demo route` shows an offline illustration, not an accuracy measurement. Use `npm run jev -- describe route` to inspect the input and result schemas.
47
+ [demo.json](demo.json) contains editable input and a hand-authored response. After installing `jev-recipes`, `npx jev-recipes demo route` shows an offline illustration, not an accuracy measurement. Use `npx jev-recipes describe route` to inspect the input and result schemas.
@@ -45,4 +45,4 @@ Assesses semantic scope. Enforce tenant, access, exact version, and region const
45
45
 
46
46
  ## Example input
47
47
 
48
- [demo.json](demo.json) contains editable input and a hand-authored response. After building the repository, `npm run jev -- demo source-applicability` shows the result offline. The fixture is an illustration, not an accuracy measurement. `npm run jev -- describe source-applicability` shows the input and result schemas.
48
+ [demo.json](demo.json) contains editable input and a hand-authored response. After installing `jev-recipes`, `npx jev-recipes demo source-applicability` shows the result offline. The fixture is an illustration, not an accuracy measurement. `npx jev-recipes describe source-applicability` shows the input and result schemas.
@@ -45,4 +45,4 @@ Assesses supplied evidence for one condition. Use exact system state checks when
45
45
 
46
46
  ## Example input
47
47
 
48
- [demo.json](demo.json) contains editable input and a hand-authored response. After building the repository, `npm run jev -- demo step-complete` shows the result offline. The fixture is an illustration, not an accuracy measurement. `npm run jev -- describe step-complete` shows the input and result schemas.
48
+ [demo.json](demo.json) contains editable input and a hand-authored response. After installing `jev-recipes`, `npx jev-recipes demo step-complete` shows the result offline. The fixture is an illustration, not an accuracy measurement. `npx jev-recipes describe step-complete` shows the input and result schemas.
@@ -48,4 +48,4 @@ Compares one observation with a supplied prior state. It does not measure elapse
48
48
 
49
49
  ## Example input
50
50
 
51
- [demo.json](demo.json) contains editable input and a hand-authored response. After building the repository, `npm run jev -- demo step-progress` shows the result offline. The fixture is an illustration, not an accuracy measurement. `npm run jev -- describe step-progress` shows the input and result schemas.
51
+ [demo.json](demo.json) contains editable input and a hand-authored response. After installing `jev-recipes`, `npx jev-recipes demo step-progress` shows the result offline. The fixture is an illustration, not an accuracy measurement. `npx jev-recipes describe step-progress` shows the input and result schemas.
@@ -57,4 +57,4 @@ Checks the points you supply. It does not select important points from a transcr
57
57
 
58
58
  ## Example input
59
59
 
60
- [demo.json](demo.json) contains editable input and a hand-authored response. After building the repository, `npm run jev -- demo summary-coverage` shows the result offline. The fixture is an illustration, not an accuracy measurement. `npm run jev -- describe summary-coverage` shows the input and result schemas.
60
+ [demo.json](demo.json) contains editable input and a hand-authored response. After installing `jev-recipes`, `npx jev-recipes demo summary-coverage` shows the result offline. The fixture is an illustration, not an accuracy measurement. `npx jev-recipes describe summary-coverage` shows the input and result schemas.
@@ -47,4 +47,4 @@ Does not merge tickets or establish a shared root cause from similar symptoms al
47
47
 
48
48
  ## Example input
49
49
 
50
- [demo.json](demo.json) contains editable input and a hand-authored response. After building the repository, `npm run jev -- demo ticket-match` shows the result offline. The fixture is an illustration, not an accuracy measurement. `npm run jev -- describe ticket-match` shows the input and result schemas.
50
+ [demo.json](demo.json) contains editable input and a hand-authored response. After installing `jev-recipes`, `npx jev-recipes demo ticket-match` shows the result offline. The fixture is an illustration, not an accuracy measurement. `npx jev-recipes describe ticket-match` shows the input and result schemas.
@@ -52,4 +52,4 @@ Checks supplied writing criteria. It does not rewrite text, determine factual ac
52
52
 
53
53
  ## Example input
54
54
 
55
- [demo.json](demo.json) contains editable input and a hand-authored response. After building the repository, `npm run jev -- demo tone-check` shows the result offline. The fixture is an illustration, not an accuracy measurement. `npm run jev -- describe tone-check` shows the input and result schemas.
55
+ [demo.json](demo.json) contains editable input and a hand-authored response. After installing `jev-recipes`, `npx jev-recipes demo tone-check` shows the result offline. The fixture is an illustration, not an accuracy measurement. `npx jev-recipes describe tone-check` shows the input and result schemas.
@@ -46,4 +46,4 @@ Assesses a supplied capability description. It does not discover tools, validate
46
46
 
47
47
  ## Example input
48
48
 
49
- [demo.json](demo.json) contains editable input and a hand-authored response. After building the repository, `npm run jev -- demo tool-fit` shows the result offline. The fixture is an illustration, not an accuracy measurement. `npm run jev -- describe tool-fit` shows the input and result schemas.
49
+ [demo.json](demo.json) contains editable input and a hand-authored response. After installing `jev-recipes`, `npx jev-recipes demo tool-fit` shows the result offline. The fixture is an illustration, not an accuracy measurement. `npx jev-recipes describe tool-fit` shows the input and result schemas.
@@ -47,4 +47,4 @@ Compares one message with a supplied topic. It does not generate topic labels or
47
47
 
48
48
  ## Example input
49
49
 
50
- [demo.json](demo.json) contains editable input and a hand-authored response. After building the repository, `npm run jev -- demo topic-shift` shows the result offline. The fixture is an illustration, not an accuracy measurement. `npm run jev -- describe topic-shift` shows the input and result schemas.
50
+ [demo.json](demo.json) contains editable input and a hand-authored response. After installing `jev-recipes`, `npx jev-recipes demo topic-shift` shows the result offline. The fixture is an illustration, not an accuracy measurement. `npx jev-recipes describe topic-shift` shows the input and result schemas.
@@ -46,4 +46,4 @@ Assesses a supplied procedure; it does not diagnose a root cause, generate steps
46
46
 
47
47
  ## Example input
48
48
 
49
- [demo.json](demo.json) contains editable input and a hand-authored response. After building the repository, `npm run jev -- demo troubleshooting-fit` shows the result offline. The fixture is an illustration, not an accuracy measurement. `npm run jev -- describe troubleshooting-fit` shows the input and result schemas.
49
+ [demo.json](demo.json) contains editable input and a hand-authored response. After installing `jev-recipes`, `npx jev-recipes demo troubleshooting-fit` shows the result offline. The fixture is an illustration, not an accuracy measurement. `npx jev-recipes describe troubleshooting-fit` shows the input and result schemas.
@@ -49,4 +49,4 @@ Returns the primary purpose only. It does not split a message into separate requ
49
49
 
50
50
  ## Example input
51
51
 
52
- [demo.json](demo.json) contains editable input and a hand-authored response. After building the repository, `npm run jev -- demo turn-intent` shows the result offline. The fixture is an illustration, not an accuracy measurement. `npm run jev -- describe turn-intent` shows the input and result schemas.
52
+ [demo.json](demo.json) contains editable input and a hand-authored response. After installing `jev-recipes`, `npx jev-recipes demo turn-intent` shows the result offline. The fixture is an illustration, not an accuracy measurement. `npx jev-recipes describe turn-intent` shows the input and result schemas.
@@ -44,4 +44,4 @@ Detects an expressed urgency request. Compute deadline proximity and apply incid
44
44
 
45
45
  ## Example input
46
46
 
47
- [demo.json](demo.json) contains editable input and a hand-authored response. After building the repository, `npm run jev -- demo urgency-signal` shows the result offline. The fixture is an illustration, not an accuracy measurement. `npm run jev -- describe urgency-signal` shows the input and result schemas.
47
+ [demo.json](demo.json) contains editable input and a hand-authored response. After installing `jev-recipes`, `npx jev-recipes demo urgency-signal` shows the result offline. The fixture is an illustration, not an accuracy measurement. `npx jev-recipes describe urgency-signal` shows the input and result schemas.
@@ -51,4 +51,4 @@ Checks only supplied claim/evidence pairs. It does not extract claims, retrieve
51
51
 
52
52
  ## Example input
53
53
 
54
- [demo.json](demo.json) contains editable input and a hand-authored response. After building the repository, `npm run jev -- demo verify` shows an offline illustration, not an accuracy measurement. Use `npm run jev -- describe verify` to inspect the input and result schemas.
54
+ [demo.json](demo.json) contains editable input and a hand-authored response. After installing `jev-recipes`, `npx jev-recipes demo verify` shows an offline illustration, not an accuracy measurement. Use `npx jev-recipes describe verify` to inspect the input and result schemas.
@@ -47,4 +47,4 @@ Assesses described compatibility. It does not establish operational safety, exec
47
47
 
48
48
  ## Example input
49
49
 
50
- [demo.json](demo.json) contains editable input and a hand-authored response. After building the repository, `npm run jev -- demo workaround-fit` shows the result offline. The fixture is an illustration, not an accuracy measurement. `npm run jev -- describe workaround-fit` shows the input and result schemas.
50
+ [demo.json](demo.json) contains editable input and a hand-authored response. After installing `jev-recipes`, `npx jev-recipes demo workaround-fit` shows the result offline. The fixture is an illustration, not an accuracy measurement. `npx jev-recipes describe workaround-fit` shows the input and result schemas.