Configuration
Documentation Map
-
Configuration
-
Channel:
stable -
Source repo:
JaddaHelpifyr/jhf-beam
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/*.jsonschemas/*.jsonops/host/**scripts/testing/**docs/testing/**
Runtime/Execution Inputs
Host-bound checks
HOSTSSH_BINOPENCLAW_HOSTOPENCLAW_SSH_USER
Promotion / feedback publication
GITEA_TOKEN
Rules:
GITEA_TOKENis 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.