Skip to content

Commit f2f02b5

Browse files
Current state of the art
1 parent 60eb9db commit f2f02b5

36 files changed

Lines changed: 12790 additions & 370 deletions

AGENTS.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919

2020
- Use the Context7 MCP server for egglog documentation instead of copying external doc summaries into this file.
2121
- Keep general workflows in the how-to guides, and keep Python-specific runtime/reference examples in `docs/reference/python-integration.md`.
22+
- Before changing Python-facing `egglog` APIs or expression-inspection patterns, read `docs/reference/python-integration.md`.
23+
- Before changing how egglog concepts map into Python declarations, relations, actions, or sort/function definitions, read `docs/reference/egglog-translation.md`.
24+
- If a change touches both local Python ergonomics and egglog-language mapping, read `docs/reference/python-integration.md` first, then `docs/reference/egglog-translation.md`.
2225
- If a PR adds or updates a changelog entry in `docs/changelog.md`, keep it aligned with the final code changes.
2326
- For a clean docs rebuild, clear `docs/_build/`; the MyST-NB execution cache lives in `docs/_build/.jupyter_cache`.
2427

0 commit comments

Comments
 (0)