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:
@@ -254,7 +254,7 @@ sudo systemctl start claudetools-api
|
||||
|
||||
```
|
||||
<!-- Context Recall: Retrieved 3 relevant context(s) from API -->
|
||||
## 📚 Previous Context
|
||||
## [DOCS] Previous Context
|
||||
|
||||
The following context has been automatically recalled:
|
||||
...
|
||||
@@ -264,9 +264,9 @@ The following context has been automatically recalled:
|
||||
|
||||
```
|
||||
<!-- Context Recall: Retrieved 3 relevant context(s) from LOCAL CACHE (offline mode) -->
|
||||
## 📚 Previous Context
|
||||
## [DOCS] Previous Context
|
||||
|
||||
⚠️ **Offline Mode** - Using cached context (API unavailable)
|
||||
[WARNING] **Offline Mode** - Using cached context (API unavailable)
|
||||
|
||||
The following context has been automatically recalled:
|
||||
...
|
||||
@@ -433,14 +433,14 @@ Create a cron job or scheduled task:
|
||||
|
||||
| Feature | V1 (Original) | V2 (Offline-Capable) |
|
||||
|---------|---------------|----------------------|
|
||||
| API Recall | ✅ Yes | ✅ Yes |
|
||||
| API Save | ✅ Yes | ✅ Yes |
|
||||
| Offline Recall | ❌ Silent fail | ✅ Uses local cache |
|
||||
| Offline Save | ❌ Data loss | ✅ Queues locally |
|
||||
| Auto-sync | ❌ No | ✅ Background sync |
|
||||
| Manual sync | ❌ No | ✅ sync-contexts script |
|
||||
| Status indicators | ❌ Silent | ✅ Clear messages |
|
||||
| Data resilience | ❌ Low | ✅ High |
|
||||
| API Recall | [OK] Yes | [OK] Yes |
|
||||
| API Save | [OK] Yes | [OK] Yes |
|
||||
| Offline Recall | [ERROR] Silent fail | [OK] Uses local cache |
|
||||
| Offline Save | [ERROR] Data loss | [OK] Queues locally |
|
||||
| Auto-sync | [ERROR] No | [OK] Background sync |
|
||||
| Manual sync | [ERROR] No | [OK] sync-contexts script |
|
||||
| Status indicators | [ERROR] Silent | [OK] Clear messages |
|
||||
| Data resilience | [ERROR] Low | [OK] High |
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user