Skip to main content

Configuration

Documentation Map

Configuration

Beam has no application runtime configuration surface comparable to a product service.

Its configuration is primarily:

  • repo-owned JSON/YAML contracts
  • host verification inputs
  • environment-provided tokens for bounded publish/readback steps

Canonical Sources

  • maintenance/*.json
  • schemas/*.json
  • ops/host/**
  • scripts/testing/**
  • docs/testing/**

Runtime/Execution Inputs

Host-bound checks

  • HOST
  • SSH_BIN
  • OPENCLAW_HOST
  • OPENCLAW_SSH_USER

Promotion / feedback publication

  • GITEA_TOKEN

Rules:

  • GITEA_TOKEN is runtime-only
  • no token is stored in repo artifacts
  • Fabric truth remains read-only consumed

Important Boundaries

  • Beam does not author Fabric contract families locally.
  • Beam does not define owner-runtime truth for other repositories.
  • Beam does not introduce local shadow docs for uncommitted workspace drift.

Verify Path

python3 maintenance/verify-maintenance-contracts.py
python3 maintenance/verify-docs-inventory-adoption.py
python3 maintenance/verify-fabric-combination-safety.py
python3 maintenance/verify-voice-governance.py

License: AGPLv3. See ../LICENSE (LICENSE).

Learn more at helpifyr.com.