CLI: vyasa violations
Usage: vyasa violations [OPTIONS] COMMAND [ARGS]...
Manage violations and lessons
┌─ Options ────────────────────────────────────────────────────────────────────┐
│ --help -h Show this message and exit. │
└──────────────────────────────────────────────────────────────────────────────┘
┌─ Commands ───────────────────────────────────────────────────────────────────┐
│ list List all violations. │
│ show Show a single violation. │
│ resolve Mark a violation as resolved. │
│ lessons Show lessons recorded in the project (structured YAML store). │
│ report Generate a violations report. │
└──────────────────────────────────────────────────────────────────────────────┘
vyasa violations list
Usage: vyasa violations list [OPTIONS]
List all violations.
┌─ Options ────────────────────────────────────────────────────────────────────┐
│ --dir PATH Project directory │
│ --help -h Show this message and exit. │
└──────────────────────────────────────────────────────────────────────────────┘
vyasa violations show
Usage: vyasa violations show [OPTIONS] VIOLATION_ID
Show a single violation.
┌─ Arguments ──────────────────────────────────────────────────────────────────┐
│ * violation_id TEXT Violation ID [required] │
└──────────────────────────────────────────────────────────────────────────────┘
┌─ Options ────────────────────────────────────────────────────────────────────┐
│ --dir PATH Project directory │
│ --help -h Show this message and exit. │
└──────────────────────────────────────────────────────────────────────────────┘
vyasa violations resolve
Usage: vyasa violations resolve [OPTIONS] [VIOLATION_ID]
Mark a violation as resolved.
┌─ Arguments ──────────────────────────────────────────────────────────────────┐
│ violation_id [VIOLATION_ID] Violation ID │
└──────────────────────────────────────────────────────────────────────────────┘
┌─ Options ────────────────────────────────────────────────────────────────────┐
│ --reason TEXT Resolution reason │
│ --dir PATH Project directory │
│ --interactive Force interactive prompts │
│ --help -h Show this message and exit. │
└──────────────────────────────────────────────────────────────────────────────┘
vyasa violations lessons
Usage: vyasa violations lessons [OPTIONS]
Show lessons recorded in the project (structured YAML store).
┌─ Options ────────────────────────────────────────────────────────────────────┐
│ --dir PATH Project directory │
│ --help -h Show this message and exit. │
└──────────────────────────────────────────────────────────────────────────────┘
vyasa violations report
Usage: vyasa violations report [OPTIONS]
Generate a violations report.
┌─ Options ────────────────────────────────────────────────────────────────────┐
│ --dir PATH Project directory │
│ --help -h Show this message and exit. │
└──────────────────────────────────────────────────────────────────────────────┘