Target Reference¶
Per-target specifications grounding the schema, renderer, and template implementations. Each file follows the same section template from target-spec-template.md. Fill sections from vendor documentation — do not guess.
v0.1 targets (supported)¶
| ID | File | Tool |
|---|---|---|
agents-md |
agents-md.md | OpenAI Codex CLI — also read natively by Cursor, Windsurf/Cascade, GitHub Copilot coding agent |
claude-md |
claude-md.md | Anthropic Claude Code — also accepted by GitHub Copilot coding agent |
cursor-rules |
cursor-rules.md | Cursor |
v0.2 targets (supported)¶
| ID | File | Tool |
|---|---|---|
gemini-md |
gemini-md.md | Google Gemini CLI |
copilot-instructions |
copilot-instructions.md | GitHub Copilot (Chat, coding agent, code review) |
v0.3 targets (supported)¶
| ID | File | Tool |
|---|---|---|
windsurf-rules |
windsurf-rules.md | Windsurf (Codeium) |
clinerules |
clinerules.md | Cline |
junie-guidelines |
junie-guidelines.md | JetBrains Junie |
copilot-instructions-scoped |
copilot-instructions-scoped.md | GitHub Copilot (path-scoped) |
Future targets (post-v0.3, not yet researched)¶
| ID | Output path | Tool | Milestone |
|---|---|---|---|
continue-rules |
.continue/rules/*.md |
Continue | TBD |
Add a spec file (from target-spec-template.md) here when you begin researching each target before implementation.
Adding a new target¶
- Copy target-spec-template.md to a new file named
<target-id>.mdin this directory. - Fill every section from vendor documentation. Record URL and access date for every source.
- Add a row to the appropriate table above.
- Add the file to
mkdocs.ymlnav under the Targets section. - Once implemented, update
Support leveltosupported — vX.Yand move the row to the relevant supported table.
Section template (summary)¶
Every target file uses exactly these sections in this order (see target-spec-template.md for the full annotated version):
## Summary
## Tool
## Support level
## Canonical path(s)
## Alternate / legacy path(s)
## File format
## Frontmatter
## Discovery / scope behavior
## Repo-safe
## Renderer notes
## Known limitations / gotchas
## Official references
## Minimal example
## Internal mapping notes
Leave a section as _Not yet researched._ rather than omitting it or guessing.