You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: update AGENTS.md for new ColouredFlow.DSL surface
- Add `dsl/` row to module map; clarify `notation/` as low-level building blocks.
- Bump migration range to V0..V3.
- List current `locals_without_parens` macros and document `cpnet/0` + `__cpn__/1` reflection.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
|`notation/`| Low-level building blocks reused by `dsl/`: `colset/1`, `val/1`, `var/1`, plus `arc`/expression helpers. |
45
+
|`dsl/`| High-level declarative workflow DSL (`use ColouredFlow.DSL`). Composes `notation/` into a validated `ColouredPetriNet` at compile time. See `dsl/spec.md`. |
45
46
|`builder/`| Converts DSL input into a validated `ColouredPetriNet`. |
0 commit comments