docs(education): add Training lessons and AI tutor prompts for agent basics#780
Open
justinmclean wants to merge 8 commits into
Open
docs(education): add Training lessons and AI tutor prompts for agent basics#780justinmclean wants to merge 8 commits into
justinmclean wants to merge 8 commits into
Conversation
Add `docs/education/apache-training/lesson-02-working-with-agents.md` wrapping the "How to work with agents" source page with learning objectives, four exercises (four-ingredient request, mid-task steering, data-not-instructions, context-and-correction), and a five-question self-check with hidden answers. Also bring in the module README and lesson-01 scaffold from the `education-apache-training-lesson-01` in-flight branch — both are needed because the `apache-training/` directory does not yet exist on main. When lesson-01 merges first this branch rebases cleanly: lesson-01.md and the README will already be on main, and only the lesson-02 file plus the README's lesson-2 link update land as a diff. Update the README module map to link lesson-02 as a real file, and fix lesson-01's "Next" pointer to point at the lesson-02 file rather than the raw source page. Generated-by: Claude Code (Sonnet 4.6)
Standardize the Apache Training curriculum module path on docs/education/training/ (matching the education-*-lesson-01 branch) and fix the two path references in upstream-contribution.md.
…agents-are) Scaffolds docs/education/apache-training/ with a module index (README.md) and lesson-01-what-agents-are.md — the first LMS-neutral lesson wrapper for the maintainer-education stream. Each lesson adds per-lesson learning objectives, hands-on exercises, and self-check questions on top of the existing source pages, shaped for upstream contribution to Apache Training. The module map in the README lists all 11 lessons as placeholders; lesson 1 is the first concrete delivery. Sub-item 1 of the education-apache-training-module epic (plan item 5). The remaining lesson wrappers, the instructor/facilitator guide, and the upstream-contribution hand-off are separate sub-items. Generated-by: Claude (claude-sonnet-4-6)
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
Adds the second LMS-neutral Apache Training lesson wrappers for the maintainer-education stream, plus matching AI tutor prompts.
This adds:
docs/education/training/lesson-02-working-with-agents.mdai-tutors/lesson-02-working-with-agents.mdThe lesson wrappers add per-lesson objectives, no-computer exercises, self-check questions, and answer keys on top of the existing source pages. The tutor prompts turn the same lesson material into interactive system prompts, with embedded knowledge bases generated from the canonical source and training lesson files.
This also tightens the source-page wording around tool permissions, prompt-injection handling, context limits, and probabilistic variation so the source pages, classroom lessons, and AI tutors teach the same concepts consistently.
Type of change
.claude/skills/<name>/) — eval fixtures updated belowtools/<system>/*.md)tools/*/withpyproject.toml)docs/,README.md,CONTRIBUTING.md)projects/_template/)prek, workflows, validators)Test plan
prek run --all-filespassesuv run pytest/ruff check/mypypasses(
PYTHONPATH=tools/skill-evals/src python3 -m skill_evals.runner tools/skill-evals/evals/<skill>/)(a regression test for the bug fixed / the behaviour added — see CONTRIBUTING.md)