Scrubs AI-generated tone out of the active admin/ops guides while keeping every fact (commands, paths, ports, URLs) intact:
docs/USER_GUIDE.md
docs/DEPLOYMENT.md
docs/DEPLOY_FROM_SCRATCH.md
DEPLOYMENT_CHECKLIST.md
Fixes: bold-colon feature walls turned into normal sentences/tables, Title Case headings switched to sentence case, em dashes removed, rule-of-three feature lists trimmed to plain prose.
CONTRIBUTING.md and admin-frontend/README.md (already plain, no changes needed)
docs/DEPLOY_CPANEL_STEP_BY_STEP.md and docs/INSTALL_PREREQUISITES_CPANEL.md (large, cPanel-specific edge-case runbooks; flagging for a follow-up pass if wanted)
Test plan
Skim each rewritten guide against the original to confirm no commands/paths/URLs changed
No merge requested; review only
## Summary
Scrubs AI-generated tone out of the active admin/ops guides while keeping every fact (commands, paths, ports, URLs) intact:
- `docs/USER_GUIDE.md`
- `docs/DEPLOYMENT.md`
- `docs/DEPLOY_FROM_SCRATCH.md`
- `DEPLOYMENT_CHECKLIST.md`
Fixes: bold-colon feature walls turned into normal sentences/tables, Title Case headings switched to sentence case, em dashes removed, rule-of-three feature lists trimmed to plain prose.
Out of scope (left untouched on purpose):
- Historical scratch docs (`PHOTO_VIEWER_*`, `FIX_*`, `AUTO_MATCH_AUTOMATION_PLAN`, `DATABASE_ARCHITECTURE_REVIEW`, `FIXES_*`, `RESTRUCTURE_SUMMARY`, `docs/ADMIN_UX_REVIEW.md`)
- `CONTRIBUTING.md` and `admin-frontend/README.md` (already plain, no changes needed)
- `docs/DEPLOY_CPANEL_STEP_BY_STEP.md` and `docs/INSTALL_PREREQUISITES_CPANEL.md` (large, cPanel-specific edge-case runbooks; flagging for a follow-up pass if wanted)
## Test plan
- [ ] Skim each rewritten guide against the original to confirm no commands/paths/URLs changed
- [ ] No merge requested; review only
Rewrite docs/USER_GUIDE.md, docs/DEPLOYMENT.md, docs/DEPLOY_FROM_SCRATCH.md,
and DEPLOYMENT_CHECKLIST.md to drop AI-generated tells: bold-colon feature
walls, Title Case headings, em dashes, and rule-of-three lists. Facts
(commands, paths, ports, URLs) are unchanged. Historical scratch docs
(PHOTO_VIEWER_*, FIX_*, *_REVIEW, *_PLAN, etc.) and the cPanel-specific
runbooks are untouched.
ilia
merged commit fc763ab73d into master2026-08-05 16:40:08 -05:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Summary
Scrubs AI-generated tone out of the active admin/ops guides while keeping every fact (commands, paths, ports, URLs) intact:
docs/USER_GUIDE.mddocs/DEPLOYMENT.mddocs/DEPLOY_FROM_SCRATCH.mdDEPLOYMENT_CHECKLIST.mdFixes: bold-colon feature walls turned into normal sentences/tables, Title Case headings switched to sentence case, em dashes removed, rule-of-three feature lists trimmed to plain prose.
Out of scope (left untouched on purpose):
PHOTO_VIEWER_*,FIX_*,AUTO_MATCH_AUTOMATION_PLAN,DATABASE_ARCHITECTURE_REVIEW,FIXES_*,RESTRUCTURE_SUMMARY,docs/ADMIN_UX_REVIEW.md)CONTRIBUTING.mdandadmin-frontend/README.md(already plain, no changes needed)docs/DEPLOY_CPANEL_STEP_BY_STEP.mdanddocs/INSTALL_PREREQUISITES_CPANEL.md(large, cPanel-specific edge-case runbooks; flagging for a follow-up pass if wanted)Test plan