diff --git a/.claude/settings.local.json b/.claude/settings.local.json deleted file mode 100644 index 692b255..0000000 --- a/.claude/settings.local.json +++ /dev/null @@ -1,106 +0,0 @@ -{ - "permissions": { - "allow": [ - "Bash(mkdir:*)", - "Bash(chmod:*)", - "Bash(find:*)", - "Bash(./scripts/generate-feature-capsule.sh:*)", - "Bash(docker-compose up:*)", - "Bash(docker-compose:*)", - "Bash(grep:*)", - "Bash(curl:*)", - "Bash(make test:*)", - "Bash(make:*)", - "mcp__playwright__browser_navigate", - "Bash(docker exec:*)", - "WebFetch(domain:vpic.nhtsa.dot.gov)", - "Bash(docker logs:*)", - "Bash(touch:*)", - "mcp__context7__resolve-library-id", - "mcp__context7__get-library-docs", - "Bash(npm run build:*)", - "Bash(docker stats:*)", - "Bash(time make:*)", - "Bash(docker compose:*)", - "Bash(git add:*)", - "Bash(git commit:*)", - "Bash(git tag:*)", - "Bash(docker build:*)", - "Bash(docker run:*)", - "mcp__playwright__browser_click", - "mcp__playwright__browser_console_messages", - "mcp__playwright__browser_network_requests", - "mcp__playwright__browser_fill_form", - "mcp__playwright__browser_wait_for", - "mcp__playwright__browser_take_screenshot", - "mcp__playwright__browser_snapshot", - "mcp__playwright__browser_type", - "Bash(docker ps:*)", - "Bash(docker:*)", - "mcp__playwright__browser_evaluate", - "Bash(./scripts/run-monthly-etl.sh:*)", - "Bash(while docker compose exec mvp-platform-vehicles-mssql /opt/mssql-tools18/bin/sqlcmd -C -S localhost -U sa -P 'Platform123!' -Q \"SELECT 1\")", - "Bash(/dev/null)", - "Bash(do echo:*)", - "Bash(done)", - "Bash(/home/egullickson/motovaultpro/mvp-platform-services/vehicles/sql/migrations/run_migration.sh:*)", - "Bash(python3:*)", - "mcp__playwright__browser_select_option", - "Bash(MSSQL_HOST=localhost MSSQL_PASSWORD=Platform123! python3 examine_stored_proc.py)", - "Bash(MSSQL_HOST=localhost MSSQL_PASSWORD=Platform123! python3 test_mssql_simple.py)", - "Bash(sed:*)", - "Bash(for feature in vehicles fuel-logs maintenance stations tenant-management)", - "Bash(for feature in vehicles fuel-logs maintenance stations)", - "Bash(ls:*)", - "Bash(cp:*)", - "Bash(openssl:*)", - "Bash(npm run type-check:*)", - "Bash(npx tsc:*)", - "Bash(node_modules/.bin/tsc:*)", - "Bash(tree:*)", - "Bash(npm run lint)", - "Bash(cat:*)", - "Bash(./scripts/export-database.sh --help)", - "Bash(xargs:*)", - "Bash(test:*)", - "Bash(./node_modules/.bin/tsc:*)", - "mcp__firecrawl__firecrawl_scrape", - "Bash(npm test:*)", - "Bash(for file in backend/src/features/stations/docs/*.md backend/src/features/stations/docs/deployment/*.md frontend/src/features/stations/README.md)", - "Bash(while read -r path)", - "Bash(do if [ ! -f \"$path\" ])", - "Bash(then echo \" BROKEN: $path\" fi done done)", - "Bash(for path in )", - "Bash(backend/src/features/stations/README.md )", - "Bash(backend/src/features/stations/docs/ARCHITECTURE.md )", - "Bash(backend/src/features/stations/docs/API.md )", - "Bash(backend/src/features/stations/docs/TESTING.md )", - "Bash(backend/src/features/stations/docs/GOOGLE-MAPS-SETUP.md )", - "Bash(backend/src/features/stations/docs/deployment/DEPLOYMENT-CHECKLIST.md )", - "Bash(backend/src/features/stations/docs/deployment/DATABASE-MIGRATIONS.md )", - "Bash(backend/src/features/stations/docs/deployment/SECRETS-VERIFICATION.md )", - "Bash(backend/src/features/stations/docs/deployment/HEALTH-CHECKS.md )", - "Bash(backend/src/features/stations/docs/deployment/PRODUCTION-READINESS.md )", - "Bash(frontend/src/features/stations/README.md )", - "Bash(frontend/docs/RUNTIME-CONFIG.md)", - "Bash(do)", - "Bash(if [ -f \"$path\" ])", - "Bash(then)", - "Bash(echo:*)", - "Bash(else)", - "Bash(fi)", - "Bash(npm run:*)", - "Bash(for f in frontend/src/features/stations/types/stations.types.ts frontend/src/features/stations/api/stations.api.ts frontend/src/features/stations/hooks/useStationsSearch.ts)", - "Bash(head:*)", - "Bash(tail:*)", - "mcp__playwright__browser_close", - "Bash(wc:*)", - "mcp__brave-search__brave_web_search", - "mcp__firecrawl__firecrawl_search", - "Bash(ssh:*)", - "Bash(git checkout:*)", - "Bash(git stash:*)" - ], - "deny": [] - } -} diff --git a/data/vehicle-etl/vehapi.key b/data/vehicle-etl/vehapi.key deleted file mode 100644 index e86a4da..0000000 --- a/data/vehicle-etl/vehapi.key +++ /dev/null @@ -1 +0,0 @@ -N9ZTsICa0gprFoXxgYRK6UApGCIVLeJlu0XR0leN \ No newline at end of file diff --git a/docs/PROMPTS.md b/docs/PROMPTS.md index 7fa3e50..d7e26e5 100644 --- a/docs/PROMPTS.md +++ b/docs/PROMPTS.md @@ -31,5 +31,5 @@ You are a senior DevOps SRE in charge of improving the deployment of htis app. *** CONTEXT *** - This is a modern web app for managing a vehicle fleet. It has both a desktop and mobile versions of the site that both need to maintain feature parity. It's currently deployed via docker compose but in the future will be deployed via k8s. -*** EXECUTE *** -- Update the CI plan to run the import process on deployment. \ No newline at end of file +*** CHANGES TO IMPLEMENT *** +- Plan and recommend the best solution for this change diff --git a/secrets/app/auth0-client-secret.txt.example b/secrets/app/auth0-client-secret.txt.example deleted file mode 100644 index b2ac446..0000000 --- a/secrets/app/auth0-client-secret.txt.example +++ /dev/null @@ -1 +0,0 @@ -REPLACE_WITH_AUTH0_CLIENT_SECRET diff --git a/secrets/app/google-maps-api-key.txt.example b/secrets/app/google-maps-api-key.txt.example deleted file mode 100644 index 4b2f068..0000000 --- a/secrets/app/google-maps-api-key.txt.example +++ /dev/null @@ -1 +0,0 @@ -REPLACE_WITH_GOOGLE_MAPS_API_KEY diff --git a/secrets/app/postgres-password.txt.example b/secrets/app/postgres-password.txt.example deleted file mode 100644 index 66c6eb9..0000000 --- a/secrets/app/postgres-password.txt.example +++ /dev/null @@ -1 +0,0 @@ -REPLACE_WITH_APPLICATION_DB_PASSWORD