Agentlink reference

AI coding tools and instruction-file paths

Agentlink v0.5.0 knows 23 tools. The registry distinguishes tools that read AGENTS.md natively from integrations better handled through configuration, imports, or explicit symlinks.

By Sam RogersPublished September 1, 2026Checked against Agentlink v0.5.0

Integration modes

Supported tools in v0.5.0

ToolGlobal pathProject pathPreferred integration
AiderNoneAGENTS.mdNative
Amp~/.config/AGENTS.mdAGENTS.mdNative
AntigravityNoneAGENTS.mdNative
AutohandNoneAGENTS.mdNative
Claude Code~/.claude/CLAUDE.mdCLAUDE.mdImport from a real wrapper
ClineNoneNoneUnsupported
Continue~/.continue/config.yamlNoneUnsupported
CrushNoneAGENTS.mdNative
CursorNoneAGENTS.mdNative
Factory (Droid)~/.factory/AGENTS.mdAGENTS.mdNative
Gemini CLI~/.gemini/GEMINI.mdGEMINI.mdConfigurable
GitHub CopilotNone.github/copilot-instructions.mdSymlink
Goose~/.config/goose/.goosehints.goosehintsSymlink
JunieNone.junie/AGENTS.mdNative
Kilo CodeNoneAGENTS.mdNative
KiroNoneAGENTS.mdNative
Codex CLI~/.codex/AGENTS.mdAGENTS.mdNative
OpenClaw~/.openclaw/workspace/AGENTS.mdNoneNative global file
OpenCode~/.config/opencode/AGENTS.mdAGENTS.mdNative
Qwen Code~/.qwen/QWEN.mdQWEN.mdSymlink
RooCodeNone.roo/rules/rules.mdSymlink
WindsurfNoneAGENTS.mdNative
ZedNoneAGENTS.mdNative

Nested discovery is a separate capability

A tool reading a root instruction file does not prove it discovers the same filename in nested directories. Agentlink enables nested scan aliases only when the registry includes a public behavior reference. In v0.5.0, Claude Code and Gemini CLI have documented nested discovery metadata. Other and unknown integrations remain root-only during scan --nested.

Keep the reference honest

The Go registry in internal/registry/tools.go is the source for detection paths and integration metadata. A documentation contract checks that the repository README stays aligned with it. Tool behavior can change independently, so confirm the current vendor documentation before relying on a non-native integration in a sensitive workflow.