mirror of
https://github.com/mikeyobrien/ralph-orchestrator.git
synced 2026-04-25 07:05:57 +03:00
[PR #153] [CLOSED] feat(dev): add Justfile and pre-commit hooks #168
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ralph-orchestrator#168
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/mikeyobrien/ralph-orchestrator/pull/153
Author: @mikeyobrien
Created: 2/3/2026
Status: ❌ Closed
Base:
main← Head:feat/devenv-setup📝 Commits (2)
39af023feat(cli): add shell completions supportc45150ffeat(dev): add devenv.sh with Nix flakes for reproducible dev environment📊 Changes
12 files changed (+537 additions, -18 deletions)
View changed files
📝
.hooks/pre-commit(+27 -18)➕
.ralph/specs/devenv-setup.spec.md(+103 -0)➕
.ralph/specs/shell-completions.spec.md(+86 -0)📝
Cargo.lock(+10 -0)📝
DEVELOPMENT.md(+60 -0)➕
Justfile(+71 -0)📝
crates/ralph-cli/Cargo.toml(+3 -0)➕
crates/ralph-cli/src/completions.rs(+50 -0)📝
crates/ralph-cli/src/main.rs(+8 -0)➕
devenv.nix(+80 -0)➕
devenv.yaml(+12 -0)➕
flake.nix(+27 -0)📄 Description
Adds Justfile for common dev tasks and pre-commit hooks to ensure formatting and linting before commits. Includes updated DEVELOPMENT.md with Quick Start guide.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.