Skip to content

feat: migrate framework entrypoints from Claude Code to Codex#1

Open
Daniele111222 wants to merge 1 commit into
Caspian-Sun:mainfrom
Daniele111222:main
Open

feat: migrate framework entrypoints from Claude Code to Codex#1
Daniele111222 wants to merge 1 commit into
Caspian-Sun:mainfrom
Daniele111222:main

Conversation

@Daniele111222
Copy link
Copy Markdown

Summary

  • Added Codex-facing runtime configuration under .codex/ (agents in TOML, hooks.json, hook scripts)
  • Added Codex-discoverable skill packages under .agents/skills/ (5 skill packages)
  • Added AGENTS.md as the new Codex onboarding document
  • Updated README.md to reflect Codex-first orientation while noting .claude/ as legacy source material
  • Updated docs/WORKFLOW.md paths to reference Codex entrypoints
  • Updated docs/prds/_imports/README.md path reference

Why

The framework core (8-step workflow, traceability chain, hard gates) is domain-agnostic, but the tool runtime entrypoints were locked to Claude Code. This migration makes the framework usable in Codex CLI while preserving the original .claude/ materials as legacy reference.

What stays unchanged

  • .claude/commands/ preserved as legacy slash-command prompt library
  • .claude/rules/ remain the single source of truth for coding rules
  • docs/ workflow artifacts unchanged
  • workspace/ unchanged

Test plan

  • Verify Codex discovers skills from .agents/skills/
  • Verify Codex loads AGENTS.md on session start
  • Verify Codex hooks fire from .codex/hooks.json
  • Verify legacy Claude Code still works with .claude/ materials

Generated with Claude Code

Add Codex-facing runtime config (.codex/), skills (.agents/skills/),
and AGENTS.md onboarding while preserving legacy .claude/ materials.
Update README.md and WORKFLOW.md to reflect Codex-first orientation.

Co-Authored-By: Claude Opus 4 (1M context) <noreply@anthropic.com>
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