Use Forgejo identities for embedded Go modules #848

Closed
opened 2026-08-02 04:31:10 +00:00 by coilyco-ops · 1 comment
Member

Three embedded Go modules still declare github.com/coilyco-flight-deck/agentic-os paths: aos-say, agent-terminal, and warp. Those declarations leak the downstream GitHub mirror into compiled package, debug, and telemetry identities. Change each module declaration to forgejo.coilysiren.me/coilyco-flight-deck/agentic-os/, verify no internal consumer retains the old paths, and run the relevant Ward validation.

workflow: pull-request-and-merge

Three embedded Go modules still declare github.com/coilyco-flight-deck/agentic-os paths: aos-say, agent-terminal, and warp. Those declarations leak the downstream GitHub mirror into compiled package, debug, and telemetry identities. Change each module declaration to forgejo.coilysiren.me/coilyco-flight-deck/agentic-os/<module>, verify no internal consumer retains the old paths, and run the relevant Ward validation. workflow: pull-request-and-merge
Author
Member

WARD-OUTCOME: done

Pull request: #850

Review summary: PASS. The diff changes only the three intended module declarations, preserves each suffix and Go version, and leaves no checked-out consumer of the former GitHub module strings.

Validation:

  • ward exec agent-terminal-test passed
  • ward exec aos-say-test passed
  • ward exec pre-commit-all passed
  • ward exec warp-test resolved the new Forgejo package identity, then hit the pre-existing shared-environment failure tracked at #849
WARD-OUTCOME: done Pull request: https://forgejo.coilysiren.me/coilyco-flight-deck/agentic-os/pulls/850 Review summary: PASS. The diff changes only the three intended module declarations, preserves each suffix and Go version, and leaves no checked-out consumer of the former GitHub module strings. Validation: * ward exec agent-terminal-test passed * ward exec aos-say-test passed * ward exec pre-commit-all passed * ward exec warp-test resolved the new Forgejo package identity, then hit the pre-existing shared-environment failure tracked at https://forgejo.coilysiren.me/coilyco-flight-deck/agentic-os/issues/849
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
coilyco-flight-deck/agentic-os#848
No description provided.