codereview-cli

module
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 29, 2026 License: MIT

README

codereview-cli

Repository scaffold for the future Open CLI Collective code review CLI.

The actual review program is still pending. This repo exists to hold the module, CI, repo policy, and packaging conventions before the command surface lands.

Current shape

  • Go module: github.com/open-cli-collective/codereview-cli
  • Intended CLI name: cr
  • Branch protection target: main

Repo policy

Use GitHub branch protection on main with:

  • required pull request reviews
  • at least one approval
  • stale review dismissal
  • required status checks for build, test, lint, pr-title, and identity-check
  • no direct pushes
  • squash merge only

Development

make tidy
make lint
make test
make build
make snapshot   # local goreleaser build (no publish)

The tree currently holds a scaffold cr binary (cmd/cr) that reports its build version, plus the CI and release machinery, ahead of the real command surface.

Directories

Path Synopsis
cmd
cr command
Command cr is the Open CLI Collective code-review CLI.
Command cr is the Open CLI Collective code-review CLI.
internal
version
Package version holds the build-stamped version metadata for the cr binary.
Package version holds the build-stamped version metadata for the cr binary.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL