Skip to content

Add just command runner for development workflow#52

Merged
cfuehrmann merged 2 commits intomainfrom
add-just-command-runner
Dec 19, 2025
Merged

Add just command runner for development workflow#52
cfuehrmann merged 2 commits intomainfrom
add-just-command-runner

Conversation

@cfuehrmann
Copy link
Owner

Summary

  • Add just as project command runner with documented development workflow
  • Update CI to use just commands for test, fmt, clippy, and build jobs
  • Streamline AGENTS.md and README.md documentation around the new workflow

Development Workflow

just test   # Fast iteration on logic
just check  # Pre-commit: fmt -> clippy -> test
just fix    # Auto-fix formatting

Run just --list to see all available commands.

@cfuehrmann cfuehrmann merged commit aeedd49 into main Dec 19, 2025
5 checks passed
@cfuehrmann cfuehrmann deleted the add-just-command-runner branch December 19, 2025 17:12
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