Skip to content

docs: move audit/handoff/next-dev notes into docs/ - #248

Merged
stevenfackley merged 1 commit into
mainfrom
docs/organize-root-docs
Jul 31, 2026
Merged

docs: move audit/handoff/next-dev notes into docs/#248
stevenfackley merged 1 commit into
mainfrom
docs/organize-root-docs

Conversation

@stevenfackley

Copy link
Copy Markdown
Owner

Summary

  • Move CODE_AUDIT.md, HANDOFF.md, NEXT_DEV.md from repo root to docs/ (flat, no subfolder)
  • README.md, CHANGELOG.md, CLAUDE.md, AGENTS.md, CONTRIBUTING.md, DECISIONS.md, SECURITY.md stay at root
  • Fix: .github/workflows/deploy-prod.yml had a paths-ignore: 'HANDOFF.md' entry; removed it since docs/** already covers the new location (was redundant, not broken)

Reference sweep

Grepped README, docs/, .github/workflows, CLAUDE.md, AGENTS.md, package.json, and source for the three filenames.

  • Only two hits outside the moved files themselves: deploy-prod.yml (fixed above) and CHANGELOG.md line 151 ("Add CODE_AUDIT.md and HANDOFF.md") — left as-is, it's a historical changelog entry describing a past release, not a live path reference
  • No relative markdown links inside the three moved files needed updating

Test plan

  • CI green on this branch
  • Confirm deploy-prod path-ignore behavior unaffected (docs/** still matches docs/HANDOFF.md)

Relocate CODE_AUDIT.md, HANDOFF.md, and NEXT_DEV.md from repo root to
docs/ to reduce root clutter. README.md, CHANGELOG.md, CLAUDE.md,
AGENTS.md, CONTRIBUTING.md, DECISIONS.md, and SECURITY.md stay at root.

Drop the now-redundant HANDOFF.md paths-ignore entry in
deploy-prod.yml since docs/** already covers its new location.
@stevenfackley
stevenfackley merged commit e105d52 into main Jul 31, 2026
16 checks passed
@stevenfackley
stevenfackley deleted the docs/organize-root-docs branch July 31, 2026 11:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant