/** * skaile rebuild — re-snapshots all inline-snapshot composition items, * bumps the prompt version, and writes compile_manifest.json. * * This command is the manual "freeze" step for agents that compose * inline-snapshot assets (soul, persona). Running it ensures the * agent's prompt content is deterministic until the next rebuild. */ import { Command } from "commander"; /** * Creates the `skaile rebuild` command. * * Re-snapshots all inline-snapshot composition items for an agent, bumps the * prompt version, and writes `compile_manifest.json`. This is the manual * "freeze" step to make an agent's composed prompt deterministic. * * @returns Configured {@link Command} ready for `program.addCommand()`. * @docLink cli/commands/misc#rebuild */ export declare function makeRebuildCommand(): Command; //# sourceMappingURL=rebuild.d.ts.map