fix(docs): mark private receipt paths as runtime variables

This commit is contained in:
twentyOne2x 2026-07-15 04:16:54 +02:00
parent 37c0ed091d
commit 22cf8a9698

View file

@ -158,14 +158,14 @@ before the receipt-bound cleanup:
```bash ```bash
sudo python3 ops/attest_gcp_reasoning_compute.py \ sudo python3 ops/attest_gcp_reasoning_compute.py \
--reasoning-receipt "$PRIVATE_RUN_DIR/blind-reasoning-receipt.json" \ --reasoning-receipt "${PRIVATE_RUN_DIR}/blind-reasoning-receipt.json" \
--restore-run-id "$RESTORE_RUN_ID" \ --restore-run-id "$RESTORE_RUN_ID" \
--target-db "$TARGET_DB" \ --target-db "$TARGET_DB" \
--project teleo-501523 \ --project teleo-501523 \
--expected-compute-instance teleo-prod-1 \ --expected-compute-instance teleo-prod-1 \
--expected-compute-zone europe-west6-a \ --expected-compute-zone europe-west6-a \
--expected-private-network projects/teleo-501523/global/networks/teleo-staging-net \ --expected-private-network projects/teleo-501523/global/networks/teleo-staging-net \
--output "$PRIVATE_RUN_DIR/reasoning-compute-attestation.json" --output "${PRIVATE_RUN_DIR}/reasoning-compute-attestation.json"
``` ```
The replay must use the Hermes virtualenv, not system Python: The replay must use the Hermes virtualenv, not system Python: