feat: ship the environment-driven hosted init config #8

Merged
nsaspy merged 1 commit from feat/hosted-init-config into main 2026-09-06 21:44:57 +00:00
Owner

The production hosted init (host/hosted-init.lisp) becomes the canonical runtime configuration owned by this repository: it loads quasar-auth-host and activates the bridge on loopback, fully driven by the deployer's STARINTEL_AUTH_URL and QUASAR_LOGIN_PORT environment wiring (quasar #58/#73 contract).

The example stops carrying a deployment host address. This public repository now contains no host addresses, no environment-meaningful ports, no credentials, and no tokens — environment wiring stays in the deploying (private) infrastructure.

Local verification evidence:

  • no-environment-values scan (strip-comments) — pass
  • hosted-init-is-env-driven structural check — pass
  • quasar-auth standalone suite — 36 checks, 0 failures
  • prolog-verify check — passed (all observations recorded at this HEAD)
The production hosted init (host/hosted-init.lisp) becomes the canonical runtime configuration owned by this repository: it loads quasar-auth-host and activates the bridge on loopback, fully driven by the deployer's STARINTEL_AUTH_URL and QUASAR_LOGIN_PORT environment wiring (quasar #58/#73 contract). The example stops carrying a deployment host address. This public repository now contains no host addresses, no environment-meaningful ports, no credentials, and no tokens — environment wiring stays in the deploying (private) infrastructure. Local verification evidence: - no-environment-values scan (strip-comments) — pass - hosted-init-is-env-driven structural check — pass - quasar-auth standalone suite — **36 checks, 0 failures** - prolog-verify check — passed (all observations recorded at this HEAD)
The production hosted init (host/hosted-init.lisp) becomes the canonical
runtime configuration: it owns the activation contract and is fully
driven by the deployer's STARINTEL_AUTH_URL and QUASAR_LOGIN_PORT
environment wiring. The example stops carrying a deployment host address;
no host addresses, ports with environment meaning, credentials, or
tokens live in this repository.
nsaspy merged commit 8e8a2fe548 into main 2026-09-06 21:44:57 +00:00
Sign in to join this conversation.
No description provided.