chore(dev): add just as the canonical check interface #216
Labels
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Blocks
Depends on
#217 refactor(nix): keep Nix for tooling, packaging, and NixOS service support
Slipstream/auto_review
#215 chore(ci): retire release workflow text tests
Slipstream/auto_review
Reference
Slipstream/auto_review#216
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?
Goal
Make
justthe project command interface for local development and CI checks, while keeping Nix optional for developers.Implements the developer command-surface portion of ADR-0018.
Scope
Justfile.just fmtjust clippyjust testjust denyjust buildjust cinix develop.justto the Nix dev shell.nix flake checkas the primary check command.lefthook.ymlto use the new command surface.Acceptance Criteria
PATHcan runjust ciwithout Nix.nix develop, thenjust ci.Verification
just fmtjust clippyjust testjust denyjust cinix developprovidesjustDependencies
Blocked by #215.