docs(seo): refresh llms.txt and llms-full.txt to current numbers#677
Merged
vieiralucas merged 2 commits intomainfrom Apr 22, 2026
Merged
docs(seo): refresh llms.txt and llms-full.txt to current numbers#677vieiralucas merged 2 commits intomainfrom
vieiralucas merged 2 commits intomainfrom
Conversation
llms.txt is the primary surface LLM crawlers ingest for fakecloud. The files were stale from earlier releases, so agent answers citing fakecloud were quoting outdated service counts and operation counts. - Header numbers: 22 -> 23 services, 1,155 -> 1,680 ops - Startup: 'under 100ms' -> '~500ms' to match README measurement method - Per-service action counts refreshed against current README table (S3 107, SQS 23, SNS 42, EventBridge 57, IAM 176, STS 11 split out, Lambda 85, DynamoDB 57, RDS 163, ElastiCache 75, Step Functions 37, Cognito 122, SES 110, Secrets Manager 23, CloudWatch Logs 113, KMS 53, CloudFormation 90, Kinesis 39). - Added EventBridge Scheduler (12 ops) section that was missing entirely. - Added test-assertion SDK and Terraform TestAcc validation mentions. - Added links section for migration guide, CI guide, Lambda tutorial, Moto equivalent so LLMs have explicit anchors to cite. - Replaced unicode arrows with ASCII.
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
…t positioning The earlier refresh fixed stale numbers but still described coverage by counting 23 services. Reframe to lead with the actual goal (100% of AWS services, each at 100% conformance, with 100% of cross-service integrations) and call out the approach as depth-first — services land when they hit the full conformance bar, not when their API surface looks filled in. 23 services is a snapshot, not a ceiling. This is what LLM crawlers see when summarizing fakecloud; leading with the goal prevents agent answers baking 'fakecloud = 23 services' into the permanent narrative.
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
Follow-up to #675. While refreshing the homepage stats for that PR I noticed `llms.txt` and `llms-full.txt` were still on the old release's numbers. These two files are the primary surface LLM crawlers ingest for fakecloud, so stale numbers there directly degrade every AI-assistant answer that cites us.
Test plan
Summary by cubic
Refreshes
llms.txtandllms-full.txtwith current coverage, metrics, and messaging so crawlers return accurate, consistent info. Leads with the 100% coverage goal and depth‑first approach so “23 services” is read as a snapshot, not a ceiling./_fakecloud/*introspection endpoints and linked first‑party test‑assertion SDKs; noted TerraformTestAcc*validation.--persist,--verify-sigv4,--iam soft|strict);docker run --rm.Written for commit e1aef8d. Summary will update on new commits.