/** * Unit tests for the personal-vault path-discovery helpers. * * These cover the column-anchored `cloud: true` exclusion-marker regex and * the `companies/{slug}/` enumeration filter — both are pure functions over * disk + caller-supplied option sets, so we exercise them against tmp * directories rather than mocking fs. Local (non-cloud) companies sync to * the personal vault by DEFAULT: a missing/markerless `company.yaml` is * INCLUDED; only an explicit `cloud: true` marker, membership via * `teamSyncedSlugs`, or a `cloud_uid: cmp_*` entry in * `companies/manifest.yaml` opts a company out. * * The sync-runner-level integration (team-synced slug derivation, * decommission of cloud-promoted companies, end-to-end share() invocation) * lives in `bin/sync-runner.test.ts` — tests G, H, I. */ export {}; //# sourceMappingURL=personal-vault.test.d.ts.map