Commit 4b30653
chore(root): drop three redundant top-level files (#7839)
* chore(root): drop redundant top-level files
Three small clean-ups to make the project root easier to scan for new
contributors:
- best_practices.md was a near-duplicate of CONTRIBUTING.md. Merge its
two unique bullets (PRs MUST include a description / flag empty
descriptions as incomplete) into CONTRIBUTING.md and remove the file.
- .pr_agent.toml is a two-line Qodo PR-bot config. It has no functional
references in the repo and Qodo currently doesn't review this repo.
- tests/ -> src/tests was an unused root symlink. Verified no workflow,
script, eslint config, or playwright config relies on the root path
(all callers use src/tests/... or the ep_etherpad-lite package path).
No CI, build, or docs updates needed.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* chore(root): fix dead tests/frontend + best_practices.md refs
Follow-up on Qodo review feedback for #7839:
- CONTRIBUTING.md: front-end-tests path now reads src/tests/frontend/
instead of the dead tests/frontend/ (the root tests symlink is gone).
The browser URL <yourdomainhere>/tests/frontend stays — that's an
Express route served by the test runner, not a filesystem path.
- docs/superpowers/specs/...openapi-design.md: drop best_practices.md
from the parenthetical list of policy sources (now CONTRIBUTING.md
and AGENTS.MD), since best_practices.md has been removed.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent bfaf442 commit 4b30653
5 files changed
Lines changed: 4 additions & 140 deletions
File tree
- docs/superpowers/specs
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
8 | 10 | | |
9 | 11 | | |
10 | 12 | | |
| |||
123 | 125 | | |
124 | 126 | | |
125 | 127 | | |
126 | | - | |
| 128 | + | |
127 | 129 | | |
128 | 130 | | |
129 | 131 | | |
| |||
This file was deleted.
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
197 | 197 | | |
198 | 198 | | |
199 | 199 | | |
200 | | - | |
| 200 | + | |
201 | 201 | | |
202 | 202 | | |
203 | 203 | | |
| |||
This file was deleted.
0 commit comments