docs: add manual adaptation guide for non-native harnesses

This commit is contained in:
Affaan Mustafa
2026-04-05 14:39:55 -07:00
parent 786f46dad5
commit 0aad18a830
2 changed files with 215 additions and 0 deletions

View File

@@ -916,6 +916,7 @@ Yes. ECC is cross-platform:
- **OpenCode**: Full plugin support in `.opencode/`. See [OpenCode Support](#opencode-support).
- **Codex**: First-class support for both macOS app and CLI, with adapter drift guards and SessionStart fallback. See PR [#257](https://github.com/affaan-m/everything-claude-code/pull/257).
- **Antigravity**: Tightly integrated setup for workflows, skills, and flattened rules in `.agent/`. See [Antigravity Guide](docs/ANTIGRAVITY-GUIDE.md).
- **Non-native harnesses**: Manual fallback path for Grok and similar interfaces. See [Manual Adaptation Guide](docs/MANUAL-ADAPTATION-GUIDE.md).
- **Claude Code**: Native — this is the primary target.
</details>