Reorganize repo: compartmentalize scripts by client/project

Move 150+ scripts from root and scripts/ into client/project directories:
- clients/dataforth/scripts/ (110 files: AD2, sync, SSH, DB, DOS scripts)
- clients/bg-builders/scripts/ (14 files: Lesley mgmt, Exchange, termination)
- clients/internal-infrastructure/scripts/ (10 files: GDAP, Gitea, backups)
- projects/msp-tools/scripts/ (9 files: CIPP, MSP onboarding, Datto)
- projects/gururmm-agent/scripts/ (3 files: API test, JWT, record counts)
- clients/glaztech/scripts/ (1 file: CentraStage removal)

Also reorganized:
- VPN scripts → infrastructure/vpn-configs/
- Retrieved API/JS files → api/
- Forum posts → projects/community-forum/forum-posts/
- SSH docs → clients/internal-infrastructure/docs/
- NWTOC/CTONW docs → projects/wrightstown-smarthome/docs/
- ACG website files → projects/internal/acg-website-2025/
- Dataforth docs → clients/dataforth/docs/
- schema-retrieved.sql → docs/database/

Deleted 24 tmp_*.ps1 one-off debug scripts (preserved in git history).
Root reduced from 220+ files to 62 items (docs + directories only).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-20 17:15:07 -07:00
parent 98ea867d2c
commit 5cbd49ce24
207 changed files with 49 additions and 547 deletions

View File

@@ -500,6 +500,36 @@ body, .App {
line-height: 1.6 !important;
}
/* Force all code block text to be readable - override syntax highlighting */
.Post-body pre code *,
.Post-body pre code span,
.Post-body pre code .hljs-keyword,
.Post-body pre code .hljs-string,
.Post-body pre code .hljs-built_in,
.Post-body pre code .hljs-comment,
.Post-body pre code .hljs-variable,
.Post-body pre code .hljs-title,
.Post-body pre code .hljs-attr,
.Post-body pre code .hljs-selector-tag,
.Post-body pre code .hljs-name,
.Post-body pre code .hljs-type,
.Post-body pre code .hljs-number,
.Post-body pre code .hljs-literal,
.Post-body pre code .hljs-symbol,
.Post-body pre code .hljs-bullet {
color: #c9d1d9 !important;
}
/* Add some color variation for readability */
.Post-body pre code .hljs-keyword { color: #ff7b72 !important; }
.Post-body pre code .hljs-string { color: #a5d6ff !important; }
.Post-body pre code .hljs-comment { color: #8b949e !important; font-style: italic; }
.Post-body pre code .hljs-number,
.Post-body pre code .hljs-literal { color: #79c0ff !important; }
.Post-body pre code .hljs-variable,
.Post-body pre code .hljs-title { color: #d2a8ff !important; }
.Post-body pre code .hljs-built_in { color: #ffa657 !important; }
/* Blockquotes */
.Post-body blockquote {
border-left: 3px solid var(--g-orange) !important;