Skip to content

DOC-368: Add agents-tester.md verification agent for AWS docs - #813

Merged
quetzalliwrites merged 2 commits into
mainfrom
doc-368-docs-agents-testermd-for-localstack-for-aws-docs
Jul 31, 2026
Merged

DOC-368: Add agents-tester.md verification agent for AWS docs#813
quetzalliwrites merged 2 commits into
mainfrom
doc-368-docs-agents-testermd-for-localstack-for-aws-docs

Conversation

@quetzalliwrites

@quetzalliwrites quetzalliwrites commented Jul 23, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • Add agents-tester.md, the verification counterpart to agents.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.
  • Caps the writer↔tester revision loop at 2 rounds; unresolved Blocking findings or Unverifiable/Escalate findings stop the loop and go to a human.
  • Corrects one path reference vs. the draft: agents.md claims AWS docs live under aws/configuration/ (renamed from aws/capabilities/), but the actual repo uses aws/customization/ — neither configuration/ nor capabilities/ exists. Since this file's entire purpose is "don't repeat unverified claims," it uses the real path. agents.md itself still has this and a few other stale repo-structure claims (e.g. a nonexistent aws/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:

  • CI workflow (docs-tester.yml) to run this on every AWS docs PR
  • ANTHROPIC_API_KEY secret setup
  • Adding it as a required status check

Linear: https://linear.app/localstack/issue/DOC-368/docs-agents-testermd-for-localstack-for-aws-docs

Test plan

  • astro build completes successfully (file lives at repo root, outside src/content/docs/, so it doesn't affect the site build)
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.
@quetzalliwrites quetzalliwrites self-assigned this Jul 23, 2026
@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Jul 23, 2026

Copy link
Copy Markdown

Deploying localstack-docs with  Cloudflare Pages  Cloudflare Pages

Latest commit: 9d0e049
Status: ✅  Deploy successful!
Preview URL: https://0dc098a7.localstack-docs.pages.dev
Branch Preview URL: https://doc-368-docs-agents-testermd.localstack-docs.pages.dev

View logs

@quetzalliwrites

Copy link
Copy Markdown
Collaborator Author

feedback notes:

  • let's update it to push lstk and remove mentions of aws local, ckd local, terraform local, etc
  • verify commands check against aws docs
Update the checklist and anti-hallucination cross-check to expect
lstk aws/cdk/terraform commands instead of the legacy wrapper
scripts, and require checking CLI flags/arguments against the
official AWS CLI reference, not just that the API operation exists.
@quetzalliwrites
quetzalliwrites marked this pull request as ready for review July 31, 2026 14:02
@quetzalliwrites
quetzalliwrites merged commit 1035ec5 into main Jul 31, 2026
1 check passed
@quetzalliwrites
quetzalliwrites deleted the doc-368-docs-agents-testermd-for-localstack-for-aws-docs branch July 31, 2026 14:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant