docs: repo moved to the blueflare-energy org — update references

The transfer removes the last personal-name slug from the project's
public surface; old URLs redirect but the badge and ADR references now
point at the canonical home.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_018HUayid7W5w7jBdb9Rrj1K
This commit is contained in:
BFE Engineering
2026-08-30 20:59:05 -06:00
co-authored by Claude Fable 5
parent ff62991e8d
commit 084df85450
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
# warden-sdk # warden-sdk
[![ci](https://github.com/bfe-noah/warden-sdk/actions/workflows/ci.yml/badge.svg)](https://github.com/bfe-noah/warden-sdk/actions/workflows/ci.yml) [![ci](https://github.com/blueflare-energy/warden-sdk/actions/workflows/ci.yml/badge.svg)](https://github.com/blueflare-energy/warden-sdk/actions/workflows/ci.yml)
![Lines of code](.github/badges/loc.svg) ![Lines of code](.github/badges/loc.svg)
![Tests](.github/badges/tests.svg) ![Tests](.github/badges/tests.svg)
![Coverage](.github/badges/coverage.svg) ![Coverage](.github/badges/coverage.svg)
+2 -1
View File
@@ -10,7 +10,8 @@ no CI, tests, or versioning of their own. The SDK requirement (future-features-2
§SDK) calls for "its own repo, held to firmware standards." §SDK) calls for "its own repo, held to firmware standards."
## Decision ## Decision
A **private** `bfe-noah/warden-sdk` GitHub repo, standalone from day one with its own A **private** `warden-sdk` GitHub repo (now `blueflare-energy/warden-sdk` and public
per ADR-0007), standalone from day one with its own
CI/versioning. Work lands on a `bringup` branch; the first commit to `main` is gated CI/versioning. Work lands on a `bringup` branch; the first commit to `main` is gated
on a passing review run, green CI, and the maintainer's fresh explicit go-ahead. on a passing review run, green CI, and the maintainer's fresh explicit go-ahead.
+1 -1
View File
@@ -12,7 +12,7 @@ registration cannot be shared across repos by label alone.
## Decision ## Decision
Register a **third repo-scoped runner instance** on `bfe-mpc-0640`, label Register a **third repo-scoped runner instance** on `bfe-mpc-0640`, label
`warden-sdk` (own systemd unit `actions.runner.bfe-noah-warden-sdk.*`, own `warden-sdk` (its own repo-scoped runner systemd unit, own
`CPUQuota=400%`/`MemoryMax=6G` drop-in). Only the heavy `kernel-build` job uses `CPUQuota=400%`/`MemoryMax=6G` drop-in). Only the heavy `kernel-build` job uses
`runs-on: [self-hosted, warden-sdk]`; all host-testable jobs (tests, coverage, MC/DC, `runs-on: [self-hosted, warden-sdk]`; all host-testable jobs (tests, coverage, MC/DC,
benchmarks, badges, patches-apply) run on GitHub-hosted runners. benchmarks, badges, patches-apply) run on GitHub-hosted runners.