Pre-publication scrub - #6
Merged
Merged
Conversation
…g page Remove lab-specific detail before the repo goes public: - Internal lab IP 10.229.54.118 -> localhost in tests/speed/*.py and old/pascal/config.json; 192.168.1.10 -> <broker-ip> in the start_instrument_host.ps1 usage example. - cfg/settings.example.toml: the detection model paths were hard-coded to one machine's /home/aurora/nn/... tree; now /path/to/models/... so the template reads as a template. Delete dead packaging leftovers from the pre-hatchling layout, all unused and contradicting pyproject.toml: setup.py (version 0.0.1, py>=3.7, empty install_requires), requirements.txt, src/requirements.txt, src/local_requirements.txt, src/README.md, src/__init__.py. pyproject.toml gains an authors entry with both points of contact (auroralht@gmail.com, hliang16@umd.edu), replacing setup.py's single author_email. src/lumi/api/index.html was a 638-line WebSocket-MP4 demo page that no route serves. Replace it with a short landing page pointing at /docs, /redoc and /health. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01UyxfY7uJetWk4KxVSEDTpZ
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.
Final cleanup before the repo goes public. No functional changes; full non-broker suite passes (401),
codegen --checkclean.Internal detail removed
10.229.54.118→localhostintests/speed/*.pyandold/pascal/config.json;192.168.1.10→<broker-ip>in thestart_instrument_host.ps1example.cfg/settings.example.tomldetection model paths were hard-coded to/home/aurora/nn/...; now/path/to/models/...placeholders.Dead files deleted
setup.py(stale: version 0.0.1,py>=3.7, emptyinstall_requires— contradictspyproject.toml, and the build backend is hatchling), plusrequirements.txt,src/requirements.txt,src/local_requirements.txt,src/README.md,src/__init__.py. Nothing references any of them.Other
pyproject.tomlgainsauthorswith both points of contact (auroralht@gmail.com,hliang16@umd.edu), replacingsetup.py's singleauthor_email.src/lumi/api/index.htmlwas a 638-line WebSocket-MP4 demo page no route serves — replaced with a short landing page pointing at/docs,/redoc,/health.🤖 Generated with Claude Code