Issues are welcome in this public repository. Make source changes in the private Charming monorepo; this repository is a generated mirror and does not accept source pull requests.
- Clone
tambo-ai/charmingwith the access granted to you. - Run
bun install. - Change
packages/cliand add behavior tests for command changes. - Run
bun run --filter usecharming check. - Explain the user-visible effect in the pull request.
Do not edit packages/cli/src/generated/operations.ts or packages/cli/openapi.json directly. If the API contract changed, regenerate the monorepo contract, then run bun run cli:gen.