Strategic Improvement
Close the self-improvement loop by automatically filing GitHub issues when patrol or hygiene scans detect actionable problems. If code-review finds SOLID violations, adversarial-review finds edge cases, or hygiene finds technical debt, create labeled issues for the daemon to process. Makes platform health monitoring actionable, not just informational.
Acceptance Criteria
--auto-issue flag for patrol commands (code-review, security-audit, hygiene, adversarial)
- Scan output analyzed for actionable findings (severity threshold configurable)
- Create GitHub issue with label
shipwright-auto + severity label (P0-P6)
- Issue body includes: finding description, affected files, suggested fix, scan evidence
- Deduplication: don't create duplicate issues for same finding
shipwright patrol-meta --auto-issue runs all patrols and files issues
- Daemon automatically picks up
shipwright-auto labeled issues
- Test suite validates issue creation, deduplication, and label assignment
Context
- Priority: P6
- Complexity: fast
- Generated by: Strategic Intelligence Agent
- Strategy alignment: P6: Platform Self-Improvement (AGI-Level Readiness)
Strategic Improvement
Close the self-improvement loop by automatically filing GitHub issues when patrol or hygiene scans detect actionable problems. If code-review finds SOLID violations, adversarial-review finds edge cases, or hygiene finds technical debt, create labeled issues for the daemon to process. Makes platform health monitoring actionable, not just informational.
Acceptance Criteria
--auto-issueflag for patrol commands (code-review, security-audit, hygiene, adversarial)shipwright-auto+ severity label (P0-P6)shipwright patrol-meta --auto-issueruns all patrols and files issuesshipwright-autolabeled issuesContext