chore: add mdformat 1.0.0 pre-commit hook#11
Merged
jamestexas merged 5 commits intomainfrom Mar 16, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds Markdown formatting via mdformat to the existing pre-commit setup, and introduces repository-level Beads (bd) issue-tracking onboarding/configuration files (plus Dolt-related .gitignore entries).
Changes:
- Add
mdformat(with GFM + frontmatter plugins) as a pre-commit hook, excluding.beads/. - Add Beads onboarding/docs/config under
.beads/and a newAGENTS.mdwith workflow instructions. - Update
.gitignoreto ignore Dolt/DB artifacts.
Reviewed changes
Copilot reviewed 11 out of 13 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
AGENTS.md |
Adds agent workflow guidance and Beads usage instructions. |
.pre-commit-config.yaml |
Adds mdformat pre-commit hook and excludes .beads/ from formatting. |
.gitignore |
Ignores .dolt/ and *.db artifacts. |
.beads/metadata.json |
Adds Beads/Dolt project metadata. |
.beads/config.yaml |
Adds Beads configuration template/comments. |
.beads/README.md |
Adds Beads overview and quick-start info. |
.beads/.gitignore |
Ignores Beads runtime/ephemeral artifacts under .beads/. |
.beads/interactions.jsonl |
Adds an (currently empty) JSONL file under .beads/. |
.beads/hooks/prepare-commit-msg |
Adds Beads-managed git hook wrapper. |
.beads/hooks/pre-push |
Adds Beads-managed git hook wrapper. |
.beads/hooks/pre-commit |
Adds Beads-managed git hook wrapper. |
.beads/hooks/post-merge |
Adds Beads-managed git hook wrapper. |
.beads/hooks/post-checkout |
Adds Beads-managed git hook wrapper. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Signed-off-by: James Gardner <jamestexasgardner@gmail.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Signed-off-by: James Gardner <jamestexasgardner@gmail.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Signed-off-by: James Gardner <jamestexasgardner@gmail.com>
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
.beads/directoryTest plan
pre-commit run mdformat --all-filespasses