docs: reconcile AGENTS.md package list and jsonschema version by Copilot · Pull Request #8154 · github/gh-aw-mcpg · GitHub
Skip to content

docs: reconcile AGENTS.md package list and jsonschema version#8154

Merged
lpcox merged 4 commits into
mainfrom
copilot/update-jsonschema-version-in-contributing-md
Jun 27, 2026
Merged

docs: reconcile AGENTS.md package list and jsonschema version#8154
lpcox merged 4 commits into
mainfrom
copilot/update-jsonschema-version-in-contributing-md

Conversation

Copilot AI commented Jun 26, 2026

Copy link
Copy Markdown
Contributor

Nightly docs reconciliation found two documentation mismatches: CONTRIBUTING.md referenced the wrong jsonschema major version, and AGENTS.md omitted three existing internal/ packages from the project structure list. This updates both docs to match the current repository layout and dependencies.

  • Dependency reference

    • Update CONTRIBUTING.md to reference github.com/santhosh-tekuri/jsonschema/v6, matching go.mod and current imports.
  • Agent-facing project structure

    • Add the missing internal packages to AGENTS.md:
      • internal/mcpresult/
      • internal/sanitize/
      • internal/urlutil/
    • Reuse the existing package descriptions already documented in CONTRIBUTING.md for consistency.
  • Representative diff

    - `github.com/santhosh-tekuri/jsonschema/v5` - JSON schema validation
    + `github.com/santhosh-tekuri/jsonschema/v6` - JSON schema validation
    
    + - `internal/mcpresult/` - MCP result text content helpers
    + - `internal/sanitize/` - Sensitive data redaction utilities for logging
    + - `internal/urlutil/` - URL hostname extraction utilities for domain audit logging

GitHub Advanced Security started work on behalf of lpcox June 26, 2026 22:44 View session
GitHub Advanced Security finished work on behalf of lpcox June 26, 2026 22:44
GitHub Advanced Security started work on behalf of lpcox June 26, 2026 22:46 View session
GitHub Advanced Security finished work on behalf of lpcox June 26, 2026 22:47
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
Copilot AI requested a review from lpcox June 26, 2026 22:48
Copilot finished work on behalf of lpcox June 26, 2026 22:48
@lpcox lpcox marked this pull request as ready for review June 27, 2026 15:28
Copilot AI review requested due to automatic review settings June 27, 2026 15:28

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.md to reference github.com/santhosh-tekuri/jsonschema/v6 (matching go.mod and current imports).
  • Add missing internal/ packages to AGENTS.md (mcpresult, sanitize, urlutil) to reflect the current project structure.
Show a summary per file
File Description
CONTRIBUTING.md Fixes the documented jsonschema module major version to v6.
AGENTS.md Adds missing internal/ packages to the project structure list for agent guidance.

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

Comment thread AGENTS.md Outdated
Comment thread AGENTS.md Outdated
lpcox and others added 2 commits June 27, 2026 08:35
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>
GitHub Advanced Security started work on behalf of lpcox June 27, 2026 15:35 View session
GitHub Advanced Security started work on behalf of lpcox June 27, 2026 15:36 View session
GitHub Advanced Security finished work on behalf of lpcox June 27, 2026 15:36
GitHub Advanced Security finished work on behalf of lpcox June 27, 2026 15:36
@lpcox lpcox merged commit f339b3d into main Jun 27, 2026
27 checks passed
@lpcox lpcox deleted the copilot/update-jsonschema-version-in-contributing-md branch June 27, 2026 15:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants