DYN-10279 Move markdown comment to the bottom#16966
Conversation
There was a problem hiding this comment.
See the ticket for this pull request: https://jira.autodesk.com/browse/DYN-10279
There was a problem hiding this comment.
Pull request overview
This PR adjusts the generated GitHub agent wrapper markdown so the YAML frontmatter starts at the top of the file by moving the auto-generated HTML comment block to the bottom, and regenerates the affected wrappers accordingly.
Changes:
- Update wrapper generation in
sync_agent_wrappers.ps1to emit the<!-- AUTO-GENERATED FILE ... -->marker at the end of the file. - Regenerate the six mapped
.github/agents/*.agent.mdwrapper files to match the new layout.
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| .github/scripts/sync_agent_wrappers.ps1 | Moves the auto-generated marker block to the bottom in the generated wrapper template. |
| .github/agents/dynamo-unit-testing.agent.md | Regenerated wrapper with marker moved to bottom. |
| .github/agents/dynamo-skill-writer.agent.md | Regenerated wrapper with marker moved to bottom. |
| .github/agents/dynamo-pr-description.agent.md | Regenerated wrapper with marker moved to bottom. |
| .github/agents/dynamo-onboarding.agent.md | Regenerated wrapper with marker moved to bottom. |
| .github/agents/dynamo-jira-ticket.agent.md | Regenerated wrapper with marker moved to bottom. |
| .github/agents/dynamo-dotnet-expert.agent.md | Regenerated wrapper with marker moved to bottom. |
You can also share your feedback on Copilot code review. Take the survey.
|
|
Thank you, I was curious why these wrappers did not work. Let's give it a try |
|
@avidit It worked!! |



Purpose
Move markdown comment to the bottom
Declarations
Check these if you believe they are true
Release Notes
N/A
Reviewers
(FILL ME IN) Reviewer 1 (If possible, assign the Reviewer for the PR)
(FILL ME IN, optional) Any additional notes to reviewers or testers.
FYIs
(FILL ME IN, Optional) Names of anyone else you wish to be notified of