Skip to content

fix(scripts): allow live prism Lium attestation e2e under PrismSettings#42

Merged
echobt merged 1 commit into
BaseIntelligence:mainfrom
alpha1122x:feat/prism-live-attestation-harness
Jul 26, 2026
Merged

fix(scripts): allow live prism Lium attestation e2e under PrismSettings#42
echobt merged 1 commit into
BaseIntelligence:mainfrom
alpha1122x:feat/prism-live-attestation-harness

Conversation

@alpha1122x

Copy link
Copy Markdown
Contributor

Summary

Unblocks the live Prism×Lium attestation E2E harness after a successful real pod cycle.

PrismSettings forbids unknown PRISM_* env keys. The harness uses PRISM_MISSION_CREDS / PRISM_ATTEST_E2E_TMP, which aborted ingest with Unknown Prism configuration key even though Lium rent + constation runner had already succeeded.

Change

Park harness-only PRISM_* keys while constructing PrismSettings, then restore them.

Live proof (this environment)

Path REAL_LIUM Result
honest true constation_ok=True, effective_tier=1, score_written=True, final_score≈0.76
adversarial (mid-run sidecar swap) true constation_ok=False (corroboration_mismatch), score_written=False

Evidence: .omo/notepads/wire-constation-production/evidence/checkbox-27-live/

Test plan

  • Live honest + adversarial against https://lium.io/api (pods terminated in finally)
  • CI green on this PR

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
@coderabbitai

coderabbitai Bot commented Jul 26, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@alpha1122x, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 22 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

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 configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 51854f96-54cd-487c-99f2-e60ea25bbe31

📥 Commits

Reviewing files that changed from the base of the PR and between c5e1dff and b55759e.

📒 Files selected for processing (1)
  • scripts/prism_lium_attestation_e2e.py
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@echobt
echobt merged commit e695169 into BaseIntelligence:main Jul 26, 2026
14 checks passed
echobt added a commit that referenced this pull request Jul 27, 2026
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants