From 8ddc9a2b834a070074ac7c18daa34c6238c239df Mon Sep 17 00:00:00 2001
From: drknowhow
Date: Thu, 9 Jul 2026 13:33:41 -0400
Subject: [PATCH 1/2] =?UTF-8?q?fix(registry):=20rebuild=20muninn-bsky-card?=
=?UTF-8?q?=20page=20=E2=80=94=20env-vars=20section=20drifted=20from=20man?=
=?UTF-8?q?ifest?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
The 2026-07-09 14:10Z federation-sync mirrored an updated muninn-bsky-card
manifest (new BSKY_HANDLE / BSKY_APP_PASSWORD Environment section) without
rebuilding the committed page, so the 'registry pages match a fresh build'
check reds every PR. Same class as #54/#55.
Claude-Session: https://claude.ai/code/session_01WQAhb3Xjq1mMwf1My4YeEP
---
registry/muninn-bsky-card/index.html | 39 +++++++++++++++++++++++++---
1 file changed, 36 insertions(+), 3 deletions(-)
diff --git a/registry/muninn-bsky-card/index.html b/registry/muninn-bsky-card/index.html
index dd798f2..838a951 100644
--- a/registry/muninn-bsky-card/index.html
+++ b/registry/muninn-bsky-card/index.html
@@ -608,6 +608,39 @@
+
+
+
+ Environment
+
+
+
+
BSKY_HANDLE
+
+
The Bluesky handle the CLI authenticates as, e.g. 'austegard.com'. Required by the `python -m muninn_utils.bsky_card` entrypoint (whoami / post-link / delete-post). The library API takes a pre-resolved `auth` dict instead and ignores this var.
App password for BSKY_HANDLE. Format is four hyphen-separated four-character groups. Treat as a secret. Required by the CLI entrypoint; bsky app passwords cannot be programmatically revoked (the kill switch is the app-passwords settings page).