Files
claudetools/CONTEXT_RECOVERY_PROMPT.md
azcomputerguru 565b6458ba 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>
2026-01-20 16:21:06 -07:00

3.9 KiB

Context Recovery Prompt - ClaudeTools & Dataforth DOS Projects

Use this prompt on any machine to restore full context for ongoing work. Copy and paste this entire prompt to Claude Code.


Prompt to Use:

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 `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 `credentials.md` - ALL infrastructure credentials (UNREDACTED)

## 3. Current Projects

### Dataforth DOS Update System
- 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
- Status: All compatibility issues fixed, deployed to NAS, ready for testing on TS-4R
- Infrastructure: AD2 (192.168.0.6), D2TESTNAS (192.168.0.9)
- Latest work: Fixed 8 DOS 6.22 compatibility issues, organized 61 files into project structure

### ClaudeTools API
- Database: MariaDB @ 172.16.3.30:3306/claudetools
- API: http://172.16.3.30:8001
- Status: Phase 5 complete, 95+ endpoints operational

### Horseshoe Management Client
- 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)
All work is now organized by project/client:
- `projects/[project-name]/` - Project-specific work
- `clients/[client-name]/` - Client-specific work
- Session logs go to project/client-specific session-logs/ folders
- `/save` command is project-aware and places logs correctly

## 5. Key Operating Principles & Directives
- 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 `.mcp.json` - MCP server configuration
- **Configured MCP Servers:**
  - GitHub MCP (requires token in .mcp.json)
  - Filesystem MCP (ClaudeTools access)
  - Sequential Thinking MCP (structured problem-solving)

**Available Commands:** (in `.claude/commands/`)
- `/checkpoint` - Create development checkpoint
- `/context` - Search session logs for previous work
- `/create-spec` - Create app specification
- `/refresh-directives` - Re-read directives.md
- `/save` - Save comprehensive session log (project-aware)
- `/sync` - Sync ClaudeTools config from Gitea

**Available Skills:** (in `.claude/skills/`)
- `/frontend-design` - Modern frontend design patterns

After reading these files, summarize:
1. Current state of Dataforth DOS project (pending testing on TS-4R)
2. Infrastructure you have access to (AD2, D2TESTNAS, ClaudeTools database)
3. Organization system rules for saving new files
4. Available MCP servers, commands, and skills

Working directory: ~/ClaudeTools (Mac/Linux) or D:\ClaudeTools (Windows)

How to Use:

  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

What Gets Restored:

  • All credentials - Infrastructure access (AD2, D2TESTNAS, database)
  • Current project states - What's done, what's pending
  • Organization rules - Where to save files, how to use /save command
  • Recent work - All DOS fixes, organization system changes
  • Operating principles - Agent coordination, coding standards

Last Updated: 2026-01-20 File Location: ClaudeTools repository root (synced via Gitea)