chore: centralize graphify and copilot settings - #56
Open
diegoitaliait wants to merge 6 commits into
Open
Conversation
- Updated pre-commit hooks to the latest versions for improved validation and security checks. - Added new hooks for YAML and JSON validation, Python linting with Ruff, and shell script linting with ShellCheck. - Removed deprecated hooks and organized the configuration for better clarity. - Updated Python version from 3.13 to 3.13.9 for consistency across environments. docs: add AGENTS.local.md for repository-local policy - Created AGENTS.local.md to define repository-specific policies and guidelines for maintaining standards and governance. docs: revise AGENTS.md to clarify repository operating core - Updated AGENTS.md to streamline instructions for coding agents, emphasizing the importance of user alignment and validation paths. - Added sections on operating principles, authoring defaults, and tactical defaults to guide agent behavior. refactor: remove IDVH_CODE_REVIEW.md - Deleted IDVH_CODE_REVIEW.md as it was no longer relevant to the current repository structure and practices.
…8.0; refactor variable validation and formatting for consistency
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
Move repository-local Graphify guidance to the root
AGENTS.mdpolicy owner and configure VS Code Copilot instruction loading explicitly.Scope
IDVH/00_product_configs/*).github/*, including workflows/prompts/skills/instructions).scripts/*,IDVH/.scripts/*, Bash/Python helpers)*.md,CODEOWNERS,.gitignore)Changes
## graphifysection to the repository-rootAGENTS.md..vscode/settings.jsonwithchat.useInstructionFiles: falseandchat.useAgentsMdFile: true..github/copilot-instructions.mdunchanged because the branch base already has no Graphify section.Validation
AGENTS.mdand absent from.github/copilot-instructions.md: passed..github/scripts/validate-copilot-customizations.sh --scope root --mode strict: passed with one warning because.github/workflowsis absent.git diff HEAD^ HEAD --check: passed.Security and Compliance
Risk and Rollback
61d3677a0f813fc800f64d04a2c014647e59f20bor remove the branch changes.Related Links
Reviewer Notes
Review
AGENTS.mdand.vscode/settings.jsonfirst. The pre-existing unrelated work on the localupdate-review-resourcesbranch was preserved outside this PR.