# Scripts tmp/ Directory

**Created:** March 9, 2026  
**Purpose:** Temporary storage for original scripts during reorganization

## What's in here

This directory contains **214 original script files** that were moved from `/scripts/` root during the scripts reorganization project.

These scripts are:
- ✅ **SAFE TO REMOVE** - All functionality has been copied to organized directories
- 🔒 **KEPT AS BACKUP** - Safety measure during transition period
- 📁 **DUPLICATES** - Organized versions exist in `/scripts/core/`, `/scripts/figma/`, etc.

## Organized Structure (Active)

```
scripts/
├── core/          # Critical automation (cron, heartbeats)
├── figma/         # Figma automation & deck building  
├── taste/         # Taste board management & sync
├── notion/        # Notion integration & sync
├── images/        # Image processing & generation
├── email/         # Email automation & calendar
├── discord/       # Discord bots & team utilities
├── legacy/        # Test scripts & old versions
├── utils/         # General utilities & tools
└── tmp/          # ← Original scripts (this directory)
```

## All workflows verified working with organized structure:
- ✅ System crontab (5 critical jobs)
- ✅ OpenClaw cron jobs (2 jobs)  
- ✅ Core automation (heartbeats, email, compaction)
- ✅ Agent workflows (figma, images, taste)

## Cleanup Instructions

Once confident everything works (suggest 1-2 weeks), this directory can be safely deleted:
```bash
rm -rf /root/.openclaw/workspace/scripts/tmp/
```

---
**Scripts Reorganization Project**  
Phase 3 Complete - March 9, 2026  
By Kitt & Felipe Stark