From 084df85450a51cea5c8c51d0e5dcc01089d07104 Mon Sep 17 00:00:00 2001 From: BFE Engineering Date: Sun, 30 Aug 2026 20:59:05 -0600 Subject: [PATCH] =?UTF-8?q?docs:=20repo=20moved=20to=20the=20blueflare-ene?= =?UTF-8?q?rgy=20org=20=E2=80=94=20update=20references?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Claude-Session: https://claude.ai/code/session_018HUayid7W5w7jBdb9Rrj1K --- README.md | 2 +- docs/decisions/0003-standalone-repo.md | 3 ++- docs/decisions/0004-ci-runner.md | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e39d0ca..cbbe3d2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # 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) ![Tests](.github/badges/tests.svg) ![Coverage](.github/badges/coverage.svg) diff --git a/docs/decisions/0003-standalone-repo.md b/docs/decisions/0003-standalone-repo.md index b08f93c..bc592e5 100644 --- a/docs/decisions/0003-standalone-repo.md +++ b/docs/decisions/0003-standalone-repo.md @@ -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." ## 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 on a passing review run, green CI, and the maintainer's fresh explicit go-ahead. diff --git a/docs/decisions/0004-ci-runner.md b/docs/decisions/0004-ci-runner.md index 9fd1fc6..2c2d831 100644 --- a/docs/decisions/0004-ci-runner.md +++ b/docs/decisions/0004-ci-runner.md @@ -12,7 +12,7 @@ registration cannot be shared across repos by label alone. ## Decision 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 `runs-on: [self-hosted, warden-sdk]`; all host-testable jobs (tests, coverage, MC/DC, benchmarks, badges, patches-apply) run on GitHub-hosted runners.