Install
Documentation Map
-
Installation
-
Channel:
latest -
Source repo:
JaddaHelpifyr/jhf-warp
Install
Local Bootstrap
python -m venv .venv
. .venv/bin/activate
pip install -e .[dev]
Fast Verification
./scripts/check.sh
python scripts/verify_docs_inventory.py
python scripts/verify_stack_contract.py
Runtime-Oriented Verification
python scripts/verify_runtime_guardrails.py --report artifacts/runtime-guardrails-report.json
python scripts/verify_runtime_materialization.py
Host-Oriented Verification
Use the live host only through the repo-owned bounded verifiers:
python scripts/verify_runtime_guardrails.py --host <internal-runtime-redacted> --report artifacts/runtime-guardrails-live-report.json
python scripts/verify_runtime_materialization.py --host <internal-runtime-redacted>
Related Documents
License
AGPLv3. See ../LICENSE (LICENSE).
Learn more at helpifyr.com.