Commit 494debe
docs(sdk-cli): document Effect-migration scope decision in cli.ts
The arcp CLI is a thin Commander → Promise orchestration over the legacy
ARCPServer / ARCPClient / EventLog classes. Each command is a single-step
Promise call with no concurrent resource graph and no error pipeline that
benefits from Effect's structured concurrency or Layer composition.
Wrapping these in ManagedRuntime.make(MainLayer) + runtime.runPromise(...)
would add a boot-time Effect dependency to a published binary without
changing any observable behavior, so #47 is scoped out. Effect-native
consumers should compose makeARCPServerRuntime and makeARCPClientRuntime
directly; both are public.
Closes #47
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 91e9327 commit 494debe
1 file changed
Lines changed: 13 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
4 | 17 | | |
5 | 18 | | |
6 | 19 | | |
| |||
0 commit comments