Skip to content

Fix UC3 instructions leading space + sync UC2 pre-created agent change to _labs#483

Merged
Dewain27 merged 2 commits into
mainfrom
dewain/mcs-tools-uc2-precreated-agent-labs
Jun 29, 2026
Merged

Fix UC3 instructions leading space + sync UC2 pre-created agent change to _labs#483
Dewain27 merged 2 commits into
mainfrom
dewain/mcs-tools-uc2-precreated-agent-labs

Conversation

@Dewain27

Copy link
Copy Markdown
Collaborator

Summary

Two lab content fixes on this branch:

  1. Orchestration lab — UC3 step 4 leading space (commit 37924cc)
    The agent-name and Instructions code fences in the "Create the new-type Sales Account Assistant" section were indented 4 spaces under a 1. list item. Kramdown strips only 3 spaces (the 1. marker width), so a leading space leaked into the rendered <code> — captured by the copy button and pasted into Copilot Studio, which broke the agent when tested. Reduced the fence indentation to 3 spaces so kramdown strips it cleanly. Applied to both rendered sources (_labs/mcs-orchestration.md and labs/mcs-orchestration/README.md).

  2. mcs-tools lab — UC2 sync to _labs (commit 6803912)
    The site renders from _labs/mcs-tools.md, but PR mcs-tools: UC2 reflect pre-created agent and connected flow #481 only updated labs/mcs-tools/README.md, so the deployed lab still walked through creating the agent and connecting the flow. Applies the same UC2 change to _labs/mcs-tools.md: the "Create a New Agent" and "Add the Agent Flow" sections are replaced with "Open the Pre-Created Agent", and the summary/objective are updated.

Verification

Confirmed the leading-space cause against the live rendered HTML (<code> You are...) and verified that an existing 3-space-indented fence in another lab renders with no leading space (<code>kind...).

🤖 Generated with Claude Code

Dewain Robinson and others added 2 commits June 29, 2026 08:48
The site renders from _labs/mcs-tools.md, but PR #481 only updated
labs/mcs-tools/README.md, so the deployed lab still walked through
creating the agent and connecting the flow. This applies the same UC2
change to _labs/mcs-tools.md so the published lab matches: the
"Create a New Agent" and "Add the Agent Flow" sections are replaced with
"Open the Pre-Created Agent", and the summary and objective are updated.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
The agent name and instructions fences in the "Create the new-type
Sales Account Assistant" section were indented 4 spaces under a "1."
list item. Kramdown strips only 3 spaces (the "1. " marker width), so
a leading space leaked into the rendered <code>, which the copy button
captured and which broke the agent when pasted into Instructions.

Reduce the fence indentation to 3 spaces so kramdown strips it cleanly.
Applied to both rendered sources (_labs and labs/.../README.md).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@Dewain27 Dewain27 merged commit 92f1103 into main Jun 29, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant