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

38 lines
570 B
JSON

{
"name": "emacs",
"version": "0.1.0",
"description": "Emacs bridge integration",
"requires": [],
"effects": [
"emacs.eval.op"
],
"backends": [
"emacs"
],
"exports": [
"emacs"
],
"helpTopics": [
"emacs"
],
"id": "emacs",
"summary": "Emacs bridge integration",
"keywords": [
"emacs"
],
"capabilities": [
"emacs.eval.op",
"backend:emacs"
],
"commands": [
":help emacs"
],
"docs": [
"doc/api.md",
"help/emacs.help.md"
],
"examples": [],
"demos": [],
"learningPath": "intermediate"
}