DOC-368: Add agents-tester.md verification agent for AWS docs#813
Draft
quetzalliwrites wants to merge 1 commit into
Draft
DOC-368: Add agents-tester.md verification agent for AWS docs#813quetzalliwrites wants to merge 1 commit into
quetzalliwrites wants to merge 1 commit into
Conversation
Add the verification counterpart to agents.md: an agent that independently re-derives ground truth (coverage JSON, live AWS docs, sample links) instead of trusting the writer agent's audit trail, and produces a severity-tagged Verification Report without editing docs directly. Corrects the sibling-doc path (aws/customization/, not the stale aws/configuration/ referenced in agents.md) since this file's whole purpose is not repeating unverified claims. The CI workflow and required-status-check setup from the ticket are follow-up work.
Deploying localstack-docs with
|
| Latest commit: |
ab28d9e
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://72cd8d26.localstack-docs.pages.dev |
| Branch Preview URL: | https://doc-368-docs-agents-testermd.localstack-docs.pages.dev |
Collaborator
Author
|
feedback notes:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
agents-tester.md, the verification counterpart toagents.md. Where the writer agent researches and drafts, this agent independently re-derives ground truth (coverage JSON, live AWS docs, sample links) instead of trusting the writer's audit trail, and produces a severity-tagged Verification Report (Blocking/Major/Minor) without editing docs directly.agents.mdclaims AWS docs live underaws/configuration/(renamed fromaws/capabilities/), but the actual repo usesaws/customization/— neitherconfiguration/norcapabilities/exists. Since this file's entire purpose is "don't repeat unverified claims," it uses the real path.agents.mditself still has this and a few other stale repo-structure claims (e.g. a nonexistentaws/enterprise/directory); left as-is per the ticket's scope — happy to fix in a follow-up.Draft because still a WIP. Still open, per the ticket:
docs-tester.yml) to run this on every AWS docs PRANTHROPIC_API_KEYsecret setupLinear: https://linear.app/localstack/issue/DOC-368/docs-agents-testermd-for-localstack-for-aws-docs
Test plan
astro buildcompletes successfully (file lives at repo root, outsidesrc/content/docs/, so it doesn't affect the site build)