@emseepea/testing 0.2.0 → 0.2.1

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 +2 -2
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -4,10 +4,10 @@ Test whether an AI selects the right MCP tool and understands its result, not
4
4
  just whether the server returns valid data. Write JavaScript tests with ordinary
5
5
  imports, setup hooks, loops, and assertions.
6
6
 
7
- Read the [guide to testing AI tool choice and understanding](https://github.com/windyroad/emseepea/blob/main/website/src/content/docs/ai-tests.md)
7
+ Read the [guide to testing AI tool choice and understanding](https://github.com/emseepea/emseepea/blob/main/website/src/content/docs/ai-tests.md)
8
8
  for setup, test fields, commands, and what a passing check proves.
9
9
 
10
- Start from the [coffee tool-selection test](https://github.com/windyroad/emseepea/blob/main/examples/basic-no-ui/eval/meaning.test.mjs).
10
+ Start from the [coffee tool-selection test](https://github.com/emseepea/emseepea/blob/main/examples/basic-no-ui/eval/meaning.test.mjs).
11
11
  Keep these tests in `eval/`, separate from ordinary tests in `test/`.
12
12
 
13
13
  Use `toolSelectionTest` when the AI should choose a tool. Use `semanticTest`
package/package.json CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@emseepea/testing",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "MCP integration and semantic testing helpers",
5
5
  "license": "MIT",
6
6
  "repository": {
7
7
  "type": "git",
8
- "url": "git+https://github.com/windyroad/emseepea.git",
8
+ "url": "git+https://github.com/emseepea/emseepea.git",
9
9
  "directory": "packages/testing"
10
10
  },
11
- "homepage": "https://github.com/windyroad/emseepea#readme",
12
- "bugs": "https://github.com/windyroad/emseepea/issues",
11
+ "homepage": "https://emseepea.github.io/emseepea/ai-tests/",
12
+ "bugs": "https://github.com/emseepea/emseepea/issues",
13
13
  "publishConfig": {
14
14
  "access": "public",
15
15
  "provenance": true,