feat(skills): add dry-run installer planning surface

This commit is contained in:
William Valentin
2026-02-12 17:56:51 -08:00
parent 81d04357a1
commit bd754d520e
6 changed files with 206 additions and 3 deletions
+2
View File
@@ -10,6 +10,8 @@ export type {
DownloadInstallerSpec,
} from './types.js';
export { checkRequirements, loadSkill, discoverSkills, loadAllSkills } from './loader.js';
export { buildInstallerPlan } from './planner.js';
export type { InstallerPlan, InstallerPlanStep, InstallerPlanSkip, InstallerPlanningOptions } from './planner.js';
export { SkillRegistry } from './registry.js';
export { SkillInstaller } from './installer.js';
export { SkillsWatcher } from './watcher.js';