-
Notifications
You must be signed in to change notification settings - Fork 0
docs(readme): add responsibility note for agent output #47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: linear-vercel
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -146,6 +146,8 @@ A documentation site is available containing design documents and guides to depl | |
|
|
||
| The example provided in this repository is for experimental and educational purposes only. It demonstrates concepts and techniques but is not intended for direct use in production environments. | ||
|
|
||
| You are responsible for reviewing, testing, and validating any code, pull requests, or other output produced by the agents before merging or deploying it. ABCA operates autonomously and its output is not guaranteed to be correct, secure, or fit for any particular purpose. | ||
|
Owner
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Type: comment Description: The new sentence states the user is responsible for reviewing and validating output, which is a strong and appropriate disclaimer. As an optional enhancement, it could point readers to where that review happens in practice — e.g. the User Guide or the "Finalization"/PR-review step described earlier in the README ("come back to a ready-to-review PR"). This would turn the disclaimer into actionable guidance rather than a standalone liability statement. Non-blocking. Proposed fix: Optionally add a trailing reference such as: "See the User Guide for the review workflow." Keep it only if it does not over-complicate what is intentionally a concise disclaimer. AI prompt: In README.md, in the Disclaimer section, consider appending a brief pointer from the user-responsibility sentence to the User Guide's PR review workflow (./docs/guides/USER_GUIDE.md), only if it reads naturally and keeps the disclaimer concise.
Owner
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Type: comment Description: The PR description notes the pre-push AI prompt: Investigate the pre-existing semgrep SAST finding for |
||
|
|
||
| ## Operational Metrics Collection | ||
|
|
||
| Autonomous Background Coding Agent samples may collect anonymous operational metrics, including: the region a construct is deployed, the name and version of the construct deployed, and related information. We may use the metrics to maintain, provide, develop, and improve the constructs and AWS services. | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Type: good_point
Title: Clear, well-placed responsibility disclaimer
Description: This addition is well-written and placed in exactly the right section. Appending it to the existing Disclaimer section (rather than introducing a new heading) keeps the change minimal and consistent with the surrounding "experimental and educational purposes only" language. The wording correctly frames user responsibility for reviewing/testing/validating autonomous agent output before merging or deploying — the most relevant interpretation of the issue for a background-coding-agent platform. It also aligns with the platform's own "ready-to-review PR" / "review the outcome" framing earlier in the README.