fix(scripts): allow live prism Lium attestation e2e under PrismSettings#42
Conversation
PrismSettings forbids unknown PRISM_* environment keys. The live harness loads credentials via PRISM_MISSION_CREDS (and optional PRISM_ATTEST_E2E_TMP), which aborted ingest after a successful real Lium pod cycle with "Unknown Prism configuration key". Park those harness-only keys for the duration of PrismSettings construction so the live path can complete: rent → constation runner → prism ingest → tier/score. Verified live (REAL_LIUM=true): - honest: constation_ok, tier 1, score_written, final_score>0 - adversarial mid-run swap: corroboration_mismatch, no score
|
Warning Review limit reached
Next review available in: 22 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Unblocks publishing the constation/attestation modules merged in #41/#42, which no released wheel currently contains. Aligns pyproject, release manifest, and uv.lock so github-release identity asserts pass for tag v3.2.0. Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
Summary
Unblocks the live Prism×Lium attestation E2E harness after a successful real pod cycle.
PrismSettingsforbids unknownPRISM_*env keys. The harness usesPRISM_MISSION_CREDS/PRISM_ATTEST_E2E_TMP, which aborted ingest withUnknown Prism configuration keyeven though Lium rent + constation runner had already succeeded.Change
Park harness-only
PRISM_*keys while constructingPrismSettings, then restore them.Live proof (this environment)
constation_ok=True,effective_tier=1,score_written=True,final_score≈0.76constation_ok=False(corroboration_mismatch),score_written=FalseEvidence:
.omo/notepads/wire-constation-production/evidence/checkbox-27-live/Test plan
https://lium.io/api(pods terminated in finally)