Context
We currently maintain an .agent/ folder that symlinks to the .agents/ directory. This was implemented as a fast hack to support Codex Desktop seamlessly while avoiding breaking Claude's configuration (which expects .agent/) during a period when Claude was unavailable due to rate limits.
The Problem
While using symlinks ensures the single-source-of-truth is not technically violated, maintaining an unnecessary second top-level repository folder (.agent) is cumbersome and clutters the root directory.
The Architectural Reality
Empirical verification confirms that as of April 2026, the Antigravity IDE natively recognizes and supports the .agents/ (plural) folder standard for dotagents configurations. There is no technical limitation blocking us from migrating fully to the plural standard.
The Fix
Unify the skill directory structure entirely under .agents/. All agent harnesses (Claude, Codex, Antigravity) must point to this canonical location.
Acceptance Criteria
Out of Scope
- Rewriting or refactoring the actual markdown skills inside the folders; this is purely a directory normalization task.
Avoided Traps / Gold Standards Rejected
- Symlinking the roots: Keeping both folders as "symlinked aliases" of each other. This is rejected because it pollutes the repository root and causes confusion for IDE file watchers and vector ingestion.
Origin Session ID: 240ae149-d3ba-4d68-9b4f-be2a359937e7
Context
We currently maintain an
.agent/folder that symlinks to the.agents/directory. This was implemented as a fast hack to support Codex Desktop seamlessly while avoiding breaking Claude's configuration (which expects.agent/) during a period when Claude was unavailable due to rate limits.The Problem
While using symlinks ensures the single-source-of-truth is not technically violated, maintaining an unnecessary second top-level repository folder (
.agent) is cumbersome and clutters the root directory.The Architectural Reality
Empirical verification confirms that as of April 2026, the Antigravity IDE natively recognizes and supports the
.agents/(plural) folder standard for dotagents configurations. There is no technical limitation blocking us from migrating fully to the plural standard.The Fix
Unify the skill directory structure entirely under
.agents/. All agent harnesses (Claude, Codex, Antigravity) must point to this canonical location.Acceptance Criteria
.agents/rather than.agent/..agent/symlink/directory entirely.settings.jsonor workspace configurations reference the.agents/structure.Out of Scope
Avoided Traps / Gold Standards Rejected
Origin Session ID: 240ae149-d3ba-4d68-9b4f-be2a359937e7