Skip to content

chore(PROJECT): lowercase repo/path to match go.mod - #54

Merged
ntlaletsi70 merged 1 commit into
developfrom
chore/project-lowercase-repo
Jul 12, 2026
Merged

chore(PROJECT): lowercase repo/path to match go.mod#54
ntlaletsi70 merged 1 commit into
developfrom
chore/project-lowercase-repo

Conversation

@ntlaletsi70

Copy link
Copy Markdown
Collaborator

What

Lowercases repo: and every resource path: in PROJECT to github.com/blanketops/environments-api, matching the module path fixed in #53.

Why

PROJECT still referenced the uppercase github.com/BlanketOps/environments-api, which now mismatches the lowercase module path in go.mod.

Domain

  • environments
  • events
  • sources
  • networks
  • common
  • Application / domain layer (no API surface change)
  • CI / tooling / docs

API impact

  • No API surface change
  • v1alpha1 — free to change
  • v1beta1 — backwards-compatible only, deprecations allowed
  • v1breaking change (requires version bump + changelog entry + migration note)

Checklist

  • mage verify passes locally (go build ./... confirmed)
  • buf breaking reviewed (failures justified above if pre-v1) — N/A, this repo has no protobuf/buf
  • Panic-free resolution — no panic() calls in resolution or domain layers
  • Import paths use gen/go/blanketops/... for contract types — N/A, this repo uses Go-native kubebuilder types, not generated protobuf
  • BlanketOps labels present where required (environments.blanketops.dev/*) — N/A, no controller/reconciliation code here
  • Conditions written via core.SetCondition at each domain pipeline stage — N/A, no controller code in this repo
  • Events emitted via core.EventRecorder for terminal outcomes — N/A, no controller code in this repo
  • ESP-0001 updated if contract semantics changed — no contract semantics changed
  • Commit messages follow Conventional Commits

Notes for reviewer

Metadata-only fix, no generated code changed (path: still points at the same directories, just corrected casing).

Follow-up to the go.mod module path fix - PROJECT still referenced the
uppercase github.com/BlanketOps/environments-api in repo: and every
resource's path:, which no longer matched the module declared in go.mod.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@ntlaletsi70
ntlaletsi70 merged commit 242329a into develop Jul 12, 2026
1 check passed
@ntlaletsi70
ntlaletsi70 deleted the chore/project-lowercase-repo branch July 12, 2026 19:32
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