[PR #123] [MERGED] docs: fix frontend route references left stale by the nav regroup #123

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/123
Author: @niels-emmer
Created: 8/17/2026
Status: Merged
Merged: 8/17/2026
Merged by: @niels-emmer

Base: mainHead: docs/fix-stale-route-references


📝 Commits (1)

  • 2cb2f02 docs: fix frontend route references left stale by the nav regroup

📊 Changes

6 files changed (+12 additions, -12 deletions)

View changed files

📝 AGENTS.md (+3 -3)
📝 README.md (+3 -3)
📝 docs/ci-drift-check.md (+1 -1)
📝 docs/cli.md (+3 -3)
📝 docs/debugging.md (+1 -1)
📝 docs/extending.md (+1 -1)

📄 Description

Summary

Final documentation sanity check after the grouped-navigation work (#121) and its follow-up (#122). Found several genuine stale frontend-route mentions — as distinct from backend API routes like /profiles/compile or /moderation/{id}/approve, which didn't move and were correctly left alone:

  • Orchestration Gallery / pipeline wizard: /orchestration(/build)/build/orchestration(/build) in README.md and AGENTS.md rule 34
  • Compile page: /compile/build/compile in AGENTS.md rule 28 and a debugging.md symptom description
  • Sync Dashboard: /sync/machine/sync in cli.md
  • "Settings page" → "Settings → Account page" (or "→ System" for the admin page) in README.md, cli.md, ci-drift-check.md, and extending.md, since Settings is now a group with three sub-pages, not a single destination

Also re-checked: adapter counts (all already correct at 12 after the previous PR), docs/plans/*.md and ADRs (intentionally-frozen historical records, left as-is), CLAUDE.md, docs/architecture.md's frontend description (no route-level detail there, nothing stale).

Test plan

  • Docs-only change — no source touched, so no functional test plan; CI runs regardless
  • Grepped the whole doc tree for every legacy top-level path (/profiles, /compile, /import, /setup-audit, /sync, /orchestration(/build), /moderation, /admin/system) and confirmed every remaining hit is either a backend API route or the intentional redirect-mapping documentation in AGENTS.md rule 38

🤖 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/123 **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:** `docs/fix-stale-route-references` --- ### 📝 Commits (1) - [`2cb2f02`](https://github.com/niels-emmer/myace/commit/2cb2f022973eb9ea028ba552bd19cfc422e85e96) docs: fix frontend route references left stale by the nav regroup ### 📊 Changes **6 files changed** (+12 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `AGENTS.md` (+3 -3) 📝 `README.md` (+3 -3) 📝 `docs/ci-drift-check.md` (+1 -1) 📝 `docs/cli.md` (+3 -3) 📝 `docs/debugging.md` (+1 -1) 📝 `docs/extending.md` (+1 -1) </details> ### 📄 Description ## Summary Final documentation sanity check after the grouped-navigation work (#121) and its follow-up (#122). Found several genuine stale frontend-route mentions — as distinct from backend API routes like `/profiles/compile` or `/moderation/{id}/approve`, which didn't move and were correctly left alone: - Orchestration Gallery / pipeline wizard: `/orchestration(/build)` → `/build/orchestration(/build)` in `README.md` and `AGENTS.md` rule 34 - Compile page: `/compile` → `/build/compile` in `AGENTS.md` rule 28 and a `debugging.md` symptom description - Sync Dashboard: `/sync` → `/machine/sync` in `cli.md` - "Settings page" → "Settings → Account page" (or "→ System" for the admin page) in `README.md`, `cli.md`, `ci-drift-check.md`, and `extending.md`, since Settings is now a group with three sub-pages, not a single destination Also re-checked: adapter counts (all already correct at 12 after the previous PR), `docs/plans/*.md` and ADRs (intentionally-frozen historical records, left as-is), `CLAUDE.md`, `docs/architecture.md`'s frontend description (no route-level detail there, nothing stale). ## Test plan - [x] Docs-only change — no source touched, so no functional test plan; CI runs regardless - [x] Grepped the whole doc tree for every legacy top-level path (`/profiles`, `/compile`, `/import`, `/setup-audit`, `/sync`, `/orchestration(/build)`, `/moderation`, `/admin/system`) and confirmed every remaining hit is either a backend API route or the intentional redirect-mapping documentation in AGENTS.md rule 38 🤖 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#123
No description provided.