docs(steps-06-09): wrap manifest tags onto multiple lines - #27
Merged
Pierre Malarme (pmalarme) merged 1 commit intoAug 17, 2026
Merged
Conversation
The metadata.tags flow sequence had grown long enough to force horizontal scrolling in the rendered README code blocks. Convert it to a YAML block list (one tag per line) in the step 06-09 manifest snippets and sync the matching solution manifests. Also elide the template block in the step 6 Part A delta, which jumped straight from tool_declarations to resources. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 72d0e995-25cc-4b03-a4c5-e65d2bb8e8a4
Pierre Malarme (pmalarme)
deleted the
pmalarme-wrap-step6-manifest-tags
branch
August 17, 2026 12:33
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.
What
The
metadata.tagsflow sequence in the step 06–09 manifest snippets had grown long enough to force horizontal scrolling in the renderedREADME.mdcode blocks. This converts it to a YAML block list (one tag per line) and keeps the solutions in sync..workshop/docs/steps/06-skills.md(both the Part A and Part B deltas),07-multi-agent.md,08-workflow.md,09-memory.md.workshop/solutions/{06-skills,07-multi-agent,08-workflow,09-memory}/travel_assistant/agent.manifest.yamlAlso fixes a small accuracy gap in the step 6 Part A delta: it jumped straight from
tool_declarations:toresources: [], hiding the fact that atemplate:block sits between them. It now carries an elision comment. The comment is deliberately left at top level rather than written astemplate:+ comment, because a key with only a comment under it parses astemplate: null— which would drop the block for anyone pasting the delta wholesale.Not changed
Foundry Skillswhile the step 7 solution includes it. That is pre-existing and correct: Part B of step 6 is optional, and the solutions represent the completed-Part-B path.Validation
main; cumulative tag growth verified (05→06 addsSkills/Foundry Skills, →07Multi-Agent, →08Workflows, →09Memory).python .workshop/scripts/lint_steps.py→ 0 failures (2 pre-existing warnings).python -m pytest .workshop/scripts/tests→ 154 passed.python .workshop/scripts/render_readme.py --step Nrenders cleanly for steps 6–9.tags: [. RootREADME.mdand.workshop_instance/are untouched.