@kinlab/kin 0.5.2 → 0.5.4
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 +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -16,10 +16,10 @@ npx -y @kinlab/kin --version
|
|
|
16
16
|
npx -y @kinlab/kin setup --intent agent --no-interactive
|
|
17
17
|
```
|
|
18
18
|
|
|
19
|
-
Native Windows x86_64
|
|
19
|
+
Native Windows x86_64 support is early. Repository admission works: `kin init` imports a Git repository and publishes graph authority, and graph, lexical, and daemon-backed queries answer natively. Transparent filesystem projection is not shipped on Windows, and the end-to-end install proof does not yet cover MCP or review workflows there, so WSL2 remains the recommended path for the full Kin experience.
|
|
20
20
|
No native Windows ARM64 archive is published. An x64 Node process under Windows
|
|
21
|
-
emulation can provision the x86_64 archive
|
|
22
|
-
|
|
21
|
+
emulation can provision the x86_64 archive; use WSL2 for the repository workflow
|
|
22
|
+
documented below.
|
|
23
23
|
|
|
24
24
|
## What it does
|
|
25
25
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kinlab/kin",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.4",
|
|
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",
|