@forgeax/engine-plugin 0.1.4 → 0.1.6
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 +0 -9
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -18,15 +18,6 @@
|
|
|
18
18
|
|
|
19
19
|
The Catalog is not a package scanner. Devkit emits only modules already admitted by `forge.json.plugins[]`; production does not inspect `node_modules`, evaluate YAML, or construct arbitrary dynamic import strings.
|
|
20
20
|
|
|
21
|
-
## Execution capability bridge
|
|
22
|
-
|
|
23
|
-
`createContextCapabilityResolver(ctx)` is the only bridge from an active Cordis
|
|
24
|
-
Context to the realm-neutral ToolRuntime capability seam. A selected Entry is
|
|
25
|
-
reconciled and awaited first; only then does the host pass this resolver to the
|
|
26
|
-
ToolRuntime executor. `ToolExecutionContext` receives typed services, never raw
|
|
27
|
-
Context or Fiber objects. Disposing, removing, or rolling back the Entry makes
|
|
28
|
-
the owning lease terminal and stale capability reads fail structurally.
|
|
29
|
-
|
|
30
21
|
```ts
|
|
31
22
|
import { installCatalogLoader, projectPluginEntries } from '@forgeax/engine-plugin/loader';
|
|
32
23
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forgeax/engine-plugin",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.6",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"@deepseek-ai/cordis": "4.0.1",
|
|
31
31
|
"@deepseek-ai/cordis-plugin-loader": "1.0.2",
|
|
32
|
-
"@forgeax/engine-tool-runtime": "0.1.
|
|
32
|
+
"@forgeax/engine-tool-runtime": "0.1.6"
|
|
33
33
|
},
|
|
34
34
|
"forgeax": {
|
|
35
35
|
"metrics": {
|