[PR #122] [MERGED] fix: last stale "11 adapters" mentions on the public Welcome page #122

Closed
opened 2026-08-18 07:31:08 +02:00 by zaph0d · 0 comments
Owner

📋 Pull Request Information

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

Base: mainHead: fix/welcome-page-adapter-count


📝 Commits (1)

  • 27e1441 fix: last stale "11 adapters" mentions on the public Welcome page

📊 Changes

2 files changed (+4 additions, -4 deletions)

View changed files

📝 AGENTS.md (+1 -1)
📝 frontend/src/pages/Landing.tsx (+3 -3)

📄 Description

Summary

  • The public /welcome landing page (Landing.tsx) still said "11 target frameworks" in two spots and its adapter list omitted pi.dev entirely — missed by both the pi.dev adapter PR (#120) and the subsequent doc-count cleanup (#121), since neither touched this logged-out page.
  • Fixed the matching count in AGENTS.md rule 36's demo-endpoint scope note ("3 adapters here, not all 11" → 12).

Test plan

  • npm run lint / npm run build / npm run test (70/70) all clean
  • Verified in-browser (logged out) that the Welcome page now reads "12" in both spots and lists pi.dev
  • Swept the repo for any other stale "11 adapters/frameworks" mentions — the only other hits are in docs/adr/0011-*.md and docs/plans/platform-enhancements.md, which are intentionally-frozen historical records (not living docs), so left as-is

🤖 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/122 **Author:** [@niels-emmer](https://github.com/niels-emmer) **Created:** 8/17/2026 **Status:** ✅ Merged **Merged:** 8/17/2026 **Merged by:** [@niels-emmer](https://github.com/niels-emmer) **Base:** `main` ← **Head:** `fix/welcome-page-adapter-count` --- ### 📝 Commits (1) - [`27e1441`](https://github.com/niels-emmer/myace/commit/27e144157498163dc205bf9a6ddff225276b9ee2) fix: last stale "11 adapters" mentions on the public Welcome page ### 📊 Changes **2 files changed** (+4 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `AGENTS.md` (+1 -1) 📝 `frontend/src/pages/Landing.tsx` (+3 -3) </details> ### 📄 Description ## Summary - The public `/welcome` landing page (`Landing.tsx`) still said "11 target frameworks" in two spots and its adapter list omitted `pi.dev` entirely — missed by both the pi.dev adapter PR (#120) and the subsequent doc-count cleanup (#121), since neither touched this logged-out page. - Fixed the matching count in `AGENTS.md` rule 36's demo-endpoint scope note ("3 adapters here, not all 11" → 12). ## Test plan - [x] `npm run lint` / `npm run build` / `npm run test` (70/70) all clean - [x] Verified in-browser (logged out) that the Welcome page now reads "12" in both spots and lists pi.dev - [x] Swept the repo for any other stale "11 adapters/frameworks" mentions — the only other hits are in `docs/adr/0011-*.md` and `docs/plans/platform-enhancements.md`, which are intentionally-frozen historical records (not living docs), so left as-is 🤖 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-18 07:31:08 +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#122
No description provided.