chore: dev environment cleanup#224
Merged
Merged
Conversation
- CLAUDE.md: reguly dot. worktree (wymagac ~/Programowanie/bpp-<slug>, nie .claude/worktrees/ wewnatrz repo — zasmiecaja find/grep/IDE). - pyproject.toml + uv.lock: rename PyPI dev-dep `run-site` -> `django-run-site` (>=0.14.0). Pakiet upstream zostal zmieniony, stara nazwa juz nie jest publikowana. - runsite.toml + settings/local.py: hostname `mac.iplweb` -> `mac-mini` (zmiana hosta dev-stack-u, ALLOWED_HOSTS sync). - .gitignore: dodany `.run-site/` (runtime state dir z dev secret_key — commit bylby wyciekiem klucza). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Drobne porządki dev environment-u, narosłe podczas pracy nad PR #223 (Szukaj zapytaniem). Niepowiązane z feature-em, więc osobny PR dla czystego diff-u.
bpp/.claude/worktrees/, ZAWSZE jako siostra repo w~/Programowanie/bpp-<slug>). Wraca jako powtarzalna reguła do CLAUDE.md po kilku rundach gdzie Claude tworzył worktree w niewłaściwym miejscu.run-site→django-run-site>=0.14.0. Upstream zmienił nazwę pakietu, stara nazwa już nie jest publikowana.mac.iplweb→mac-mini(zmiana ALLOWED_HOSTS dla nowego dev-hosta)..run-site/(runtime state dir z devsecret_key— commit byłby wyciekiem klucza, więc dorzucam ignore żeby nigdy nie wpadł przypadkiem).Test plan
uv syncresolve-uje czysto z nową nazwą pakietu.git statuspouv run run-site runNIE pokazuje.run-site/.🤖 Generated with Claude Code