Skip to content

[CI] Clean up formatting and promote format checks to required #89

Description

@Darkroom4364

Follow-up from #85 CI setup.

Current state:

  • gofmt -l server reports existing formatting drift in several Go files.
  • cargo fmt --check reports broad Rust formatting drift in the agent.
  • The new CI workflow includes formatting as an advisory job so build/test gates can start immediately without making the initial workflow red.

Acceptance criteria:

  • Run gofmt on server Go files and cargo fmt on the agent.
  • Review the mechanical diff for accidental churn.
  • Change the CI format job from advisory to required by removing continue-on-error: true.
  • Confirm go test ./... in server/ and cargo test --locked in agent/ still pass.

Metadata

Metadata

Assignees

No one assigned

    Labels

    area:ciBuild, test, and automation infrastructurepriority:p2Medium-priority planned worktype:cleanupRefactor, remove prototype debt, or improve maintainability

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions