feat(macp): mosaic macp CLI surface (#410)

This commit is contained in:
2026-04-05 06:33:52 +00:00
parent 119ff0eb1b
commit df460d5a49
6 changed files with 186 additions and 49 deletions
+3
View File
@@ -41,3 +41,6 @@ export type { NormalizedGate } from './gate-runner.js';
// Event emitter
export { nowISO, appendEvent, emitEvent } from './event-emitter.js';
// CLI
export { registerMacpCommand } from './cli.js';