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:
@@ -10,18 +10,18 @@ Use this prompt on any machine to restore full context for ongoing work. Copy an
|
||||
I need to restore full context for ongoing work on this machine. Please read and internalize the following files in this exact order:
|
||||
|
||||
## 1. Organization & Structure (READ FIRST)
|
||||
- Read `D:\ClaudeTools\PROJECT_ORGANIZATION.md` - Master index of all projects and clients
|
||||
- Read `D:\ClaudeTools\.claude\FILE_PLACEMENT_GUIDE.md` - File organization rules
|
||||
- Read `D:\ClaudeTools\.claude\CLAUDE.md` - Project overview and operating principles
|
||||
- Read `PROJECT_ORGANIZATION.md` - Master index of all projects and clients
|
||||
- Read `.claude/FILE_PLACEMENT_GUIDE.md` - File organization rules
|
||||
- Read `.claude/CLAUDE.md` - Project overview and operating principles
|
||||
|
||||
## 2. Credentials & Infrastructure (CRITICAL)
|
||||
- Read `D:\ClaudeTools\credentials.md` - ALL infrastructure credentials (UNREDACTED)
|
||||
- Read `credentials.md` - ALL infrastructure credentials (UNREDACTED)
|
||||
|
||||
## 3. Current Projects
|
||||
|
||||
### Dataforth DOS Update System
|
||||
- Read `D:\ClaudeTools\projects\dataforth-dos\PROJECT_INDEX.md` - Complete project reference
|
||||
- Read `D:\ClaudeTools\projects\dataforth-dos\session-logs\2026-01-20-session.md` - Latest session with all fixes
|
||||
- Read `projects/dataforth-dos/PROJECT_INDEX.md` - Complete project reference
|
||||
- Read the latest session log in `projects/dataforth-dos/session-logs/`
|
||||
|
||||
**Quick Context:**
|
||||
- Project: DOS 6.22 update system for ~30 test stations
|
||||
@@ -35,7 +35,7 @@ I need to restore full context for ongoing work on this machine. Please read and
|
||||
- Status: Phase 5 complete, 95+ endpoints operational
|
||||
|
||||
### Horseshoe Management Client
|
||||
- Read `D:\ClaudeTools\clients\horseshoe-management\CLIENT_INFO.md` - Client history
|
||||
- Read `clients/horseshoe-management/CLIENT_INFO.md` - Client history
|
||||
- Latest issue: Glance screen sharing version mismatch (2026-01-20)
|
||||
|
||||
## 4. Organization System (NEW as of 2026-01-20)
|
||||
@@ -46,16 +46,16 @@ All work is now organized by project/client:
|
||||
- `/save` command is project-aware and places logs correctly
|
||||
|
||||
## 5. Key Operating Principles & Directives
|
||||
- Read `D:\ClaudeTools\directives.md` - CRITICAL agent coordination rules
|
||||
- Read `directives.md` - CRITICAL agent coordination rules
|
||||
- Main Claude is a COORDINATOR, not executor - delegate to agents
|
||||
- NO EMOJIS ever (causes encoding issues)
|
||||
- Use ASCII markers: [OK], [ERROR], [WARNING], [SUCCESS]
|
||||
|
||||
## 6. MCP Servers & Tools
|
||||
- Read `D:\ClaudeTools\.mcp.json` - MCP server configuration
|
||||
- Read `.mcp.json` - MCP server configuration
|
||||
- **Configured MCP Servers:**
|
||||
- GitHub MCP (requires token in .mcp.json)
|
||||
- Filesystem MCP (D:\ClaudeTools access)
|
||||
- Filesystem MCP (ClaudeTools access)
|
||||
- Sequential Thinking MCP (structured problem-solving)
|
||||
|
||||
**Available Commands:** (in `.claude/commands/`)
|
||||
@@ -75,14 +75,16 @@ After reading these files, summarize:
|
||||
3. Organization system rules for saving new files
|
||||
4. Available MCP servers, commands, and skills
|
||||
|
||||
Working directory: D:\ClaudeTools
|
||||
Working directory: ~/ClaudeTools (Mac/Linux) or D:\ClaudeTools (Windows)
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
## How to Use:
|
||||
|
||||
1. On the new machine, open Claude Code in the `D:\ClaudeTools` directory
|
||||
1. On the new machine, open Claude Code in the ClaudeTools directory
|
||||
- Mac/Linux: `cd ~/ClaudeTools`
|
||||
- Windows: `cd D:\ClaudeTools`
|
||||
2. Copy everything between the triple backticks above
|
||||
3. Paste into Claude Code
|
||||
4. Claude will read all key files and restore full context
|
||||
@@ -98,4 +100,4 @@ Working directory: D:\ClaudeTools
|
||||
---
|
||||
|
||||
**Last Updated:** 2026-01-20
|
||||
**File Location:** D:\ClaudeTools\CONTEXT_RECOVERY_PROMPT.md (in Gitea repository)
|
||||
**File Location:** ClaudeTools repository root (synced via Gitea)
|
||||
|
||||
Reference in New Issue
Block a user