Initial commit: Export tools and import script requirements

- export_with_trees.sh: Bash wrapper for Outline export
- outline_export_fixed.py: Python export implementation
- IMPORT_SCRIPT.MD: PRD for import script (to be built)
- RALPH_PROMPT.md: Ralph Loop prompt for building import script
- CLAUDE.md: Project documentation

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Claude
2026-01-19 22:33:55 +01:00
commit d9161f64f5
7 changed files with 2608 additions and 0 deletions

21
.gitignore vendored Normal file
View File

@@ -0,0 +1,21 @@
# Secrets
settings.json
# Export data (may contain sensitive content)
outline_export/
# Backups
outline_backup_*.tar.gz
# Python
__pycache__/
*.pyc
*.pyo
.pytest_cache/
# Ralph Loop state
.claude/
# IDE
.vscode/
.idea/