Skip to content

Commit 728a5c5

Browse files
committed
Rename public GitHub site slug
1 parent 6ecd266 commit 728a5c5

27 files changed

Lines changed: 34 additions & 34 deletions

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
blank_issues_enabled: false
22
contact_links:
33
- name: Security or private-data report
4-
url: https://github.com/BioSymphony/biosymphony-cryocore-public/security/advisories/new
4+
url: https://github.com/BioSymphony/cryocore/security/advisories/new
55
about: Report credentials, private data exposure, or release-process security issues privately.
66

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: |
3333
mkdir -p release-artifacts
3434
python3 scripts/cryocore/public_release_report.py --repo-root . --out release-artifacts/public-release-report.json --json
35-
git archive --format=tar.gz --output release-artifacts/biosymphony-cryocore-public-${GITHUB_REF_NAME}.tar.gz HEAD
35+
git archive --format=tar.gz --output release-artifacts/cryocore-${GITHUB_REF_NAME}.tar.gz HEAD
3636
(cd release-artifacts && shasum -a 256 * > SHA256SUMS)
3737
- uses: actions/upload-artifact@v7
3838
with:

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ type: software
55
version: "0.1.0-prealpha"
66
date-released: 2026-05-23
77
license: MIT
8-
repository-code: "https://github.com/BioSymphony/biosymphony-cryocore-public"
8+
repository-code: "https://github.com/BioSymphony/cryocore"
99
abstract: "A public-safe control plane for cryo-EM evidence workflows, provider launch gates, artifact hashes, license posture, and claim-bounded structural reports."
1010
authors:
1111
- name: "BioSymphony contributors"

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Contributing
22

3-
Thanks for helping improve `biosymphony-cryocore-public`.
3+
Thanks for helping improve `cryocore`.
44

55
## New here?
66

MAINTAINERS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Before public release or tag:
2121
make clean
2222
make release-check
2323
python3 scripts/cryocore/public_release_report.py --repo-root . --json
24-
python3 scripts/cryocore/public_release_report.py --repo-root . --publish-ready --expected-remote https://github.com/BioSymphony/biosymphony-cryocore-public.git --json
24+
python3 scripts/cryocore/public_release_report.py --repo-root . --publish-ready --expected-remote https://github.com/BioSymphony/cryocore.git --json
2525
```
2626

2727
The `--publish-ready` check is expected to fail while this repo is still local

PUBLIC_RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ For the final public switch after an initial commit, remote, and tag exist, use:
3939
python3 scripts/cryocore/public_release_report.py \
4040
--repo-root . \
4141
--publish-ready \
42-
--expected-remote https://github.com/BioSymphony/biosymphony-cryocore-public.git \
42+
--expected-remote https://github.com/BioSymphony/cryocore.git \
4343
--json
4444
```
4545

campaigns/cryoem-raw-to-atomic-dossier/linear-issues/CRYOCORE-W00-REPO-GITHUB-READINESS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Prepare the CryoCore public checkout for a clean-history public repository, with
44

55
## Inputs
66

7-
- `repo` - current `biosymphony-cryocore-public` checkout.
7+
- `repo` - current `cryocore` checkout.
88
- `remote` - public repository remote to be added only after scrub and operator approval.
99

1010
## Expected Artifacts

campaigns/cryoem-raw-to-atomic-dossier/linear-issues/CRYOCORE-W08-LICENSE-GATED-RUNPOD-SCAFFOLDING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Add prep-only RunPod scaffolding for open and license-gated CryoCore lanes. This
44

55
## Inputs
66

7-
- `repo` - `path/to/biosymphony-cryocore-public`
7+
- `repo` - `path/to/cryocore`
88
- `license posture` - CryoSPARC, Phenix, and ChimeraX remain runtime-gated; MotionCor3 is open-source but still needs exact build/version verification.
99

1010
## Expected Artifacts

docs/assets/repo-layout-tree.svg

Lines changed: 1 addition & 1 deletion
Loading

docs/public-switch-checklist.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Use this checklist before changing the local public staging repo into a public G
77
- Run `make release-check`.
88
- Run `python3 scripts/cryocore/public_release_report.py --repo-root . --json`.
99
- After the initial public commit, remote, and tag exist, run
10-
`python3 scripts/cryocore/public_release_report.py --repo-root . --publish-ready --expected-remote https://github.com/BioSymphony/biosymphony-cryocore-public.git --json`.
10+
`python3 scripts/cryocore/public_release_report.py --repo-root . --publish-ready --expected-remote https://github.com/BioSymphony/cryocore.git --json`.
1111
- Confirm `git remote -v` is empty or points only to the intended public repository.
1212
- Confirm the first commit is created from the scrubbed public tree, not from private history.
1313
- Confirm `.runtime/`, `artifacts/`, `outputs/`, raw-data caches, provider logs, and model weights are absent or ignored.

0 commit comments

Comments
 (0)