Skip to content

Migrate repository agent tooling to Codex - #1102

Merged
codemonkey85 merged 2 commits into
mainfrom
dev
Jul 20, 2026
Merged

Migrate repository agent tooling to Codex#1102
codemonkey85 merged 2 commits into
mainfrom
dev

Conversation

@codemonkey85

Copy link
Copy Markdown
Owner

Summary

  • remove the Claude GitHub Actions workflow and its scheduled/comment-triggered jobs
  • add repository-scoped Codex skills for PR feedback, issue implementation, and related-repository synchronization
  • add Codex Playwright MCP and lifecycle-hook configuration
  • migrate derived-data regeneration to a Codex-native hook
  • document Codex workflow routing in AGENTS.md

Validation

  • git diff --cached --check
  • validated skill frontmatter and UI manifests
  • validated Codex JSON, TOML, and Python syntax
  • exercised hook payload parsing, no-op handling, and generator dispatch

No .NET build or test was run because this PR does not change application code.

Copilot AI review requested due to automatic review settings July 20, 2026 14:08

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

This PR migrates the repository’s agent automation from the prior Claude GitHub Actions workflow to Codex-native configuration, adding repository-scoped skills and Codex hook/MCP setup while removing the legacy workflow entry points.

Changes:

  • Removed the Claude GitHub Actions workflow (comment-triggered + scheduled jobs).
  • Added Codex skills (PR feedback, issue implementation, repo synchronization) with UI manifests.
  • Added Codex MCP (Playwright) configuration and a PostToolUse hook to regenerate derived data when generator sources change, plus updated AGENTS.md documentation.

Reviewed changes

Copilot reviewed 12 out of 12 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
AGENTS.md Documents Codex workflow routing and where Codex project tooling/config lives.
.sync-repos Updates the reference path for the sync-repos skill documentation under .agents/.
.github/workflows/claude.yml Removes the legacy Claude Code GitHub Actions workflow and jobs.
.codex/hooks/regen-data.py Adds a Codex hook script to detect generator edits and dispatch derived-data regeneration.
.codex/hooks.json Registers the PostToolUse hook to run regeneration after Write/Edit operations.
.codex/config.toml Adds Codex Playwright MCP server configuration and enables hooks.
.agents/skills/sync-repos/SKILL.md Defines the repository-scoped sync-repos skill and its safe sync/update procedure.
.agents/skills/sync-repos/agents/openai.yaml Adds the UI manifest for the sync-repos skill.
.agents/skills/implement-issue/SKILL.md Defines the repository-scoped implement-issue skill workflow.
.agents/skills/implement-issue/agents/openai.yaml Adds the UI manifest for the implement-issue skill.
.agents/skills/address-pr-feedback/SKILL.md Defines the repository-scoped address-pr-feedback skill workflow.
.agents/skills/address-pr-feedback/agents/openai.yaml Adds the UI manifest for the address-pr-feedback skill.

Comment thread .codex/config.toml
@github-actions

Copy link
Copy Markdown
Contributor

Azure Static Web Apps: Your stage site is ready! Visit it here: https://black-coast-0df43410f-1102.eastus2.2.azurestaticapps.net

@github-actions

Copy link
Copy Markdown
Contributor

Azure Static Web Apps: Your stage site is ready! Visit it here: https://black-coast-0df43410f-1102.eastus2.2.azurestaticapps.net

@codemonkey85
codemonkey85 enabled auto-merge July 20, 2026 14:20
@codemonkey85
codemonkey85 merged commit 984688f into main Jul 20, 2026
9 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.

2 participants