chore: integrate old MemoryPalace files and configure auto-commit
This commit is contained in:
46
code/junk-drawer/README.md
Normal file
46
code/junk-drawer/README.md
Normal file
@@ -0,0 +1,46 @@
|
||||
# Junk Drawer
|
||||
|
||||
Miscellaneous code, scripts, and work-in-progress items.
|
||||
|
||||
## 📝 Purpose
|
||||
|
||||
This folder is for:
|
||||
- Scripts that don't have a clear home yet
|
||||
- Work-in-progress code being developed
|
||||
- One-off utilities and helpers
|
||||
- Experimental code that may be moved later
|
||||
- Quick prototypes and POCs
|
||||
|
||||
## 📁 Current Contents
|
||||
|
||||
### Scripts
|
||||
- **handleCCOMention.js** - Custom mention handler utility
|
||||
- **scrape.js** - Web scraping helper functions
|
||||
- **tts-copypasta-hall-of-fame.json** - Text-to-speech copypasta collection
|
||||
|
||||
### Pokemon Still Needed
|
||||
- **pokemon still needed.txt** - Tracking list
|
||||
|
||||
### P!P (Pokémon Play! Program)
|
||||
Role documentation and references:
|
||||
- **allRoles.md** - Complete role overview
|
||||
- **assistant-head-judge.txt** - Assistant Head Judge role
|
||||
- **floor-judge.txt** - Floor Judge role
|
||||
- **head-judge.txt** - Head Judge role
|
||||
- **lead.txt** - Lead role
|
||||
|
||||
## 🔄 Maintenance
|
||||
|
||||
As items mature or find a permanent home:
|
||||
- Move utilities to `/code/utils/`
|
||||
- Move bookmarklets to `/code/bookmarklets/`
|
||||
- Move documentation to `/docs/projects/` or `/docs/reference-material/`
|
||||
- Move experiments to `/code/scratchpad/`
|
||||
- Delete obsolete items
|
||||
|
||||
## 💡 Tips
|
||||
|
||||
- Add TODO comments for items that need work
|
||||
- Use descriptive filenames
|
||||
- Clean up regularly - don't let this become a permanent dumping ground
|
||||
- Consider creating a proper folder structure once you have 3+ related items
|
||||
Reference in New Issue
Block a user