From 01a29e480a91c86fd9b17a640f674e95bebf9cd6 Mon Sep 17 00:00:00 2001 From: Lakshya Sharma <169168095+Lakshya77089@users.noreply.github.com> Date: Thu, 9 Jul 2026 06:26:12 +0530 Subject: [PATCH] docs: add Zed to the agent portability table (#190) The README lists Zed as a supported instruction-tier agent and points readers to docs/agent-portability.md for the file mapping, but the table had no Zed row. Zed auto-includes AGENTS.md from the worktree root as a default rule file, so add the row to match the README. --- docs/agent-portability.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/agent-portability.md b/docs/agent-portability.md index bdae711..5a61d8e 100644 --- a/docs/agent-portability.md +++ b/docs/agent-portability.md @@ -24,6 +24,7 @@ to load in a given agent. | Swival | `.swival/skills/`, `AGENTS.md` | `swival skills add https://github.com/DietrichGebert/ponytail` installs the six skills straight into `.swival/skills/`. Add `--global` to stage them in the library (`~/.config/swival/library`) first, then `swival skills add ponytail` (or `--global ponytail`) to activate per-project or everywhere. Also reads `AGENTS.md` from the repo root and `~/.config/swival/AGENTS.md` globally as instruction-tier fallback. | | VS Code + Codex extension | `AGENTS.md` | The Codex extension reads `AGENTS.md` (repo root, or `~/.codex/AGENTS.md` globally). Instruction-tier; the full Codex plugin row above adds `/ponytail` levels and hooks. | | Kiro | `.kiro/steering/ponytail.md` | Steering rule; copy globally or into a project. | +| Zed | `AGENTS.md` | Auto-includes `AGENTS.md` from the worktree root as one of its default rule files for the Agent Panel. Instruction-tier. | | Generic agents | `AGENTS.md` or `skills/*/SKILL.md` | Copy the compact rule file or load the skill files directly. | ## Adapter Rule