fix(sources): classify sidecars before live session admission - #3784
fix(sources): classify sidecars before live session admission#3784Sinity wants to merge 1 commit into
Conversation
Problem: Agent metadata and workflow sidecars entered live ingestion through generic session paths. A session-shaped workflow journal could therefore materialize as a conversation, while full and append capture did not retain typed artifact evidence. What changed: The validation-off worker shortcut now honors path-declared fact and raw-only artifacts. Full and append live ingestion route declared non-session payloads through the existing typed artifact admission API. Focused regressions cover worker non-materialization, full-ingest raw and blob retention, and append evidence retention. Compatibility/migration: No schema, reindex, raw admission governance, revision governance, or blob lifecycle changes. Source bytes remain retained as raw artifacts. Ref polylogue-b508 Ref polylogue-ioz7
|
Warning Review limit reached
Next review available in: 44 minutes You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. 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: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Plus Run ID: 📒 Files selected for processing (5)
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 |
|
Closed as superseded by the merged sidecar and raw-admission implementations documented above. |
Summary
Keep declared metadata and workflow sidecars as durable raw evidence instead of materializing them as sessions.
Problem
The validation-off worker shortcut and full/append live ingestion could override path-declared artifact classification, allowing session-shaped workflow records to become conversations.
Solution
Honor path classification before the fast stream shortcut and route declared non-session payloads through typed raw-artifact admission in full and append live paths.
Verification
devtools verify --quick: passedgit diff --check: passedRef polylogue-b508 and polylogue-ioz7