docs: sync examples index references#122
Merged
rosspeili merged 1 commit intoMay 25, 2026
Merged
Conversation
Contributor
|
Thanks @choucaleb602-commits, This fixes #117, scope looks right, and this is merge-ready from my side. Appreciate the follow-through after #107. <3 |
8 tasks
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.
Description
Syncs the example-script references introduced by the examples index follow-up:
docs/usage/agent_loops.mdso the quick matrix no longer contradictsexamples/README.mdexamples/README.mdwhen runnable scripts changeexamples/README.mdfor runnable-script additions, renames, or removalsThis PR was prepared with AI assistance under human supervision. I kept the change small and included the checks I ran below.
Type of Change (Matches Issue Templates)
manifest.yaml,skill.py, andinstructions.md)base_skill.py,loader.py, etc.)Checklist (all PRs)
python -m flake8 .andpytest tests/locally (or the subset relevant to this change).python -m flake8 .could not run becauseflake8is not installed in this local Python environment.python -m pytest tests/ -qstopped during collection because optional dependencyanthropicis not installed fortests/skills/office/test_pdf_form_filler.py.python -m pytest tests/test_cli.py -qpassed.examples/README.mdis updated if this PR adds, renames, or removes a runnable script underexamples/.New or updated skill
Not applicable; this PR does not add or modify a skill bundle.
Constitution & Safety
Documentation-only change. No skill logic, runtime behavior, secrets, dependencies, or external service calls are changed.
Checks run
git diff --checkpassedexamples/README.md,docs/usage/agent_loops.md,docs/contributing/ai_native_workflow.md,.github/PULL_REQUEST_TEMPLATE.md, anddocs/introduction.mdpassedpython -m pytest tests/test_cli.py -qpassed: 8 passedpython -m pytest tests/ -qblocked by missing optionalanthropicdependency during collectionpython -m flake8 .blocked becauseflake8is not installed locallyRelated Issues
Fixes #117