hypnotranz 1a0419dc0c feat: initial Matrix SDK
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>
2026-06-07 15:54:15 -06:00

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"
}