modelpact 2.0.3 → 2.0.4

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 (2) hide show
  1. package/README.md +9 -13
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -360,19 +360,15 @@ it. Vitest deliberately misses it — `include` there is `*.test.ts`.
360
360
 
361
361
  ## Contributing
362
362
 
363
- Conventional commits release-please reads them and a pull request against
364
- `main`; CI is the reviewer that has to say yes first. Everything it runs, runs
365
- locally:
366
-
367
- ```sh
368
- npm ci
369
- npm run typecheck && npm run lint && npm run format:check && npm test
370
- npm run test:e2e # Chromium; the demo server starts itself
371
- npm run external && npm run external:orchestrator && npm run external:agent
372
- ```
373
-
374
- A backend is the most useful thing to bring. Four answers, `createProvider`,
375
- and `describeContract` green — see [Bring your own backend](#bring-your-own-backend).
363
+ A backend is the most useful thing to bring: four answers, `createProvider`,
364
+ and `describeContract` green. [`CONTRIBUTING.md`](CONTRIBUTING.md) has the
365
+ setup, every check CI runs and how to run it first, the commit convention, the
366
+ two rules the conformance suite will otherwise find for you, and where a change
367
+ belongs among the three storeys.
368
+
369
+ [`CODE_OF_CONDUCT.md`](CODE_OF_CONDUCT.md) is the short version of be decent.
370
+ [`SECURITY.md`](SECURITY.md) is how to report a vulnerability privately, and
371
+ what this package does and does not do with what a model says.
376
372
 
377
373
  ## License
378
374
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "modelpact",
3
- "version": "2.0.3",
3
+ "version": "2.0.4",
4
4
  "description": "A contract for language-model backends, and the test suite that proves yours conforms to it",
5
5
  "keywords": [
6
6
  "llm",