$ nightaudit init
Looking for AI CLIs on your PATH…

  ✓ claude_code  2.1.211 (Claude Code)
  ✗ codex  the codex adapter is not implemented yet — help wanted
  ✗ copilot  the copilot adapter is not implemented yet — help wanted

Which projects should nightaudit review?
Enter a path per line; press Enter on a blank line when done.

  project path: ~/projects/nightaudit
    name [nightaudit]:
    available tasks: code_review, dead_links, deps_audit, docs_drift, security_audit
    tasks [code_review, security_audit, deps_audit]:
    ✓ nightaudit · code_review, security_audit, deps_audit

  project path:

When may nightaudit run? (comma-separated HH:MM-HH:MM) [00:00-06:00]:
Minutes of provider idleness required before a run [60]:
Where should digests go? [~/nightaudit-reports]:

Wrote ~/.nightaudit/config.yaml

nightaudit has no daemon — cron drives it. Add these lines:

  0 * * * * ~/.local/bin/nightaudit run >> /tmp/nightaudit-cron.log 2>&1
  30 7 * * * ~/.local/bin/nightaudit digest >> /tmp/nightaudit-cron.log 2>&1

Install them into your crontab now? [y/N]: y
Installed.

Try a run right now:  nightaudit run --now
