edict-lang 1.9.1 → 1.9.2
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.
- package/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -52,7 +52,7 @@ Host capabilities available through adapters: filesystem (sandboxed), HTTP, cryp
|
|
|
52
52
|
|
|
53
53
|
```bash
|
|
54
54
|
npm install
|
|
55
|
-
npm test #
|
|
55
|
+
npm test # 1838 tests across 105 files
|
|
56
56
|
npm run mcp # start MCP server (stdio transport)
|
|
57
57
|
```
|
|
58
58
|
|
|
@@ -194,7 +194,7 @@ src/
|
|
|
194
194
|
├── mcp/ # MCP server (tools + resources + prompts)
|
|
195
195
|
└── errors/ # Structured error types
|
|
196
196
|
|
|
197
|
-
tests/ #
|
|
197
|
+
tests/ # 1838 tests across 105 files
|
|
198
198
|
examples/ # 38 example programs (⭐→⭐⭐⭐ difficulty in README)
|
|
199
199
|
schema/ # Auto-generated JSON Schema
|
|
200
200
|
```
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "edict-lang",
|
|
3
|
-
"version": "1.9.
|
|
3
|
+
"version": "1.9.2",
|
|
4
4
|
"mcpName": "io.github.Sowiedu/edict",
|
|
5
5
|
"description": "Edict — A programming language designed for AI agents. No parser, no syntax — agents produce AST directly as JSON. Statically typed, effect-tracked, contract-verified, compiled to WASM.",
|
|
6
6
|
"type": "module",
|