Skip to content

[codex] rename .agent directory to .agents#98

Merged
andreichenchik merged 1 commit into
mainfrom
codex/rename-agent-to-agents
Feb 14, 2026
Merged

[codex] rename .agent directory to .agents#98
andreichenchik merged 1 commit into
mainfrom
codex/rename-agent-to-agents

Conversation

@andreichenchik

Copy link
Copy Markdown
Owner

Problem

The repository still used .agent/ as the agent configuration directory, but we needed to standardize it to .agents/. Keeping mixed naming breaks path-based references and causes workflows/manual commands to read instructions from the old location.

User Impact

Without this rename, automation prompts and contributor guidance can point to stale paths, which leads to failed prompt loads and confusion when running documented commands.

Root Cause

Directory name and references were coupled to .agent/ across docs and workflow prompt text.

Fix

I renamed .agent/ to .agents/ and updated all known references:

  • Updated workflow prompt paths in .github/workflows/new-form-request.yml.
  • Updated prompt usage examples in .agents/prompts/README.md.
  • Updated structure/checklist references in .agents/AGENTS.md.
  • Repointed root symlinks AGENTS.md and CLAUDE.md to .agents/AGENTS.md.

Git detected content-preserving renames for the moved files, so history remains traceable.

Validation

  • Verified no remaining .agent/ references in the repo via ripgrep.
  • Verified symlinks resolve correctly.
  • Verified prompt files exist under .agents/prompts/.
  • Checked staged diff integrity with git diff --cached --check.

@andreichenchik
andreichenchik merged commit 7fc37bb into main Feb 14, 2026
3 checks passed
@andreichenchik
andreichenchik deleted the codex/rename-agent-to-agents branch February 14, 2026 13:13
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