chamba 0.10.0 → 0.10.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -85,7 +85,7 @@ Everything else is on your machine under `~/.chamba/`: one directory per workspa
85
85
  ```bash
86
86
  pnpm install
87
87
  pnpm check # build, typecheck, lint, repo checks, tests
88
- pnpm release # check, bump, commit and publish to npm
88
+ pnpm release # docker tests, bump, commit through the hook, publish to npm
89
89
  ```
90
90
 
91
91
  Running it is a step from the repo root, on the host, because Docker is not available in the dev container:
@@ -97,7 +97,8 @@ pnpm chamba # start a session with whatever is already built
97
97
 
98
98
  From the root rather than from here: the workspace is the repo, and the directory the command runs in becomes the session's working directory inside the container.
99
99
 
100
- `pnpm release` is the whole release process: it reads the live version off npm, offers a bump, runs `pnpm check`, commits the bump and publishes.
100
+ `pnpm release` is the whole release process: it reads the live version off npm, offers a bump, runs the docker tests, commits the bump through the pre-commit hook and publishes.
101
+ The hook builds, lints and tests chamba, so the release does not run `pnpm check` on its own.
101
102
  It runs from here or from the repo root, where `pnpm release` is the same command.
102
103
  `AGENTS.md` carries the conventions this repo is written to.
103
104
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chamba",
3
- "version": "0.10.0",
3
+ "version": "0.10.1",
4
4
  "description": "Run AI coding agents in a container, from your browser",
5
5
  "type": "module",
6
6
  "bin": {