Skip to content

Commit cc6e861

Browse files
committed
Rename public GitHub site slug
Flip canonical repo URL from BioSymphony/biosymphony-ferm-doe to BioSymphony/bioprocess-doe across README badge and clone, pyproject project URLs, CITATION, schema $id fields, tool registry, agent harness clone, and RO-Crate retrofit IDs. Python dist name, import name, CLI entry point, and skill folder are unchanged.
1 parent 5e25c7a commit cc6e861

9 files changed

Lines changed: 22 additions & 22 deletions

File tree

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ keywords:
2828
- ai-agents
2929
- agentic-ai
3030
license: MIT
31-
repository-code: "https://github.com/BioSymphony/biosymphony-ferm-doe"
31+
repository-code: "https://github.com/BioSymphony/bioprocess-doe"

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
![BioSymphony Ferm DoE banner](assets/images/biosymphony-ferm-doe-banner.png)
44

5-
[![CI](https://github.com/BioSymphony/biosymphony-ferm-doe/actions/workflows/ci.yml/badge.svg)](https://github.com/BioSymphony/biosymphony-ferm-doe/actions/workflows/ci.yml)
5+
[![CI](https://github.com/BioSymphony/bioprocess-doe/actions/workflows/ci.yml/badge.svg)](https://github.com/BioSymphony/bioprocess-doe/actions/workflows/ci.yml)
66
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
77
[![Python 3.10+](https://img.shields.io/badge/python-3.10%2B-blue.svg)](https://www.python.org/downloads/)
88
[![Status: pre-alpha](https://img.shields.io/badge/status-pre--alpha-orange.svg)](#status)
@@ -162,8 +162,8 @@ Skip this skill when the lab is mid-run and you need execution tooling (LIMS, EL
162162
## Install
163163

164164
```bash
165-
git clone https://github.com/BioSymphony/biosymphony-ferm-doe.git
166-
cd biosymphony-ferm-doe
165+
git clone https://github.com/BioSymphony/bioprocess-doe.git
166+
cd bioprocess-doe
167167
python3 -m venv .venv && source .venv/bin/activate
168168
python -m pip install -e .
169169
```

docs/AGENT_HARNESSES.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ For trackers like Linear, Jira, or GitHub Issues:
7474

7575
```bash
7676
# 1. fresh checkout
77-
git clone https://github.com/BioSymphony/biosymphony-ferm-doe.git
78-
cd biosymphony-ferm-doe
77+
git clone https://github.com/BioSymphony/bioprocess-doe.git
78+
cd bioprocess-doe
7979

8080
# 2. validate your harness can call the CLI and parse the output
8181
PYTHONPATH=src python3 -m biosymphony_ferm_doe.cli validate examples/demo-warnings-walkthrough-public --summary

docs/schemas/smoke-artifact-contract.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://json-schema.org/draft/2020-12/schema",
3-
"$id": "https://raw.githubusercontent.com/BioSymphony/biosymphony-ferm-doe/main/docs/schemas/smoke-artifact-contract.json",
3+
"$id": "https://raw.githubusercontent.com/BioSymphony/bioprocess-doe/main/docs/schemas/smoke-artifact-contract.json",
44
"title": "Backend smoke-test artifact contract",
55
"description": "Required artifacts every backend smoke run must produce so it can be compared against the adaptive-backend evaluation surface (see docs/BIOMANUFACTURING_ADAPTIVE_BACKENDS.md and docs/adaptive-backend-evaluation.json). A backend earns promotion only when every artifact in `required` is present and well-formed.",
66
"contract_version": "1.0.0",

docs/tool-registry.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -673,7 +673,7 @@
673673
"pyproject_extra": "",
674674
"license": "MIT",
675675
"links": {
676-
"source": "https://github.com/BioSymphony/biosymphony-ferm-doe",
676+
"source": "https://github.com/BioSymphony/bioprocess-doe",
677677
"mcp_server": "https://pubmed.ncbi.nlm.nih.gov/"
678678
},
679679
"docs_in_repo": [

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -93,12 +93,12 @@ all = [
9393
]
9494

9595
[project.urls]
96-
Homepage = "https://github.com/BioSymphony/biosymphony-ferm-doe"
97-
Repository = "https://github.com/BioSymphony/biosymphony-ferm-doe"
98-
Issues = "https://github.com/BioSymphony/biosymphony-ferm-doe/issues"
99-
Documentation = "https://github.com/BioSymphony/biosymphony-ferm-doe#documentation"
100-
Changelog = "https://github.com/BioSymphony/biosymphony-ferm-doe/blob/main/CHANGELOG.md"
101-
Schema = "https://github.com/BioSymphony/biosymphony-ferm-doe/blob/main/schemas/campaign_manifest.schema.json"
96+
Homepage = "https://github.com/BioSymphony/bioprocess-doe"
97+
Repository = "https://github.com/BioSymphony/bioprocess-doe"
98+
Issues = "https://github.com/BioSymphony/bioprocess-doe/issues"
99+
Documentation = "https://github.com/BioSymphony/bioprocess-doe#documentation"
100+
Changelog = "https://github.com/BioSymphony/bioprocess-doe/blob/main/CHANGELOG.md"
101+
Schema = "https://github.com/BioSymphony/bioprocess-doe/blob/main/schemas/campaign_manifest.schema.json"
102102

103103
[project.scripts]
104104
ferm-doe = "biosymphony_ferm_doe.cli:main"

schemas/campaign_manifest.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://json-schema.org/draft/2020-12/schema",
3-
"$id": "https://raw.githubusercontent.com/BioSymphony/biosymphony-ferm-doe/main/schemas/campaign_manifest.schema.json",
3+
"$id": "https://raw.githubusercontent.com/BioSymphony/bioprocess-doe/main/schemas/campaign_manifest.schema.json",
44
"title": "BioSymphony Ferm DoE Campaign Manifest",
55
"description": "Flexible manifest for fermentation and upstream bioprocess pre-experiment DoE planning. Optional slots are intentional: long-running agents fill them as the campaign matures. Validators on this manifest emit guidance, not rejection, except when the manifest is structurally incoherent.",
66
"type": "object",

schemas/task_request.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://json-schema.org/draft/2020-12/schema",
3-
"$id": "https://raw.githubusercontent.com/BioSymphony/biosymphony-ferm-doe/main/schemas/task_request.schema.json",
3+
"$id": "https://raw.githubusercontent.com/BioSymphony/bioprocess-doe/main/schemas/task_request.schema.json",
44
"title": "BioSymphony Ferm DoE Task Request",
55
"description": "Public-safe dispatch contract for one bounded Ferm DoE planning task. This schema intentionally avoids private tracker ids, provider mutation fields, private paths, credentials, and private artifacts.",
66
"type": "object",

skills/biosymphony-ferm-doe/scripts/rocrate_retrofit.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,15 +58,15 @@ def build_rocrate_metadata(dossier_root: Path, out_dir: Path) -> dict:
5858

5959
# SoftwareApplication entities
6060
biosymphony_app = {
61-
"@id": "https://github.com/BioSymphony/biosymphony-ferm-doe",
61+
"@id": "https://github.com/BioSymphony/bioprocess-doe",
6262
"@type": "SoftwareApplication",
6363
"name": "biosymphony-ferm-doe",
6464
"description": (
6565
"BioSymphony fermentation DoE engine: constraint-aware experimental "
6666
"design, BoFire adapter, dossier compiler, and provenance toolchain."
6767
),
6868
"softwareVersion": "0.1.0",
69-
"url": "https://github.com/BioSymphony/biosymphony-ferm-doe",
69+
"url": "https://github.com/BioSymphony/bioprocess-doe",
7070
"programmingLanguage": {"@id": "https://www.python.org/"},
7171
}
7272

@@ -104,7 +104,7 @@ def build_rocrate_metadata(dossier_root: Path, out_dir: Path) -> dict:
104104
"endTime": now,
105105
"actionStatus": {"@id": "http://schema.org/CompletedActionStatus"},
106106
"instrument": [
107-
{"@id": "https://github.com/BioSymphony/biosymphony-ferm-doe"},
107+
{"@id": "https://github.com/BioSymphony/bioprocess-doe"},
108108
{"@id": "https://github.com/experimental-design/bofire"},
109109
],
110110
"object": [
@@ -131,7 +131,7 @@ def build_rocrate_metadata(dossier_root: Path, out_dir: Path) -> dict:
131131
"endTime": now,
132132
"actionStatus": {"@id": "http://schema.org/CompletedActionStatus"},
133133
"instrument": [
134-
{"@id": "https://github.com/BioSymphony/biosymphony-ferm-doe"},
134+
{"@id": "https://github.com/BioSymphony/bioprocess-doe"},
135135
{"@id": "https://github.com/experimental-design/bofire"},
136136
],
137137
"object": [
@@ -158,7 +158,7 @@ def build_rocrate_metadata(dossier_root: Path, out_dir: Path) -> dict:
158158
"endTime": now,
159159
"actionStatus": {"@id": "http://schema.org/CompletedActionStatus"},
160160
"instrument": [
161-
{"@id": "https://github.com/BioSymphony/biosymphony-ferm-doe"},
161+
{"@id": "https://github.com/BioSymphony/bioprocess-doe"},
162162
{"@id": "https://github.com/experimental-design/bofire"},
163163
],
164164
"object": [
@@ -184,7 +184,7 @@ def build_rocrate_metadata(dossier_root: Path, out_dir: Path) -> dict:
184184
"startTime": now,
185185
"endTime": now,
186186
"actionStatus": {"@id": "http://schema.org/CompletedActionStatus"},
187-
"instrument": [{"@id": "https://github.com/BioSymphony/biosymphony-ferm-doe"}],
187+
"instrument": [{"@id": "https://github.com/BioSymphony/bioprocess-doe"}],
188188
"object": [
189189
{"@id": "expected/bofire_strategy_report.json"},
190190
{"@id": "expected/bofire_phase2_report.json"},

0 commit comments

Comments
 (0)