roark · docs
docs/README.md

Roark documentation

Start page and navigation map for Roark user, operator, reference, and contributor documentation.

Last updated

#Quick Start

bash
roark init
roark auto --repo owner/repo --limit 1 --dry-run
roark do 123 --repo owner/repo

For the full first-run path, read Quickstart.

#Start Here

  • Quickstart - install, initialize a target repository, run one issue, inspect results, and recover.
  • Concepts - control checkout, managed workspace, attempt, readiness gate, verification gate, and artifacts.
  • Usage - choose between do, auto, continue, review-pr, revise-pr, workspace commands, and issue curation.
  • Glossary - short definitions for common Roark terms.

#Workflows

  • Autorun - label-gated one-shot automation and PR publishing.
  • Recovery - inspect and continue stopped or failed attempts.
  • PR reviews - inspect an existing pull request without changing it.
  • PR revisions - respond to existing feedback on a pull request.
  • Issue curation - turn reviewer findings into approved follow-up GitHub issues.
  • Verification - readiness and verification gates.

#Operations

#Reference

#Development

  • Architecture - contributor-level module and workflow overview.
  • Versioning - SemVer policy, changelog expectations, and release checklist.
  • Docs maintenance - checks to keep docs aligned with CLI behavior.

#By role

#Repository user

Read Quickstart, Concepts, Configuration, Managed workspaces, and Verification.

#Operator

Read Operations runbook, Autorun, Recovery, Scheduling, Security and secrets, and Troubleshooting.

#Contributor

Read Architecture, Artifacts, CLI reference, PR revisions, Labels, Versioning, and Docs maintenance.

docs/docs.json contains the same top-level navigation groups for future docs-site generation or link checks.