docs(cli): package and document Zoo CLI - #1162
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
25ffa77 to
dc65252
Compare
82307ab to
a350044
Compare
47b1a54 to
d551402
Compare
a350044 to
46179b8
Compare
d551402 to
4ba34b9
Compare
db0ad71 to
f5dee31
Compare
4ba34b9 to
ee0b102
Compare
f5dee31 to
77c038d
Compare
c6587b0 to
219e3dc
Compare
77c038d to
48e5924
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
48e5924 to
ea45605
Compare
1576486 to
d3a38a2
Compare
9c3ac7f to
d6d57d0
Compare
2ce4a83 to
a485ef1
Compare
d6d57d0 to
571b4a2
Compare
a485ef1 to
6c79822
Compare
571b4a2 to
5b85926
Compare
5b85926 to
e4fcdea
Compare
6c79822 to
2789e06
Compare
Stack
Position 6 of 6 in the Zoo CLI stack.
fm/zoo-cli-interactive(PR feat(cli): add interactive Zoo terminal client #1160)Scope
roocoexistence.Acceptance Evidence
pnpm --dir packages/zoo-host build, test, and typecheckpnpm --dir apps/zoo test(11 tests) and typecheckRisk
The initial artifact matrix is intentionally narrow and release lockstep is mandatory. Modes/models metadata commands remain withheld because canonical queries currently activate mutable extension services. Signing and publication credentials remain maintainer-controlled.
flowchart LR C[apps/zoo client] --> A[Relocatable artifact] H[Bundled zoo-host] --> A E[Production extension] --> A D[Runtime dependencies] --> A A --> M{Supported matrix} M --> MA[macOS ARM64] M --> LX[Linux x64] M --> LA[Linux ARM64] MA --> S[Smoke, checksum, upload] LX --> S LA --> S