signetai 0.216.7 → 0.217.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 +5 -0
- package/dist/mcp-stdio.js +1826 -1454
- package/native-manifest.json +14 -14
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -28,6 +28,11 @@ curl -fsSL https://signetai.sh/install.sh | bash
|
|
|
28
28
|
- Published native binary platform: Linux x64, Linux arm64, macOS x64,
|
|
29
29
|
macOS arm64, or Windows x64
|
|
30
30
|
|
|
31
|
+
The published binary supports Windows, but durable transcript imports use
|
|
32
|
+
descriptor-relative filesystem safeguards available only on Linux and macOS.
|
|
33
|
+
Transcript import mutations and deletion of imported Sources return a structured
|
|
34
|
+
`501` platform error on Windows; other Windows package features remain supported.
|
|
35
|
+
|
|
31
36
|
Windows direct installs should use the npm wrapper. The old PowerShell
|
|
32
37
|
`install.ps1` path has been removed until a native Windows direct installer
|
|
33
38
|
ships.
|