@kinlab/kin 0.5.22 → 0.5.24

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -82,7 +82,7 @@ Any MCP client can also use the included server manually:
82
82
 
83
83
  `kin setup status` and `kin doctor` recognize this exact canonical wrapper topology instead
84
84
  of flagging it for repair. Do not shorten `command` to a bare `kin`: agent clients do not
85
- reliably inherit your shell `PATH`. Codex and Antigravity bindings additionally require
85
+ reliably inherit your shell `PATH`. Codex and Antigravity bindings also require
86
86
  `"--repo", "/absolute/path/to/repository"` at the end of the argument vector; an Antigravity
87
87
  workspace entry also uses that path as `cwd`.
88
88
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kinlab/kin",
3
- "version": "0.5.22",
3
+ "version": "0.5.24",
4
4
  "description": "Canonical installer and launcher for Kin, the system of record for AI-written software. Provisions and runs the managed kin + kin-daemon release. MCP is one included mode (kin mcp start).",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",