mirror of
https://github.com/anomalyco/opencode.git
synced 2026-08-29 21:32:07 +00:00
docs: clarify release workflow (#46025)
This commit is contained in:
parent
bd379e13cb
commit
d82a0b28a9
1 changed files with 1 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
|||
- After changing the public Protocol or Server `HttpApi`, run `bun run generate` from `packages/client`. Do not edit generated client files directly.
|
||||
- Keep runtime dependencies directed from Schema to Core and Protocol, then from Core and Protocol to Server. Client runtime code may depend on Schema and Protocol but never Core or Server; `sdk` composes Client, Core, and Server.
|
||||
- Current implementation changes belong in `packages/core`, `packages/cli`, `packages/server`, `packages/protocol`, `packages/schema`, and related generated client surfaces when required.
|
||||
- This repository does not use Changesets. Do not add `.changeset` files; follow the existing release workflow instead.
|
||||
- The default branch in this repo is `v2`.
|
||||
- Base all new branches and worktrees on `v2`, or `origin/v2` when the local `v2` ref is unavailable. Do not base them on `dev`.
|
||||
- Local `main` ref may not exist; use `v2` or `origin/v2` for diffs.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue