{{ message }}
docs: reconcile AGENTS.md package list and jsonschema version#8154
Merged
lpcox merged 4 commits intoJun 27, 2026
Conversation
Copilot
AI
changed the title
[WIP] Update jsonschema version in CONTRIBUTING.md dependencies
docs: reconcile AGENTS.md package list and jsonschema version
Jun 26, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Updates repository documentation to match the current Go dependency versions and the existing internal/ package layout, keeping contributor- and agent-facing docs consistent with the codebase.
Changes:
- Update
CONTRIBUTING.mdto referencegithub.com/santhosh-tekuri/jsonschema/v6(matchinggo.modand current imports). - Add missing
internal/packages toAGENTS.md(mcpresult,sanitize,urlutil) to reflect the current project structure.
Show a summary per file
Review details
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 2/2 changed files
- Comments generated: 2
- Review effort level: Low
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.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.

Nightly docs reconciliation found two documentation mismatches:
CONTRIBUTING.mdreferenced the wrongjsonschemamajor version, andAGENTS.mdomitted three existinginternal/packages from the project structure list. This updates both docs to match the current repository layout and dependencies.Dependency reference
CONTRIBUTING.mdto referencegithub.com/santhosh-tekuri/jsonschema/v6, matchinggo.modand current imports.Agent-facing project structure
AGENTS.md:internal/mcpresult/internal/sanitize/internal/urlutil/CONTRIBUTING.mdfor consistency.Representative diff