## Summary
Add a top-of-file HTML comment to `AGENTS.template.md` so it is visibly marked as managed by the agents workflow.
## Changes
- Inserted `<!-- managed by the agents workflow -->` as the very first line of `AGENTS.template.md`.
---
Resolves #72
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Summary
Add a top-of-file HTML comment to
AGENTS.template.mdso it is visibly marked as managed by the agents workflow.Changes
<!-- managed by the agents workflow -->as the very first line ofAGENTS.template.md.Resolves #72
Opened PR #73 for review.
🔧 activity — 7 tool calls
🔧 read:
AGENTS.md🔧 glob: ``
🔧 read:
AGENTS.template.md🔧 edit:
AGENTS.template.md🔧 bash:
git status🔧 bash:
git diff AGENTS.template.md🔧 bash:
git add AGENTS.template.md && git commit -m "test: add managed-by workflow comment to top of AGENTS.template.md (#72)" && git push -u origin HEAD