Conversation
why: Replace Makefile with modern just command runner what: - Add justfile with test, lint, docs, format, and typing groups - Use [group: 'name'] attributes for organized recipe listing - Add watch recipes using entr for live feedback
why: Replace docs/Makefile with modern just command runner what: - Add justfile for Sphinx documentation builds - Group recipes into build, validate, dev, and misc categories - Add [confirm] attribute on clean to prevent accidental deletion
why: Align development workflow with new justfile what: - Replace make commands with just equivalents - Update shell commands to use just test, just start, etc.
why: Align CI with new justfile-based build system what: - Replace make commands with just equivalents in docs workflow
why: Document new justfile-based workflow for AI agents what: - Replace make commands with just equivalents in documentation - Add just to development environment description
why: Replaced by justfiles with modern features what: - Delete root Makefile (replaced by justfile) - Delete docs/Makefile (replaced by docs/justfile)
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #60 +/- ##
=======================================
Coverage 71.11% 71.11%
=======================================
Files 14 14
Lines 914 914
=======================================
Hits 650 650
Misses 264 264 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
why: Document the Make to just migration for PR #60 what: - Add Development section entry describing justfile migration - Reference just 1.45.0 and [group] attributes feature
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
[group]attributes for organized recipe listing injust --listChanges
Test plan
just --listshows grouped recipes in rootjust --listshows grouped recipes in docs/