Commit 62f0058
🔧 Add AGENTS.md and copilot-setup-steps workflow (#132)
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, tox
- **`tox.ini`**: Added `pre-commit` and `mypy` tox environments so all
commands referenced in AGENTS.md are available; fixed docs builder
command to use `{posargs}` correctly (`tox -e docs-update -- linkcheck`
instead of `BUILDER=linkcheck`)
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: chrisjsewell <2997570+chrisjsewell@users.noreply.github.com>1 parent 93fbf64 commit 62f0058
3 files changed
+424
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
0 commit comments