Skip to content

docs: fix audit documentation issues (#28, #34-37, #46, #56-59, #72)#122

Merged
nficano merged 3 commits into
mainfrom
fix/docs-audit-issues
Jun 12, 2026
Merged

docs: fix audit documentation issues (#28, #34-37, #46, #56-59, #72)#122
nficano merged 3 commits into
mainfrom
fix/docs-audit-issues

Conversation

@nficano

@nficano nficano commented Jun 12, 2026

Copy link
Copy Markdown
Contributor

Summary

Test plan

  • dotnet build
  • dotnet test — 296 passed

Made with Cursor

Co-authored-by: Cursor <cursoragent@cursor.com>
@coderabbitai

coderabbitai Bot commented Jun 12, 2026

Copy link
Copy Markdown

Warning

Review limit reached

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

More reviews will be available in 9 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.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: 77e5d947-2bc4-4055-9402-644504196066

📥 Commits

Reviewing files that changed from the base of the PR and between 348e6f5 and 75e1cd0.

📒 Files selected for processing (12)
  • docs/getting-started.md
  • docs/transports.md
  • src/Arcp.Client/ArcpClient.fs
  • src/Arcp.Client/JobHandle.fs
  • src/Arcp.Client/Transport/WebSocket.fs
  • src/Arcp.Core/Capabilities.fs
  • src/Arcp.Core/Errors.fs
  • src/Arcp.Core/Json.fs
  • src/Arcp.Runtime/ArcpServer.fs
  • src/Arcp.Runtime/Internal/JobSubmitFlow.fs
  • src/Arcp.Runtime/JobManager.fs
  • tests/Arcp.IntegrationTests/JobLifecycleTests.fs
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/docs-audit-issues

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 and usage tips.

@codecov

codecov Bot commented Jun 12, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

Nick Ficano and others added 2 commits June 12, 2026 09:14
Integration test verifies result_chunk bodies are assembled via
TryReadResultBytes and not forwarded to JobHandle.Events.

Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
@nficano nficano merged commit d8ed7d0 into main Jun 12, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment