Skip to content

Commit efee20f

Browse files
UnbreakableMJclaude
andcommitted
chore: correct workspace repository URL
Point Cargo.toml and PRD.md at the canonical repo `github.com/Steelbore/Caliper` (capital C, Steelbore org) instead of the pre-publication placeholder `github.com/UnbreakableMJ/caliper`. Affects: - workspace Cargo.toml `repository` field (load-bearing for crates.io) - PRD.md document-metadata table row - PRD.md example error-payload docs_url Refs related to other Steelbore projects (rust-guidelines, steelbore-standard) are left as-is — they live under separate repos that may or may not have moved. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> Signed-off-by: UnbreakableMJ <34196588+UnbreakableMJ@users.noreply.github.com>
1 parent dfc226c commit efee20f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ edition = "2024"
5353
rust-version = "1.88.0"
5454
authors = ["Mohamed Hammad <Mohamed.Hammad@Steelbore.com>"]
5555
license = "GPL-3.0-or-later"
56-
repository = "https://github.com/UnbreakableMJ/caliper"
56+
repository = "https://github.com/Steelbore/Caliper"
5757
homepage = "https://Caliper.Steelbore.com/"
5858
documentation = "https://Caliper.Steelbore.com/docs/"
5959
readme = "README.md"

PRD.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Fonts: Share Tech Mono (headings), Inconsolata (body)
2020
| License | GPL-3.0-or-later |
2121
| Canonical Name | `caliper` |
2222
| Crate | `caliper-trace` |
23-
| Repository | `github.com/UnbreakableMJ/caliper` |
23+
| Repository | `github.com/Steelbore/Caliper` |
2424
| Standard | The Steelbore Standard v1.0 + SFRS v1.0.0 |
2525
| Status | Draft for review |
2626

@@ -523,7 +523,7 @@ All non-zero exits emit a structured error object on stderr.
523523
"hint": "Run 'caliper inspect --hardware --json' to see available backends, or use '--accelerator cpu' to fall back to CPU-only mode.",
524524
"timestamp": "2026-04-30T14:30:00Z",
525525
"command": "caliper trace photo.jpg --accelerator gpu",
526-
"docs_url": "https://github.com/UnbreakableMJ/caliper/docs/hardware.md#gpu"
526+
"docs_url": "https://github.com/Steelbore/Caliper/docs/hardware.md#gpu"
527527
}
528528
}
529529
```

0 commit comments

Comments
 (0)