/** * CLI-level `totem review` run-start banner test (mmnto-ai/totem#2536). * * The billing truth-up moved the honest description of `totem review` into the * template and the docs prompt; this pins the third surface — the line the * command itself emits at run start, where stale muscle memory actually gets * corrected. It must state the advisory role and the known limits, and it must * NOT fire on the read-only `--covariate` transport verb, which short-circuits * before any review work. * * Lives in its own file to avoid mock contamination (same harness shape as * `shield-covariate.test.ts`): the heavy seams (config, engine bootstrap, hook * installer, git diff) are mocked so the run-start path is exercised without a * real repo, config, or network invoke. */ export {}; //# sourceMappingURL=shield-banner.test.d.ts.map