feat: export host findings for an external package - #156
Conversation
|
Warning Review limit reached
Next review available in: 28 minutes Limit details: You’ve used all 1 included review currently available under your plan. 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: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (3)
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 |
What changed
Implements #144 on top of released
voku/agent-learning0.13.0.voku/agent-learningto^0.13.0;agent-loop learn finding-export --target-package PACKAGE --source-repository OWNER/REPO [--root PATH];FindingExporterAPI directly;agent-loop learn helpand top-level help.Ownership boundary
agent-loopdoes not parse, validate, filter, or reshape Finding records.agent-learningowns all Finding/export semantics. The umbrella only resolves its local root and CLI options, then prints the package-owned deterministic JSON result.There is no
ToolingFinding, second store, copiedrun_id, generic provenance model, or automatic upstream write path.Reduction check
The consumer-side production delta is deliberately small:
Dispatcher.phpis +41/-3 and the dependency constraint is a one-line change, for roughly +38 net production lines. The larger added file is focused integration coverage.The practical acceptance test remains outside this repository: replay the real voku/httpful#34 dogfood feedback as governed Findings and remove
docs/agents/agent-loop-findings.md. If that handoff still needs a parallel feedback document, this feature has not earned its complexity.Validation
The focused integration test verifies exact package filtering through the real
.agent-loop/learningdefault root and confirms the command is discoverable throughlearn help. Full repository CI remains authoritative.