Refine & clean: dead-file cleanup, doc accuracy, land Snyk security work#64
Refine & clean: dead-file cleanup, doc accuracy, land Snyk security work#64yokesh-kumar-M wants to merge 2 commits into
Conversation
- delete Piicasso/Dockerfile (orphaned python:3.11 image; render.yaml and both compose files use backend/Dockerfile + frontend/Dockerfile) - delete Piicasso/Procfile (Render deploys via Docker, so it never ran) - replace the corrupted UTF-16 Piicasso/README.md with a UTF-8 pointer to the repo-root README and sub-package docs - drop the dead FIREBASE_PROJECT_ID read from settings.py (used nowhere)
- README: fix project-layout tree (relabel core/ as the auth app, add the generator/intelligence apps and the backend/ project package); add Vite to the frontend tech-stack table - piicasso.md: correct Django 4.x -> 5.x (5.2 LTS) and log the cleanup pass
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Warning Review limit reached
More reviews will be available in 13 minutes and 41 seconds. Learn how PR review limits work. Your organization has run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (6)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
A focused refine-and-clean pass: dead-file cleanup + documentation accuracy. No dependency or infrastructure changes — those are intentionally left to their own reviewed cycles.
🧹 Cleanup
Piicasso/Dockerfilepython:3.11image; nothing references it (render.yaml+ both compose files usebackend/Dockerfile+frontend/Dockerfile).Piicasso/ProcfiledockerCommand: sh ./start.sh), so this Heroku-style file never ran.Piicasso/README.mdbackend/settings.pyFIREBASE_PROJECT_IDread (used nowhere).📝 Docs
README.md— fixed the project-layout tree: relabelledcore/(it's the auth/token app atapi/user/, not "Settings + core URLs"), added the previously-missinggenerator/intelligenceapps and thebackend/project package; added Vite to the frontend tech-stack table (CRA → Vite migration).piicasso.md— correctedDjango 4.x→5.x (5.2 LTS); logged this cleanup pass.✅ Verification (local)
flake8 --select=E9,F63,F7,F82— clean.manage.py makemigrations --check --dry-run— in sync.manage.py test— 76 / 76 passing.🚀 Deploy note
Merging to
mainauto-deploys both Render (backend) and Vercel (frontend). This diff only deletes two unused deploy files, edits docs, and removes one dead settings line — no runtime/dependency impact.Out of scope (by design)
docker-compose/nginxconsolidation — both functional.