Skip to content

refactor: replace Makefile with cargo xtask#159

Open
sachiniyer wants to merge 1 commit intomainfrom
siyer/xtask
Open

refactor: replace Makefile with cargo xtask#159
sachiniyer wants to merge 1 commit intomainfrom
siyer/xtask

Conversation

@sachiniyer
Copy link
Contributor

@sachiniyer sachiniyer commented Mar 7, 2026

  • Add xtask/ workspace crate with commands:
    • cargo xtask check — run all vendored-artifact checks
    • cargo xtask check-help / generate-help — HELP.md management
    • cargo xtask check-openapi / generate-openapi — OpenAPI spec management
  • Move openapi.json comparison from curl+python+diff to Rust (serde_json)
  • Move generate_help from examples/ to xtask
  • Add .cargo/config.toml with xtask alias
  • Update CI to use cargo xtask check instead of make check
  • Delete Makefile and examples/generate_help.rs

Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com


Open with Devin

Copy link
Contributor Author

This stack of pull requests is managed by Graphite. Learn more about stacking.

@sachiniyer sachiniyer marked this pull request as ready for review March 7, 2026 09:28
@chatgpt-codex-connector
Copy link

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.

Copy link

@devin-ai-integration devin-ai-integration bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no potential bugs to report.

View in Devin Review to see 3 additional findings.

Open in Devin Review

- Add `xtask/` workspace crate with commands:
  - `cargo xtask check` — run all vendored-artifact checks
  - `cargo xtask check-help` / `generate-help` — HELP.md management
  - `cargo xtask check-openapi` / `generate-openapi` — OpenAPI spec management
- Move openapi.json comparison from curl+python+diff to Rust (serde_json)
- Move generate_help from `examples/` to xtask
- Add `.cargo/config.toml` with xtask alias
- Update CI to use `cargo xtask check` instead of `make check`
- Delete Makefile and `examples/generate_help.rs`

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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