fix: Remove all emojis from documentation for cross-platform compliance

Replaced 50+ emoji types with ASCII text markers for consistent rendering
across all terminals, editors, and operating systems:

  - Checkmarks/status: [OK], [DONE], [SUCCESS], [PASS]
  - Errors/warnings: [ERROR], [FAIL], [WARNING], [CRITICAL]
  - Actions: [DO], [DO NOT], [REQUIRED], [OPTIONAL]
  - Navigation: [NEXT], [PREVIOUS], [TIP], [NOTE]
  - Progress: [IN PROGRESS], [PENDING], [BLOCKED]

Additional changes:
  - Made paths cross-platform (~/ClaudeTools for Mac/Linux)
  - Fixed database host references to 172.16.3.30
  - Updated START_HERE.md and CONTEXT_RECOVERY_PROMPT.md for multi-OS use

Files updated: 58 markdown files across:
  - .claude/ configuration and agents
  - docs/ documentation
  - projects/ project files
  - Root-level documentation

This enforces the NO EMOJIS rule from directives.md and ensures
documentation renders correctly on all systems.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-20 16:20:35 -07:00
parent dc7174a53d
commit 565b6458ba
58 changed files with 1025 additions and 1019 deletions

View File

@@ -93,10 +93,10 @@ FLUSH PRIVILEGES;
**VPN Status:** Connected (Tailscale)
**Access Verified:**
- Jupiter (172.16.3.20): Accessible
- Build Server (172.16.3.30): Accessible
- Jupiter (172.16.3.20): [OK] Accessible
- Build Server (172.16.3.30): [OK] Accessible
- pfSense (172.16.0.1): Accessible via SSH port 2248
- Internal network (172.16.0.0/16): Full access
- Internal network (172.16.0.0/16): [OK] Full access
**Tailscale Network:**
- This machine: `100.125.36.6` (acg-m-l5090)
@@ -105,7 +105,7 @@ FLUSH PRIVILEGES;
### Docker Availability
**Status:** Not installed on Windows host
**Status:** [ERROR] Not installed on Windows host
**Note:** Not needed for ClaudeTools (API runs on Jupiter Docker)
### Machine Fingerprint
@@ -948,8 +948,8 @@ app.state.limiter = limiter
- Python 3.11+ (for API)
### Network Requirements
- VPN access (Tailscale) - Already configured
- Internal network access (172.16.0.0/16) - Already accessible
- VPN access (Tailscale) - [OK] Already configured
- Internal network access (172.16.0.0/16) - [OK] Already accessible
- External domain (claudetools-api.azcomputerguru.com) - To be configured
---