Skip to content

Commit f95c399

Browse files
UnbreakableMJclaude
andcommitted
chore: relocate Steelbore sibling-project URLs to Steelbore org
Sibling Steelbore projects referenced from Caliper docs have moved from the personal namespace to the Steelbore org: - `github.com/UnbreakableMJ/rust-guidelines` -> `github.com/Steelbore/rust-guidelines` - `github.com/UnbreakableMJ/steelbore-standard` -> `github.com/Steelbore/steelbore-standard` Affects PRD.md (references section), PLAN.md (references), CONTRIBUTING.md (code style link), CREDITS.md (third-party row). `Research/caliper-foundry-PRD.md` is a historical snapshot and is left untouched. `flake.nix` still references `github:UnbreakableMJ/bravais` in a v1.0.0 comment -- bravais will move in a separate change once its canonical home is confirmed. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> Signed-off-by: UnbreakableMJ <34196588+UnbreakableMJ@users.noreply.github.com>
1 parent efee20f commit f95c399

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ description, compared against the targets in [PRD §6.5](PRD.md#65-benchmark-tar
119119

120120
## Code Style
121121

122-
- All Rust code follows the [Steelbore Rust Guidelines](https://github.com/UnbreakableMJ/rust-guidelines)
122+
- All Rust code follows the [Steelbore Rust Guidelines](https://github.com/Steelbore/rust-guidelines)
123123
(Microsoft Pragmatic Rust Guidelines + Steelbore overlays). The lints in
124124
workspace `Cargo.toml` enforce most of this mechanically.
125125
- All source files start with `// SPDX-License-Identifier: GPL-3.0-or-later`.

CREDITS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Caliper itself.
3333
| Work | Author(s) | License | Source | Scope |
3434
|------------------------------------------------------------|----------------------------|----------------|-------------------------------------------------|--------------------------------------------------------------------------------------|
3535
| Microsoft Pragmatic Rust Guidelines | Microsoft Corporation | MIT | https://github.com/microsoft/rust-guidelines | Style, naming, safety, and API-design rules followed across the workspace. |
36-
| Steelbore Rust Guidelines | Mohamed Hammad | GPL-3.0-or-later | https://github.com/UnbreakableMJ/rust-guidelines | Steelbore adaptation of the Microsoft guidelines. |
36+
| Steelbore Rust Guidelines | Mohamed Hammad | GPL-3.0-or-later | https://github.com/Steelbore/rust-guidelines | Steelbore adaptation of the Microsoft guidelines. |
3737
| Model Context Protocol (MCP) | Anthropic & contributors | MIT | https://modelcontextprotocol.io | Protocol implemented by `caliper mcp`. |
3838
| ONNX Runtime | Microsoft & contributors | MIT | https://onnxruntime.ai | Underlies `caliper-touchstone` via the `ort` Rust bindings. |
3939
| wgpu | gfx-rs project | MIT / Apache-2.0 | https://wgpu.rs | Portable compute-shader backend powering `caliper-bellows`. |

PLAN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ Items surfaced during implementation that need decisions. Populated as work prog
431431
## 11. References
432432

433433
- `PRD.md` v2.0 — product requirements (this plan's source of truth)
434-
- The Steelbore Standard v1.0 — `github.com/UnbreakableMJ/steelbore-standard`
434+
- The Steelbore Standard v1.0 — `github.com/Steelbore/steelbore-standard`
435435
- Steelbore SFRS v1.0.0 — Dual-Mode Self-Documenting CLI Framework
436436
- Steelbore Agentic CLI Standard v1.0
437437
- Microsoft Pragmatic Rust Guidelines — `microsoft.github.io/rust-guidelines`

PRD.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -902,9 +902,9 @@ Per SFRS §9 + Agentic §9 (additional CLI-specific gates):
902902
903903
## 19. References
904904
905-
- The Steelbore Standard v1.0 — `github.com/UnbreakableMJ/steelbore-standard`
905+
- The Steelbore Standard v1.0 — `github.com/Steelbore/steelbore-standard`
906906
- Steelbore SFRS v1.0.0 — Dual-Mode Self-Documenting CLI Framework
907-
- Steelbore Rust Guidelines — `github.com/UnbreakableMJ/rust-guidelines`
907+
- Steelbore Rust Guidelines — `github.com/Steelbore/rust-guidelines`
908908
- Selinger, P. — *Potrace: a polygon-based tracing algorithm* (2003)
909909
- VTracer — `github.com/visioncortex/vtracer`
910910
- Suzuki, S. & Abe, K. — *Topological Structural Analysis of Digitized Binary Images by Border Following* (1985)

0 commit comments

Comments
 (0)