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

14 lines
281 B
Common Lisp

;; Canonical package declaration.
(define-package "tools"
:description "Tool runner and registry"
:exports '(tools)
:effects '(tool.op)
:requires '()
:version "0.1.0"
)
;; tools package entry.
;; Minimal package surface aligned to manifest exports.
(define tools #t)
#t