chore: remove obsolete scripts and move legacy SQL schema to archive
This commit is contained in:
26
flatten.sh
26
flatten.sh
@@ -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
|
|
||||||
@@ -1,11 +0,0 @@
|
|||||||
{
|
|
||||||
"folders": [
|
|
||||||
{
|
|
||||||
"path": "."
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"path": "../Downloads/vibn-screens"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"settings": {}
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user