FastCuda now follows Codex's official configuration layout.
AGENTS.md- root project instructions and workflow guidance
.codex/config.toml- project-scoped Codex runtime configuration
.codex/rules/*.rules- command and approval rules
.codex/agents/*.md- custom subagents stored as Markdown files with YAML frontmatter
.codex/skills/*/SKILL.md- project skills stored as
SKILL.md
- project skills stored as
docs/prompts/- reusable prompt briefs
scripts/- environment, benchmark, profile, and hook wrappers
configs/- benchmark presets and device profiles
- old
.codex/project.toml->.codex/config.toml - old
.codex/instructions/*.md-> rootAGENTS.md - old
.codex/hooks/*.toml->scripts/hooks/scripts only - old
.codex/tools/README.md-> regular project docs andscripts/ - old
.codex/prompts/->docs/prompts/
The project keeps prompt files and helper scripts, but they are no longer presented as first-class Codex configuration modules.