Add Dependabot grouping, pre-commit checks, and AI assistant docs - #32
Merged
Merged
Conversation
…nt docs Groups Dependabot updates per ecosystem with a weekly schedule and cooldown, adds a pre-commit baseline (YAML/JSON/whitespace checks, markdownlint, actionlint, GitHub Actions SHA-pin enforcement) wired into a new pre-checks workflow, and documents the codebase in AGENTS.md with a CLAUDE.md import so Claude and Copilot share one source of truth.
The redesign merge brought in files missing a trailing newline and a README list using a different bullet marker than the rest of the file.
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
.pre-commit-config.yaml(YAML/JSON/whitespace hygiene, markdownlint, actionlint, GitHub Actions SHA-pin enforcement) wired into a newpre-checksworkflow that runs on PRs and pushes tomaster..markdownlint.yamltuned for this repo's actual content style (long-form Italian prose, embedded iframes/buttons for event pages, exclamation-punctuated headings).AGENTS.md(purpose, structure, local build commands, authoring conventions), withCLAUDE.mdimporting it via@AGENTS.mdso Claude and Copilot share one source of truth..gitignorewith Jekyll/Bundler cache directories and Claude Code's local.claudeartifacts.No workflow files currently exist on
masterto SHA-pin — that lands separately once theredesignbranch (which introduces the Pages Actions deploy workflow) merges.Test plan
pre-commit run --all-filespasses locally on this branch.pre-checksworkflow runs green on this PR.