Full SDK workspace: core, contracts, sdk, cli, browser-host, browser-kit, federation, omega-core, oracle, self-healing, strategies, tools, emacs. Clean extraction from the development monorepo. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
34 lines
504 B
JSON
34 lines
504 B
JSON
{
|
|
"name": "tools",
|
|
"version": "0.1.0",
|
|
"description": "Tool runner and registry",
|
|
"requires": [],
|
|
"effects": [
|
|
"tool.op"
|
|
],
|
|
"exports": [
|
|
"tools"
|
|
],
|
|
"helpTopics": [
|
|
"tools"
|
|
],
|
|
"id": "tools",
|
|
"summary": "Tool runner and registry",
|
|
"keywords": [
|
|
"tools"
|
|
],
|
|
"capabilities": [
|
|
"tool.op"
|
|
],
|
|
"commands": [
|
|
":help tools"
|
|
],
|
|
"docs": [
|
|
"doc/api.md",
|
|
"help/tools.help.md"
|
|
],
|
|
"examples": [],
|
|
"demos": [],
|
|
"learningPath": "intermediate"
|
|
}
|