/** * Behaviour tests for `totem seat add | suspend | remove | list` * (mmnto-ai/totem#2511 slice 2). * * Every test drives the real command functions against a temp repo fixture — * the marker file, the seat dirs, and `config.json` are read back from disk * rather than asserted through a mock, because the whole contract of these * verbs is what they leave on disk and what they REFUSE to leave. * * Two fixture disciplines: * - a `.totem/` marker is created in every fixture so * `resolveTotemRepoRootSync` anchors at the temp dir instead of walking up * into a real repo (or `~/.totem`); * - `envForTest` is passed EXPLICITLY everywhere, so an ambient * `TOTEM_SELF_AGENT` in the operator's shell can never decide whether the * `by` field appears. */ export {}; //# sourceMappingURL=seat.test.d.ts.map