Sign In

@aauth/bootstrap

Package Overview
Dependencies
Maintainers
2
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aauth/bootstrap - npm Package Compare versions

Comparing version
1.2.2
to
1.2.3
+1
-1
package.json
{
"name": "@aauth/bootstrap",
"version": "1.2.2",
"version": "1.2.3",
"description": "CLI for bootstrapping AAuth agent keys and configuration",

@@ -5,0 +5,0 @@ "type": "module",

@@ -30,3 +30,3 @@ ---

Ask the user for their GitHub Pages URL if not obvious. It will be `https://username.github.io`.
The URL will be `https://username.github.io`. Pre-fill the username from `gh auth status` when there's a single authenticated account — but still ask the user to confirm (multi-account setups need the choice). If `gh` is unauthenticated, just ask.

@@ -126,2 +126,6 @@ ### 2. Collect public keys to publish

### A note on `hosting` in the bootstrap config
This skill doesn't write `hosting.platform = github-pages` into the agent's bootstrap config — `npx @aauth/bootstrap list` will show `hosting: null`. That's fine: the uninstall skill infers the platform from the agent URL host (`*.github.io` → `github-pages`), so the round-trip works for the standard pattern. If the user later moves to a custom domain pointing at GitHub Pages, they'll be asked to confirm the platform on uninstall.
## Example JWKS file

@@ -128,0 +132,0 @@

@@ -16,4 +16,6 @@ ---

The whole walkthrough is **one named confirmation, then two automatic teardown steps**. Don't stack additional yes/no questions in front of it — the user already knows the consequence they're agreeing to.
**One named confirmation, then two automatic teardown steps.** Don't stack additional yes/no questions in front of it — the user already knows the consequence they're agreeing to.
If the caller already asked the user to confirm uninstall (e.g. the walkthrough's §4 Keep/Uninstall choice), **skip step 1's confirmation** — the user already chose. Build the consequence statement from `list` and proceed straight to step 2.
## 1. See what's there (and decide whether to proceed)

@@ -20,0 +22,0 @@