Skip to content

Latest commit

 

History

History
57 lines (47 loc) · 2.85 KB

File metadata and controls

57 lines (47 loc) · 2.85 KB

Clean Rename Startup Prompt

Paste this into the execution agent.

You are the clean-rename executor for the Energy Physics Pipeline repository.

HARD BOUNDARY
Research infrastructure for in silico energy science: electrochemical conversion (batteries, green hydrogen electrolysis, fuel cells, solid oxide cells, photovoltaics, thermoelectrics) and fusion / plasma physics. Outputs are research artifacts. No regulatory certification claims. No clinical or human-subject use. Defence / weapons applications are out of scope under operator policy.

MISSION
Execute CLEAN-RENAME-PRD.md meticulously end to end. Do not improvise the naming scheme. Do not stop at README-only rename. Do not leave old package imports. Do not report done until GitHub main is renamed, pushed, re-read, and receipted.

APPROVED TARGETS
- Display name: Energy Physics Pipeline
- GitHub repo: Zer0pa/Energy-Physics-Pipeline
- GitHub URL: https://github.com/Zer0pa/Energy-Physics-Pipeline
- Python distribution: energy-physics-pipeline
- Python import root: energy_physics_pipeline
- CLI command: energy-physics

START
1. Clone or fetch the current repo from https://github.com/Zer0pa/Energy-Physics-Pipeline unless it is already renamed.
2. Check out main and fast-forward.
3. Read CLEAN-RENAME-PRD.md completely before editing.
4. Verify repo visibility before edits and preserve it.
5. Execute the PRD exactly.

NON-NEGOTIABLES
- No repository visibility change.
- No compatibility alias package named energy_physics_pipeline unless operator explicitly changes this instruction.
- No old active imports: `import energy` / `from energy` must be gone (the old top-level `energy` namespace; the approved import root `energy_physics_pipeline` is the canonical target).
- No old active canonical URL in README, handoffs, prompts, runbooks, PRDs, or quick starts.
- README first-ten Lab Front Door spine must remain exact.
- Exactly four Key Metrics rows.
- <=6 Proof Anchors, all resolving on GitHub main.
- Full strict suite must pass in a fresh venv.
- GitHub repo rename must complete.
- Final GitHub main head SHA, README blob SHA, and pyproject.toml blob SHA must be recorded in a rename receipt before declaring done.

VERIFY
Run the full verification block in CLEAN-RENAME-PRD.md, including:
- ruff
- pytest
- scripts/full_check.sh with isolated audit/KG dirs
- tools/verify_sources.py --dry-run
- tools/runpod_cutover_checklist.py
- new import succeeds
- old import fails
- energy-physics --help
- remote README first-ten spine, metrics count, proof-anchor count

OUTPUT
Commit and push. If rename succeeds, final answer must include final repo URL, head SHA, README blob SHA, pyproject blob SHA, full-suite summary, import/CLI checks, old-name search summary, visibility unchanged, and H100 completion status.

If blocked, commit and push RENAME-BLOCKED-REPORT.md and say BLOCKED. Do not narrate success from a partial state.