feat(scripts): Add community scripts subsystem: script index, runner, and CLI commands with background refresh; update docs and paths

This commit is contained in:
2025-10-27 17:29:52 +00:00
parent a289bcc413
commit fc22e1dd88
9 changed files with 819 additions and 17 deletions

5
mod.ts
View File

@@ -44,5 +44,6 @@ if (import.meta.main) {
}
}
// Export for library usage
export * from './ts/index.ts';
// Export for library usage (Deno modules only)
export * from './ts/moxytool.cli.ts';
export { logger } from './ts/moxytool.logging.ts';