🔧 Add AGENTS.md and copilot-setup-steps workflow#132
Conversation
Co-authored-by: chrisjsewell <2997570+chrisjsewell@users.noreply.github.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #132 +/- ##
==========================================
+ Coverage 92.80% 92.96% +0.16%
==========================================
Files 31 32 +1
Lines 1835 1906 +71
==========================================
+ Hits 1703 1772 +69
- Misses 132 134 +2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
@copilot can you make sure that all the tox commands specified in the agents.md are actually available in the tox configuration, and if not add them (if applicable) Also generally review the agents.md |
Co-authored-by: chrisjsewell <2997570+chrisjsewell@users.noreply.github.com>
Audited all tox commands in AGENTS.md against tox.ini in
Verified all environments work: |
Mirror of executablebooks/markdown-it-py#380 for this repo.
AGENTS.md: AI coding agent guide covering plugin architecture (block/inline/core rule patterns), development commands (tox), code style (Ruff/Mypy strict), fixture-based test patterns, and common operations (adding plugins, rules, renderers).github/workflows/copilot-setup-steps.yml: Copilot environment setup — Python 3.11, uv, pre-commit, toxtox.ini: Addedpre-commitandmypytox environments so all commands referenced in AGENTS.md are available; fixed docs builder command to use{posargs}correctly (tox -e docs-update -- linkcheckinstead ofBUILDER=linkcheck)Original prompt
🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.