docs: clarify example/ config counts to avoid misleading totals#111
Merged
intel352 merged 2 commits intofix/example-readme-countfrom Feb 23, 2026
Merged
docs: clarify example/ config counts to avoid misleading totals#111intel352 merged 2 commits intofix/example-readme-countfrom
intel352 merged 2 commits intofix/example-readme-countfrom
Conversation
2 tasks
Co-authored-by: intel352 <77607+intel352@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix example count exaggeration across documentation
docs: clarify example/ config counts to avoid misleading totals
Feb 23, 2026
intel352
added a commit
that referenced
this pull request
Feb 23, 2026
* fix: correct example count from 100+ to 27 in documentation The example/ directory contains 27 YAML config files, not 100+. Updated all references across README.md, CONTRIBUTING.md, docs/tutorials/getting-started.md, and docs/adr/001-yaml-driven-config.md. Closes #70 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * docs: clarify example/ config counts to avoid misleading totals (#111) * Initial plan * docs: clarify example counts per review suggestions Co-authored-by: intel352 <77607+intel352@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: intel352 <77607+intel352@users.noreply.github.com> --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com> Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com> Co-authored-by: intel352 <77607+intel352@users.noreply.github.com>
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.
The previous fix replaced "100+" with the literal count "27", but
example/also contains YAML configs inside subdirectories (chat-platform/,ecommerce-app/,multi-workflow-ecommerce/), making a bare "27" inaccurate as a total.Changes
example/*.yamlconfigurations"; architecture tree entry de-counted to "Top-level example YAML configs and full application examples"example/*.yamlconfigurations, plus additional configs under application subdirectories"🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.