/** * aegis init * * The main event. Scans the repo, starts a discovery conversation * with the human, and produces the .agentpolicy/ directory. * * First-time: Logo wordmark → conversation → files appear. * Return visit: Logo wordmark → short opener → files updated (or unchanged). * * The scan happens quietly before the first message. The policy * gets written quietly after the last one. In between, it's * Aegis at work. */ import { TerminalUI } from "../ui/terminal.js"; export declare function initCommand(): Promise; export declare function shouldWriteRepoTranscript(scanHadAuthoredPolicy: boolean, policyWriteSucceeded: boolean): boolean; export declare function handlePostCompletionSlashCommand(input: string, ui: Pick): boolean; //# sourceMappingURL=init.d.ts.map