Add CI, pre-commit hooks, and proto plugin layout#1
Merged
Conversation
- .prototools with telemetry disabled for CI and contributor runs - .envrc auto-installs the pinned toolchain on entry via direnv - ignore the .direnv cache Signed-off-by: Jean-Baptiste Louazel <jb.louazel@genesis-ai.company>
46e682c to
5a2016e
Compare
- validate job runs prek hooks (file hygiene) - install job installs every pinned tool through its plugin across Linux, macOS x64/arm64, and Windows as an end-to-end smoke test - taplo formatting config Signed-off-by: Jean-Baptiste Louazel <jb.louazel@genesis-ai.company>
- TOML plugin for the taplo formatter/linter - register and pin it in .prototools - run taplo format + lint as pre-commit hooks via proto Signed-off-by: Jean-Baptiste Louazel <jb.louazel@genesis-ai.company>
- TOML plugin for the typos spell checker - register and pin it in .prototools - run typos as a pre-commit hook via proto Signed-off-by: Jean-Baptiste Louazel <jb.louazel@genesis-ai.company>
- TOML plugin for prek, the pre-commit-compatible hook runner - register and pin it in .prototools Signed-off-by: Jean-Baptiste Louazel <jb.louazel@genesis-ai.company>
- TOML plugin for direnv, the shell environment switcher - register and pin it in .prototools Signed-off-by: Jean-Baptiste Louazel <jb.louazel@genesis-ai.company>
- README points contributors at per-plugin install instructions - CONTRIBUTING documents the repo contract, plugin schema, and local checks Signed-off-by: Jean-Baptiste Louazel <jb.louazel@genesis-ai.company>
5a2016e to
4508f04
Compare
Signed-off-by: Jean-Baptiste Louazel <jb.louazel@genesis-ai.company>
b6129ad to
ec59403
Compare
pylaligand
approved these changes
Jun 19, 2026
pylaligand
left a comment
Contributor
There was a problem hiding this comment.
Can you also add a CLAUDE.md for good measure? It can just point to CONTRIBUTING.md.
- add .typos.toml setting ignore-hidden = false so typos checks dot-directories such as .github - exclude .git/ since disabling ignore-hidden would otherwise descend into it Signed-off-by: Jean-Baptiste Louazel <jb.louazel@genesis-ai.company>
Signed-off-by: Jean-Baptiste Louazel <jb.louazel@genesis-ai.company>
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.
plugin.toml+README.md);.prototoolspins and registers every plugin.envrcauto-installs the toolchain on entry for direnv users