chore: remove obsolete scripts and move legacy SQL schema to archive

This commit is contained in:
2026-05-07 15:24:31 -07:00
parent 057115a9fc
commit 7610ca58ca
3 changed files with 0 additions and 37 deletions

View File

@@ -1,26 +0,0 @@
#!/bin/bash
cd "/Users/markhenderson/Cursor Projects/master-ai"
# Check if nested master-ai exists
if [ -d "master-ai" ]; then
echo "Found nested master-ai folder, flattening..."
# Move all contents from nested to temp folder
mv master-ai master-ai-nested
# Move everything from nested up one level
mv master-ai-nested/* .
mv master-ai-nested/.git* . 2>/dev/null || true
# Remove empty nested folder
rm -rf master-ai-nested
echo "Flattened successfully!"
else
echo "No nested folder found, structure is clean"
fi
# Show final structure
echo ""
echo "Final structure:"
ls -la | head -20

View File

@@ -1,11 +0,0 @@
{
"folders": [
{
"path": "."
},
{
"path": "../Downloads/vibn-screens"
}
],
"settings": {}
}