Commit Graph
1 Commits
Author SHA1 Message Date
gongzhiyongandOmX fc877dad24 Move remaining docs into docs index
Keep the repository root focused on README while moving the remaining planning and swarm test documents under docs/ and indexing them there.

Constraint: The user explicitly requested that documents should live under docs/.

Rejected: Leaving older root-level Markdown files in place | it keeps the homepage cluttered and splits the documentation surface.

Confidence: high

Scope-risk: narrow

Directive: Keep future ordinary documentation under docs/ unless it is a root entrypoint such as README.md.

Tested: git diff --cached --check; find . -maxdepth 1 -type f -name '*.md' shows only README.md.

Not-tested: No runtime tests rerun because this is a documentation path-only move.

Co-authored-by: OmX <omx@oh-my-codex.dev>
2026-05-16 14:39:32 +08:00