Skip to content

Latest commit

 

History

History
42 lines (34 loc) · 1.61 KB

File metadata and controls

42 lines (34 loc) · 1.61 KB

Roadmap

v0.1 Trustworthy MVP

  • Go module and directory structure.
  • Cobra CLI: run, init, test, validate, doctor, log, demo, version.
  • Parser, policy engine, presets, secret masker, FS guard, env filter.
  • PATH shim and shell wrapper enforcement.
  • PTY proxy with stdin policy checks, output masking, signal forwarding, and summary.
  • JSONL logger with schema v1 fields.
  • Core tests for parser, policy, secrets, FS guard, config, and shim.
  • CI and GoReleaser configuration.
  • External smoke tests with Claude Code, Cursor, Codex, Aider, OpenCode.
  • Real screenshot and demo GIF assets.

v0.2 Growth Layer

  • Shell completion command.
  • Basic stats dashboard.
  • Badge generator.
  • Local community rules directory and contrib commands.
  • Homebrew tap automation.
  • Signed releases with cosign.
  • Issue templates for community rules and verified incidents.

v0.3 PII Compliance Layer

  • Deterministic EU-first PII scanner with checksum validators and context hints.
  • Unified secret and PII masking with schema v2 JSONL audit metadata.
  • PII-aware command policy criteria and default egress rules.
  • Local scan, dashboard, export, and retention commands.
  • CSV/JSONL masked audit export and explicit retention compaction.

v0.4 Team Features

  • Share cards with clipboard support.
  • Audit heuristics that can suggest project rules.
  • Slack and generic webhook notifications.
  • Verified incident gallery.
  • GitHub Action mode.
  • README localizations.
  • Experimental native sandbox backends.