docs(01-05): complete CLI integration plan

- SUMMARY.md with all task commits and self-check
- STATE.md updated with progress, decisions, metrics
- ROADMAP.md updated with phase 01 plan progress
- Requirements CLI-01 through CLI-05 marked complete
This commit is contained in:
salvacybersec
2026-04-05 12:28:56 +03:00
parent 9da0b68129
commit d98513bf55
4 changed files with 152 additions and 12 deletions

View File

@@ -80,11 +80,11 @@ Requirements for initial release. Each maps to roadmap phases.
### CLI
- [ ] **CLI-01**: Cobra-based CLI with commands: scan, verify, import, recon, keys, serve, dorks, providers, config, hook, schedule
- [ ] **CLI-02**: keyhunter config init creates ~/.keyhunter.yaml
- [ ] **CLI-03**: keyhunter config set <key> <value> for all configuration
- [ ] **CLI-04**: keyhunter providers list/info/stats for provider management
- [ ] **CLI-05**: Scan flags: --providers, --category, --confidence, --exclude, --verify, --workers, --output, --unmask, --notify
- [x] **CLI-01**: Cobra-based CLI with commands: scan, verify, import, recon, keys, serve, dorks, providers, config, hook, schedule
- [x] **CLI-02**: keyhunter config init creates ~/.keyhunter.yaml
- [x] **CLI-03**: keyhunter config set <key> <value> for all configuration
- [x] **CLI-04**: keyhunter providers list/info/stats for provider management
- [x] **CLI-05**: Scan flags: --providers, --category, --confidence, --exclude, --verify, --workers, --output, --unmask, --notify
### CI/CD Integration