Skip to content

feat: add go module scaffold - #11

Merged
dapi merged 3 commits into
mainfrom
feature/issue-1-ft-001-go-module-scaffold
Jul 7, 2026
Merged

feat: add go module scaffold#11
dapi merged 3 commits into
mainfrom
feature/issue-1-ft-001-go-module-scaffold

Conversation

@dapi

@dapi dapi commented Jul 7, 2026

Copy link
Copy Markdown
Owner

Summary

  • Add Go module scaffold for github.com/dapi/zelma.
  • Add buildable cmd/zelma entrypoint.
  • Add minimal internal/cli boundary without Cobra, registry, zellij, Codex, or filesystem behavior.

Closes #1

Validation

  • mise install
  • mise exec -- go test ./...
  • mise exec -- go build ./cmd/zelma
  • rg -n "zellij|sessions.json|\.zelma" cmd internal (no matches)
  • git diff --check

@dapi
dapi merged commit b880384 into main Jul 7, 2026
@dapi
dapi deleted the feature/issue-1-ft-001-go-module-scaffold branch July 7, 2026 19:18
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.

FT-001: Go Module Scaffold

1 participant