Rename cavplasma → sonolumen and add open-source scaffolding#1
Merged
Conversation
Project rename ahead of public open-source release. The internal name
"cavplasma" is replaced with "sonolumen" — evoking sonoluminescence
("sound → light"), which is the central phenomenon the simulator models.
Mechanical changes only:
- Package directory cavplasma/ → sonolumen/ (git mv, history preserved)
- 18 preset JSONs renamed cavplasma_scenario_* → sonolumen_scenario_*
- Bulk string replace across all tracked text files (Python source,
tests, examples, docs, dossier, configs, .gitignore, runtest.md)
- pyproject.toml: package name, classifiers, keywords, project URLs
pointing at https://github.com/Mando-369/sonolumen
Verified: pytest passes (82 passed, 1 skipped — same as before).
git grep -i cavplasma returns zero hits.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
… .github)
Prepares the project for public release on GitHub.
- LICENSE: MIT, copyright 2026 Thomas Mandolini
- CONTRIBUTING.md: dev setup, test workflow, PR guidance, dossier
cross-reference convention
- CHANGELOG.md: Keep-a-Changelog format with the v0.1.0 release notes
summarising the simulator core, scenario layer, material/suggestions
engine, UI, and dossier
- .github/workflows/test.yml: GitHub Actions, pytest matrix on Python
3.11 and 3.12 over Ubuntu, runs on push and PR
- .github/ISSUE_TEMPLATE/bug_report.md and feature_request.md
- .github/PULL_REQUEST_TEMPLATE.md
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
cavplasmatosonolumen(from sonoluminescence — "sound → light"), the central phenomenon the simulator models. Mechanical change only: package dir, 18 preset JSONs, 70 tracked text files, pyproject metadata.git grep -i cavplasmareturns zero hits.LICENSE(MIT),CONTRIBUTING.md,CHANGELOG.md,.github/workflows/test.yml(pytest matrix on Py 3.11/3.12), and issue/PR templates.Test plan
pytest -vpasses — 82 passed, 1 skipped (plasmapy-only, same as before)python -c "import sonolumen; print(sonolumen.__version__)"succeedsgit grep -i cavplasmareturns zero hits across all tracked files.github/workflows/test.yml)Notes for review
git mv, so blame/history on every file is preserved.pyproject.tomlupdated from "Acoustic Plasma Reactor project" to "Thomas Mandolini" to match the LICENSE.cavplasma→sonolumen, update remote URL, edit description/topics, flip visibility to public.🤖 Generated with Claude Code