What problem does it solve?
Provides a clear, deterministic workflow for building, testing, and scanning the markdowntown CLI so developers can produce evidence-backed audit outputs and safe repository handoffs without ad-hoc or destructive changes.
Core Features & Use Cases
- Deterministic Scanning: Run repository scans that prefer ripgrep for consistent results and produce compact JSON or Markdown outputs for audit and suggestions.
- Developer Workflow Enforcement: Build the CLI, run lint and tests, and require CI to be green before merging; avoid destructive git commands unless explicitly requested.
- Integration & Handoffs: Generate Workbench handoff links for snapshots, follow apps/web guidance for web changes, and consult CLI-specific model guidance in cli/CLAUDE.md and cli/GEMINI.md.
- Use Case: A maintainer needs to run a reproducible scan, validate lint/tests locally, and create a Workbench snapshot to export a patch back to the CLI with minimal, reviewable changes.
Quick Start
Run the markdowntown CLI to scan the repository, run lint and tests, and generate a compact JSON audit for review.