Skip to content

Promote cmd/clioptions to top-level clioptions/#370

Closed
lilydoar wants to merge 1 commit into
mainfrom
lilydoar/stack/4
Closed

Promote cmd/clioptions to top-level clioptions/#370
lilydoar wants to merge 1 commit into
mainfrom
lilydoar/stack/4

Conversation

@lilydoar
Copy link
Copy Markdown
Contributor

@lilydoar lilydoar commented May 28, 2026

Stacked PRs:


Promote cmd/clioptions to top-level clioptions/

clioptions is the most-imported package in the repo (used across both the
root module and the workers/go module), but it lived under cmd/, which by
convention is reserved for main packages (binary entry points). Move it to
a top-level clioptions/ and rewrite the import path accordingly.

Testing: go build ./... and go vet ./... pass for both the root and
workers/go modules.

@lilydoar lilydoar requested review from a team as code owners May 28, 2026 21:54
clioptions is the most-imported package in the repo (used across both the
root module and the workers/go module), but it lived under cmd/, which by
convention is reserved for main packages (binary entry points). Move it to
a top-level clioptions/ and rewrite the import path accordingly.

Testing: `go build ./...` and `go vet ./...` pass for both the root and
workers/go modules.

stack-info: PR: #370, branch: lilydoar/stack/4
@lilydoar lilydoar force-pushed the lilydoar/stack/4 branch from cbc2b74 to a38ccec Compare May 28, 2026 21:54
lilydoar added a commit that referenced this pull request May 29, 2026
clioptions is the most-imported package in the repo (used across both the
root module and the workers/go module), but it lived under cmd/, which by
convention is reserved for main packages (binary entry points). Move it to
a top-level clioptions/ and rewrite the import path accordingly.

Testing: `go build ./...` and `go vet ./...` pass for both the root and
workers/go modules.

stack-info: PR: #370, branch: lilydoar/stack/4
@lilydoar
Copy link
Copy Markdown
Contributor Author

Closing — the module-organization stack was rebased (devserver move dropped, since devserver must stay exported for temporal to import it). Recreating the stack fresh.

@lilydoar lilydoar closed this May 29, 2026
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.

1 participant