@corbat-tech/coco 2.2.5 → 2.3.0

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
@@ -8,7 +8,7 @@
8
8
  [![Node](https://img.shields.io/badge/Node.js-22+-22c55e?style=flat-square&logo=nodedotjs&logoColor=white)](https://nodejs.org/)
9
9
  [![TypeScript](https://img.shields.io/badge/TypeScript-5.7-3178c6?style=flat-square&logo=typescript&logoColor=white)](https://www.typescriptlang.org/)
10
10
  [![License](https://img.shields.io/badge/license-MIT-f59e0b?style=flat-square)](LICENSE)
11
- [![Tests](https://img.shields.io/badge/tests-5290_passing-22c55e?style=flat-square)](https://github.com/corbat-tech/coco/actions)
11
+ [![Tests](https://img.shields.io/badge/tests-5604_passing-22c55e?style=flat-square)](https://github.com/corbat-tech/coco/actions)
12
12
 
13
13
  <br/>
14
14
 
@@ -231,12 +231,14 @@ Type `/help` inside the REPL to see everything. The most useful ones day-to-day:
231
231
 
232
232
  | Command | What it does |
233
233
  |---------|--------------|
234
- | `/coco [on\|off]` | Toggle quality convergence mode (default: on) |
234
+ | `/quality [on\|off]` | Toggle quality convergence mode (default: on) |
235
235
  | `/check` | Run typecheck + lint + tests inline |
236
236
  | `/review` | Code review with severity-rated findings |
237
237
  | `/diff` | Visual diff with syntax highlighting |
238
238
  | `/ship` | Full release: review → test → lint → branch → PR → merge |
239
239
  | `/full-access [on\|off]` | Auto-approve safe tool calls |
240
+ | `/permissions` | Show trust status and manage tool allowlist |
241
+ | `/permissions allow-commits` | Auto-approve git commits for this project |
240
242
  | `/status` | Project status, git info, session stats |
241
243
  | `/compact` | Compress context when the conversation grows long |
242
244
 
@@ -412,7 +414,7 @@ pnpm install
412
414
 
413
415
  pnpm dev # run with tsx (hot reload)
414
416
  pnpm check # typecheck + lint + test
415
- pnpm test # 5290 tests
417
+ pnpm test # 5604 tests
416
418
  pnpm format:fix # fix formatting
417
419
  ```
418
420