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
feat: publish ep-cli to npm and update install docs
Publish @effect-patterns/ep-cli@0.3.1 to npm (with toolkit@0.4.2 and
ep-shared-services@1.0.1 as dependencies). Add npm install option to
docs, fix package name in ABOUT.md, add missing @effect/cluster peer
deps to prevent runtime errors.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
-`agents` -> rule content is written to `docs/Effect-Patterns-Rules.md`; `AGENTS.md` (in cwd) is updated with a managed block that points to that file.
285
289
-`cursor` -> `.cursor/rules.md`
286
290
-`vscode` -> `.vscode/rules.md`
287
291
-`windsurf` -> `.windsurf/rules.md`
@@ -300,10 +304,7 @@ Notes:
300
304
-`--interactive` opens multi-select prompt.
301
305
-`--skill-level` maps to pattern difficulty filter.
302
306
-`--use-case` filters results client-side by use case tag.
303
-
- For `agents`, managed block markers are used:
304
-
-`<!-- EP_RULES_START -->`
305
-
-`<!-- EP_RULES_END -->`
306
-
- Existing managed block in `AGENTS.md` is replaced in place.
307
+
- For `agents`, rule content is written to `docs/Effect-Patterns-Rules.md`; `AGENTS.md` is then updated with a managed block (`<!-- EP_RULES_START -->` / `<!-- EP_RULES_END -->`) that references that file. An existing managed block in `AGENTS.md` is replaced in place.
307
308
- State is recorded in installed-rules state JSON file.
308
309
309
310
Unsupported tool behavior:
@@ -560,7 +561,8 @@ Defaults:
560
561
561
562
`agents` tool install target:
562
563
563
-
-`AGENTS.md` in current working directory
564
+
- Rule content: `docs/Effect-Patterns-Rules.md`
565
+
-`AGENTS.md` in current working directory is updated with a managed block that points to `docs/Effect-Patterns-Rules.md`
564
566
565
567
Other install targets:
566
568
@@ -624,7 +626,7 @@ Expected when non-TTY or when `NO_COLOR`, `CI`, or `TERM=dumb` is set.
624
626
This document tracks behavior for:
625
627
626
628
- CLI name: `ep`
627
-
- Version: `0.3.0`
629
+
- Version: `0.3.1`
628
630
629
631
When command surface or behavior changes, update this file first, then derivative docs.
0 commit comments