[00] Consent

@policystack/cli

Terminal UI for scans and config sync

Terminal entry point for Consent. Wraps @policystack/vite for one-off scans, config init, and writing back vendor-category suggestions that the Vite plugin only prints.

Status: the @policystack/cli package ships with a policystack bin (init, validate, mcp); the consent-specific scan/sync commands below are still in flight. For build-time scanning today, use @policystack/vite — same scanner, integrated with HMR and vite build.

Install#

bun add -D @policystack/cli

Usage#

policystack --help

Planned commands#

  • policystack scan — run the scanner against a project, print findings.
  • policystack sync — apply the vendor-category suggestions the scanner detects, writing them to your policystack.ts.

Track progress in the repo issues.

See also#

License#

Apache-2.0