Skip to content

Slice 0: project skeleton, CLI, CI - #5

Merged
nkcoder merged 4 commits into
mainfrom
slice-0/skeleton
Jul 11, 2026
Merged

Slice 0: project skeleton, CLI, CI#5
nkcoder merged 4 commits into
mainfrom
slice-0/skeleton

Conversation

@nkcoder

@nkcoder nkcoder commented Jul 11, 2026

Copy link
Copy Markdown
Owner

First slice of the roadmap (#1).

What

  • Go module + Cobra command tree with scan / render / explain / diff stubs (each --help works; stubs return "not implemented yet").
  • GitHub Actions CI: go build, go test, golangci-lint (v2).
  • Repo hygiene: .gitignore, .golangci.yml, Makefile, README, MIT LICENSE, CLAUDE.md.

Proof

  • reachr --help lists the command tree.
  • make build / make test / make lint all green locally (0 issues).

Closes #2, #3, #4.

nkcoder added 2 commits July 11, 2026 18:20
- Go module + Cobra command tree (scan/render/explain/diff stubs)
- GitHub Actions CI: build, test, golangci-lint
- Repo hygiene: .gitignore, .golangci.yml, Makefile, README, MIT LICENSE, CLAUDE.md

Closes #2, #3, #4
Comment thread .github/workflows/ci.yml Outdated
@nkcoder
nkcoder merged commit e7d958f into main Jul 11, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Init Go module + Cobra CLI skeleton

1 participant