Cold-start: scan the repo, plan structure, and build wiki/

Usage: hephaes init [OPTIONS] [PATH]

Arguments:
  [PATH]  Repository path (default: current directory)

Options:
      --dry-run
          Print the planned scope and exit without writing anything
      --provider <PROVIDER>
          Model provider backend to use for this run [possible values: claude, codex, anthropic,
          openai, openrouter, ollama]
      --interactive
          Pause for approval at the plan stage (default: fully autonomous)
      --model <MODEL>
          Model id (provider-specific). Omit to use the provider/CLI default
      --commit
          git-commit the wiki after building
      --wiki-dir <WIKI_DIR>
          Wiki output directory (default: ./wiki)
      --concurrency <CONCURRENCY>
          Max concurrent page builds (reserved; sequential in v1)
      --include <INCLUDE>
          Extra include globs (relative to repo root)
      --exclude <EXCLUDE>
          Extra exclude globs (relative to repo root)
  -v, --verbose
          Show every tool call as the agent works
      --max-file-bytes <MAX_FILE_BYTES>
          Skip files larger than this many bytes
  -q, --quiet
          Suppress progress output; print only the final summary
  -h, --help
          Print help
