chore(docs): consolidate markdown under docs/ + distill audits into changelog (PSA-48) #417
Loading…
Reference in a new issue
No description provided.
Delete branch "chore/PSA-48-docs-sanitize"
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?
Phase 1 (docs reorg) of PSA-48 for mokosh-server. Reversible content change; the irreversible history rewrite is a separate follow-up.
What changed
README.md/CLAUDE.mdnow lives underdocs/(public / how-to) ordocs/dev-docs/(internal working notes). README files stay colocated with their code.CLAUDE.md(incl. the doc-tree line), source comments, three migration comments, the e2e specs. The verification query that lived under the audit tree was preserved (moved todocs/dev-docs/pms-263-verify-no-comingled-business-rows.sql) and its two callers updated.docs/dev-docs/CHANGELOG.md.codebase-state.md(live per-module status / F1..F14 tracker), moved todocs/dev-docs/.For AI/dir.Not in this PR
Verification
fmt + clippy
-D warnings+cargo check --all-targets+cargo test --lib(239 tests) green in the pinned rust-builder image.#PSA-48