Skip to content

feat(warp-core): define WSC causal history export profiles - #612

Merged
flyingrobots merged 1 commit into
mainfrom
cycle/563-wsc-causal-history-export-profiles
Jun 27, 2026
Merged

feat(warp-core): define WSC causal history export profiles#612
flyingrobots merged 1 commit into
mainfrom
cycle/563-wsc-causal-history-export-profiles

Conversation

@flyingrobots

Copy link
Copy Markdown
Owner

Summary

  • add a versioned WSC causal-history export profile model
  • define evidence requirements for ref-only, self-contained, and CAS-addressed profiles
  • make CAS-addressed exports explicit byte-retention references, not causal authority claims

Closes #563.

Validation

  • cargo test -p warp-core wsc_causal_history_export_profiles
  • cargo test -p warp-core --test wsc_store_tests
  • cargo clippy -p warp-core --lib --test wsc_store_tests -- -D warnings
  • cargo check -p warp-core
  • cargo fmt --check
  • git diff --check
  • npx markdownlint-cli2 CHANGELOG.md
  • pre-commit hook: cargo clippy -p warp-core --lib; cargo check -p warp-core; markdownlint CHANGELOG.md
  • pre-push hook: cargo fmt --all -- --check; cargo check -p warp-core --quiet; cargo test -p warp-core --test wsc_store_tests; prettier touched markdown

@coderabbitai

coderabbitai Bot commented Jun 27, 2026

Copy link
Copy Markdown
Contributor

Warning

Review limit reached

@flyingrobots, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 11 minutes and 50 seconds. Learn how PR review limits work.

Your organization has run out of usage credits. Purchase more credits in the billing tab to continue.

⌛ How to resolve this issue?

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 credits.

🚦 How do rate 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 see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro

Run ID: 40cf6c86-eb8e-4874-9ef3-618c4976db35

📥 Commits

Reviewing files that changed from the base of the PR and between ea0e914 and 1c1ec7c.

📒 Files selected for processing (4)
  • CHANGELOG.md
  • crates/warp-core/src/wsc/mod.rs
  • crates/warp-core/src/wsc/store.rs
  • crates/warp-core/tests/wsc_store_tests.rs
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch cycle/563-wsc-causal-history-export-profiles

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.

@flyingrobots
flyingrobots merged commit 5adc944 into main Jun 27, 2026
36 checks passed
@flyingrobots
flyingrobots deleted the cycle/563-wsc-causal-history-export-profiles branch June 27, 2026 23:24
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.

[GP3-S1] WSC Causal-History Export Profiles

1 participant