mirror of
https://github.com/niels-emmer/myace.git
synced 2026-09-14 07:36:39 +02:00
[PR #123] [MERGED] docs: fix frontend route references left stale by the nav regroup #123
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
github-mirrors/myace#123
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:docs/fix-stale-route-references📝 Commits (1)
2cb2f02docs: 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/compileor/moderation/{id}/approve, which didn't move and were correctly left alone:/orchestration(/build)→/build/orchestration(/build)inREADME.mdandAGENTS.mdrule 34/compile→/build/compileinAGENTS.mdrule 28 and adebugging.mdsymptom description/sync→/machine/syncincli.mdREADME.md,cli.md,ci-drift-check.md, andextending.md, since Settings is now a group with three sub-pages, not a single destinationAlso re-checked: adapter counts (all already correct at 12 after the previous PR),
docs/plans/*.mdand 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
/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.