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:
@@ -5,7 +5,7 @@
|
||||
|
||||
---
|
||||
|
||||
## ✅ What's Complete
|
||||
## [OK] What's Complete
|
||||
|
||||
1. **Offline Mode (v2 hooks)** - Full offline support with local caching/queuing
|
||||
2. **Centralized Architecture** - DB & API on RMM (172.16.3.30)
|
||||
@@ -15,7 +15,7 @@
|
||||
|
||||
---
|
||||
|
||||
## 🚀 Quick Actions Available
|
||||
## [START] Quick Actions Available
|
||||
|
||||
### Enable Automatic Periodic Saves
|
||||
|
||||
@@ -30,7 +30,7 @@ This sets up Task Scheduler to auto-save context every 5 minutes of active work.
|
||||
The hooks should automatically inject context when you start working. Check for:
|
||||
```
|
||||
<!-- Context Recall: Retrieved X relevant context(s) from API -->
|
||||
## 📚 Previous Context
|
||||
## [DOCS] Previous Context
|
||||
```
|
||||
|
||||
### View Saved Contexts
|
||||
@@ -41,7 +41,7 @@ curl -s "http://172.16.3.30:8001/api/conversation-contexts?limit=10" | python -m
|
||||
|
||||
---
|
||||
|
||||
## 📋 Optional Next Steps
|
||||
## [LIST] Optional Next Steps
|
||||
|
||||
### 1. Re-import Old Contexts (68 from Jupiter)
|
||||
|
||||
@@ -59,17 +59,17 @@ The MSP/Dev/Normal mode switching is designed but not implemented yet. Database
|
||||
|
||||
---
|
||||
|
||||
## 🔧 System Status
|
||||
## [CONFIG] System Status
|
||||
|
||||
**API:** http://172.16.3.30:8001 ✅
|
||||
**Database:** 172.16.3.30:3306/claudetools ✅
|
||||
**Contexts Saved:** 7 ✅
|
||||
**Hooks Version:** v2 (offline-capable) ✅
|
||||
**Periodic Save:** Tested ✅ (needs Task Scheduler setup for auto-run)
|
||||
**API:** http://172.16.3.30:8001 [OK]
|
||||
**Database:** 172.16.3.30:3306/claudetools [OK]
|
||||
**Contexts Saved:** 7 [OK]
|
||||
**Hooks Version:** v2 (offline-capable) [OK]
|
||||
**Periodic Save:** Tested [OK] (needs Task Scheduler setup for auto-run)
|
||||
|
||||
---
|
||||
|
||||
## 📚 Key Documentation
|
||||
## [DOCS] Key Documentation
|
||||
|
||||
- `OFFLINE_MODE.md` - Complete offline mode documentation
|
||||
- `PERIODIC_SAVE_QUICK_START.md` - Quick guide for periodic saves
|
||||
@@ -78,7 +78,7 @@ The MSP/Dev/Normal mode switching is designed but not implemented yet. Database
|
||||
|
||||
---
|
||||
|
||||
## 🎯 Context Will Auto-Load
|
||||
## [TARGET] Context Will Auto-Load
|
||||
|
||||
When you start your next session, the `user-prompt-submit` hook will automatically:
|
||||
1. Detect you're in the ClaudeTools project
|
||||
|
||||
Reference in New Issue
Block a user