Goal
Do a repo hygiene pass focused on reducing future agent and maintainer friction.
Scope
- Clean up stale or duplicated docs.
- Remove dead code, dead files, obsolete scripts, and unused fixtures.
- Remove or simplify stale configs, CI remnants, generated artifacts, and local-only leftovers that should not be committed.
- Reconcile docs with
.github/github-repo-workflow.json and AGENTS.md where those files exist.
- Keep behavior changes out of this pass unless they are required to delete dead paths safely.
Suggested approach
- Inventory docs, configs, scripts, CI workflows, and obvious generated files.
- Search for references before deleting anything.
- Prefer small focused PRs if the cleanup spans unrelated areas.
- Run the repo's documented validation gates after each cleanup PR.
- Update workflow metadata only when the cleanup changes docs routing, commands, workflows, repo relationships, or cleanup policy.
Notes
This issue was opened after the workflow metadata rollout so each repo has a durable follow-up for general cleanup that should not be mixed into metadata-only PRs.
Goal
Do a repo hygiene pass focused on reducing future agent and maintainer friction.
Scope
.github/github-repo-workflow.jsonandAGENTS.mdwhere those files exist.Suggested approach
Notes
This issue was opened after the workflow metadata rollout so each repo has a durable follow-up for general cleanup that should not be mixed into metadata-only PRs.