Open Source — Project and Contribution Management
Automated issue triage, PR review, and AI-generated contribution provenance.
Context
Open source project management with automated issue triage, contributor PR review, and contribution provenance tracking.
Flow with 4 tools
△ Phase 01 — architect
Issue triage
Automatically classifies unlabeled issues.
△ architect
architect run "Classify last 10 unlabeled issues" \
--agent plan --budget 0.15 ◇ Phase 02 — vigil
PR review
Scans contributor code.
◇ vigil
vigil scan src/ --format sarif --output vigil.sarif ⬡ Phase 03 — licit
Contribution provenance
Tracks % AI-generated per PR and contributor.
⬡ licit
licit trace
licit report --format markdown > COMPLIANCE.md