Skip to content

Restore a clean, passing build and test baseline #198

@Nanle-code

Description

@Nanle-code

Summary:
The project currently does not compile cleanly in its existing state. Several unresolved imports, mismatched command wiring, and outdated helper references prevent contributors from building or testing the repository reliably.

Why this matters:
A failing baseline blocks all meaningful development work, slows onboarding for new contributors, and makes pull requests harder to review and merge.

Proposed work:

  • Fix current compile-time errors across the CLI and test suite
  • Resolve missing or broken dependency references
  • Validate command handlers and argument wiring
  • Ensure cargo build and cargo test pass consistently

Acceptance criteria:

  • cargo build completes successfully
  • cargo test completes successfully
  • No unresolved imports or broken command references remain

Metadata

Metadata

Assignees

Labels

Stellar WaveIssues in the Stellar wave program

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions