[PR #98] [MERGED] docs: rewrite adapters research as current-state adapter reference #98

Closed
opened 2026-08-15 07:30:12 +02:00 by zaph0d · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/niels-emmer/myace/pull/98
Author: @niels-emmer
Created: 8/14/2026
Status: Merged
Merged: 8/14/2026
Merged by: @niels-emmer

Base: mainHead: docs/adapters-research-rewrite


📝 Commits (1)

  • 681afac docs: rewrite adapters research as current-state adapter reference

📊 Changes

6 files changed (+327 additions, -328 deletions)

View changed files

📝 README.md (+7 -9)
docs/ADAPTERS_RESEARCH.md (+0 -313)
📝 docs/README.md (+4 -3)
docs/adapters-research.md (+313 -0)
📝 docs/extending.md (+2 -2)
📝 scripts/sync_wiki.py (+1 -1)

📄 Description

Summary

  • Renames docs/ADAPTERS_RESEARCH.mddocs/adapters-research.md and rewrites it from a point-in-time research report into a current-state reference doc.
  • "Viable Targets (high priority)" → "Fully built and verified adapters", limited to the 11 adapters actually registered in backend/app/adapters/__init__.py, renumbered 1–11. Roo Code entry removed entirely; pi.dev (unbuilt) and Cody (built-then-retired) moved out of the "built" list.
  • Claude Code, Cursor, Codex CLI, and OpenCode doc citations are now real clickable markdown links (previously bare paths with no scheme, so they never autolinked).
  • Removed "Lower Priority Targets" and "Recommended Priority Order" sections; added a new Future Plans chapter inviting PRs/issues/discussions on unbuilt candidates (pi.dev, Zed AI, CodeGPT) and listing open items on existing adapters.
  • Updated the 4 files that referenced the old filename (README.md, docs/README.md, docs/extending.md, scripts/sync_wiki.py); also fixed a stale "12 already shipped" adapter count in docs/extending.md (actual count is 11).

Test plan

  • Confirmed the 11 listed adapters match backend/app/adapters/__init__.py's registry exactly.
  • Confirmed doc-link URLs added were only scheme/link-wrapping of paths already present in the source text, not fabricated.
  • Grepped repo for remaining ADAPTERS_RESEARCH references outside docs/plans/*.md (intentionally left as point-in-time design records).

🤖 Generated with Claude Code


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/niels-emmer/myace/pull/98 **Author:** [@niels-emmer](https://github.com/niels-emmer) **Created:** 8/14/2026 **Status:** ✅ Merged **Merged:** 8/14/2026 **Merged by:** [@niels-emmer](https://github.com/niels-emmer) **Base:** `main` ← **Head:** `docs/adapters-research-rewrite` --- ### 📝 Commits (1) - [`681afac`](https://github.com/niels-emmer/myace/commit/681afacb4717c3a4062dcc9d5fd514fda422fadb) docs: rewrite adapters research as current-state adapter reference ### 📊 Changes **6 files changed** (+327 additions, -328 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+7 -9) ➖ `docs/ADAPTERS_RESEARCH.md` (+0 -313) 📝 `docs/README.md` (+4 -3) ➕ `docs/adapters-research.md` (+313 -0) 📝 `docs/extending.md` (+2 -2) 📝 `scripts/sync_wiki.py` (+1 -1) </details> ### 📄 Description ## Summary - Renames `docs/ADAPTERS_RESEARCH.md` → `docs/adapters-research.md` and rewrites it from a point-in-time research report into a current-state reference doc. - "Viable Targets (high priority)" → "Fully built and verified adapters", limited to the 11 adapters actually registered in `backend/app/adapters/__init__.py`, renumbered 1–11. Roo Code entry removed entirely; pi.dev (unbuilt) and Cody (built-then-retired) moved out of the "built" list. - Claude Code, Cursor, Codex CLI, and OpenCode doc citations are now real clickable markdown links (previously bare paths with no scheme, so they never autolinked). - Removed "Lower Priority Targets" and "Recommended Priority Order" sections; added a new **Future Plans** chapter inviting PRs/issues/discussions on unbuilt candidates (pi.dev, Zed AI, CodeGPT) and listing open items on existing adapters. - Updated the 4 files that referenced the old filename (`README.md`, `docs/README.md`, `docs/extending.md`, `scripts/sync_wiki.py`); also fixed a stale "12 already shipped" adapter count in `docs/extending.md` (actual count is 11). ## Test plan - [x] Confirmed the 11 listed adapters match `backend/app/adapters/__init__.py`'s registry exactly. - [x] Confirmed doc-link URLs added were only scheme/link-wrapping of paths already present in the source text, not fabricated. - [x] Grepped repo for remaining `ADAPTERS_RESEARCH` references outside `docs/plans/*.md` (intentionally left as point-in-time design records). 🤖 Generated with [Claude Code](https://claude.com/claude-code) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
zaph0d 2026-08-15 07:30:12 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
github-mirrors/myace#98
No description provided.