Skip to content

chore: add CODEOWNERS, release checklist, and v5.2 MCP integration start#4

Merged
GopiB9119 merged 1 commit into
mainfrom
feat/release-governance-v52-start
Mar 5, 2026
Merged

chore: add CODEOWNERS, release checklist, and v5.2 MCP integration start#4
GopiB9119 merged 1 commit into
mainfrom
feat/release-governance-v52-start

Conversation

@GopiB9119

Copy link
Copy Markdown
Owner

What this PR does

  1. Adds .github/CODEOWNERS for required owner routing on:
    • .github/workflows/**
    • agent/agent/**
    • scripts/**
  2. Adds RELEASE_CHECKLIST.md with:
    • required checks verification
    • release tag verification
    • Sigstore attestation verification steps
  3. Fixes typing clarity for AGENT_TOOLS in agent/agent/tooling/schemas.py.
  4. Starts v5.2 MCP live integration target:
    • agent/agent/tests/integration/test_mcp_live_integration.py
    • agent/agent/tests/integration/README.md
    • docs/V5_2_MCP_INTEGRATION_PLAN.md
    • agent:test:py:integration script + README updates

Repo settings already applied

  • Enabled repository auto-merge (allow_auto_merge=true).
  • Enabled code owner review enforcement in main branch protection.

Validation

  • python -m py_compile agent/agent/tooling/schemas.py agent/agent/tests/integration/test_mcp_live_integration.py
  • npm run agent:test:py (25 tests passed)
  • python -m unittest discover -s agent/agent/tests/integration -p test_*.py -v (live tests skipped unless RUN_MCP_LIVE_TESTS=1)

Copilot AI review requested due to automatic review settings March 5, 2026 11:13
@GopiB9119 GopiB9119 enabled auto-merge (squash) March 5, 2026 11:15
@GopiB9119 GopiB9119 merged commit 151caf5 into main Mar 5, 2026
6 checks passed
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.

1 participant