Narrow agent adapters to AGENTS.md + CLAUDE.md#1
Merged
Conversation
Route every non-Claude agent (Codex, Cursor, Gemini/Antigravity, Copilot, OpenCode, Hermes, Pi, Factory/Droid) through the portable AGENTS.md and only Claude Code through CLAUDE.md. Orient no longer emits or manages GEMINI.md or .cursor/rules/*.mdc unless explicitly requested. Updates the adapter table, managed-block examples, detection greps, workflow, pitfalls, README, one-shot prompt, and CHANGELOG. Bumps skill version 1.5.0 -> 1.6.0; managed-block schema unchanged (v=1).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
orientnow emits exactly two agent adapters:AGENTS.md— every non-Claude agent (Codex, Cursor, Gemini/Antigravity, Copilot, OpenCode, Hermes, Pi, Factory/Droid) reads the portableAGENTS.mdconvention.CLAUDE.md— Claude Code only.GEMINI.mdand.cursor/rules/*.mdcare no longer emitted or managed unless the user explicitly asks. Pre-existingGEMINI.mdblocks are left untouched, not auto-created.Changed
SKILL.md: adapter table, naming hierarchy, managed-block examples, workflow steps, pitfalls, one-shot prompt; version 1.5.0 → 1.6.0.references/rebrand-and-pointer-blocks.md: detection-grep includes + adapter sections.README.md: narrative, "what gets written" tree, one-shot, status line.CHANGELOG.md: 1.6.0 entry.Managed-block schema unchanged (
v=1). markdownlint passes locally.