signetai 0.145.0 → 0.145.2

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/dist/mcp-stdio.js CHANGED
@@ -39043,12 +39043,67 @@ function isRecord4(value) {
39043
39043
  return typeof value === "object" && value !== null && !Array.isArray(value);
39044
39044
  }
39045
39045
  var SIGNET_SOURCE_CHECKOUT_DIRNAME = "signetai";
39046
+ var SIGNET_GIT_ALLOWED_DIRECTORIES = ["skills", "tools", "dreaming"];
39046
39047
  var SIGNET_GIT_PROTECTED_PATHS = [
39048
+ ".daemon",
39049
+ ".shadow",
39050
+ "node_modules",
39051
+ ":(glob)**/node_modules/**",
39052
+ `${SIGNET_SOURCE_CHECKOUT_DIRNAME}`,
39053
+ "memory/backups",
39047
39054
  "memory/memories.db",
39048
- "memory/memories.db-wal",
39049
- "memory/memories.db-shm",
39050
- "memory/memories.db-journal",
39051
- `${SIGNET_SOURCE_CHECKOUT_DIRNAME}/`
39055
+ ":(glob)memory/memories.db*",
39056
+ ":(glob)memory/**/*.db",
39057
+ ":(glob)memory/**/*.db-*",
39058
+ ":(glob)memory/**/*.db-journal",
39059
+ ":(glob)memory/**/*.db-shm",
39060
+ ":(glob)memory/**/*.db-wal",
39061
+ ":(glob)memory/**/*.sqlite",
39062
+ ":(glob)memory/**/*.sqlite3",
39063
+ ":(glob)**/*.db",
39064
+ ":(glob)**/*.db-*",
39065
+ ":(glob)**/*.db-journal",
39066
+ ":(glob)**/*.db-shm",
39067
+ ":(glob)**/*.db-wal",
39068
+ ":(glob)**/*.sqlite",
39069
+ ":(glob)**/*.sqlite3"
39070
+ ];
39071
+ var SIGNET_GIT_TRACKED_PATHS = [
39072
+ "*.md",
39073
+ ":(glob)**/*.md",
39074
+ "*.json",
39075
+ ":(glob)**/*.json",
39076
+ "*.jsonl",
39077
+ ":(glob)**/*.jsonl",
39078
+ "*.html",
39079
+ ":(glob)**/*.html",
39080
+ "*.yaml",
39081
+ ":(glob)**/*.yaml",
39082
+ "*.yml",
39083
+ ":(glob)**/*.yml",
39084
+ ...SIGNET_GIT_ALLOWED_DIRECTORIES
39085
+ ];
39086
+ var SIGNET_GITIGNORE_PROTECTED_PATTERNS = [
39087
+ ".daemon/",
39088
+ ".shadow/",
39089
+ "node_modules/",
39090
+ `${SIGNET_SOURCE_CHECKOUT_DIRNAME}/`,
39091
+ "memory/memories.db*",
39092
+ "memory/**/*.db",
39093
+ "memory/**/*.db-*",
39094
+ "memory/**/*.db-journal",
39095
+ "memory/**/*.db-shm",
39096
+ "memory/**/*.db-wal",
39097
+ "memory/**/*.sqlite",
39098
+ "memory/**/*.sqlite3",
39099
+ "memory/backups/",
39100
+ "*.db",
39101
+ "*.db-*",
39102
+ "*.db-journal",
39103
+ "*.db-shm",
39104
+ "*.db-wal",
39105
+ "*.sqlite",
39106
+ "*.sqlite3"
39052
39107
  ];
39053
39108
  var DEFAULT_DISCORD_DESKTOP_CACHE_PATH = defaultDiscordDesktopCachePath();
39054
39109
  var DEFAULT_GITHUB_RESOURCE_TYPES = ["issues", "pulls", "discussions", "docs"];
@@ -1,43 +1,43 @@
1
1
  {
2
2
  "schemaVersion": 1,
3
- "version": "0.145.0",
3
+ "version": "0.145.2",
4
4
  "assets": [
5
5
  {
6
6
  "name": "signet-darwin-arm64",
7
7
  "platform": "darwin-arm64",
8
- "sha256": "b404fbdf552494cbbd5517692dbbe11bb8b052a405efd8eb98c9b086890f5bff",
9
- "size": 126588832
8
+ "sha256": "c359e2b68303d32cd7a47381761d4161f9096bfb2b03537f86f0ea3a34004272",
9
+ "size": 126638368
10
10
  },
11
11
  {
12
12
  "name": "signet-darwin-x64",
13
13
  "platform": "darwin-x64",
14
- "sha256": "80e2adb0f15591fd8a4a80a0055b567a112c99035702d4a18ce660610d8c7e8b",
15
- "size": 131140160
14
+ "sha256": "7211168f09ce7eb0fc0959c6fa2bc4c44f342776a3a354281e30991c2ea99f03",
15
+ "size": 131189312
16
16
  },
17
17
  {
18
18
  "name": "signet-linux-arm64",
19
19
  "platform": "linux-arm64",
20
- "sha256": "61f055c0d572a05876cb1004f2c820564ff18a71c759a4f11f3f7dd29312b763",
21
- "size": 163910541
20
+ "sha256": "d2173605b177904309ac663ec07acd03bbfa79250ba0d01e40c9a3c0deed4708",
21
+ "size": 163963310
22
22
  },
23
23
  {
24
24
  "name": "signet-linux-x64",
25
25
  "platform": "linux-x64",
26
- "sha256": "ff3181e0a43b4334a0ccf8fce1cdcc7c4c1ef887fc37f9c84754885993ebdf92",
27
- "size": 164424195
26
+ "sha256": "55b072aeaf462a6bf2017de3ac954e894cb22e3e18bc354b890036804582c35a",
27
+ "size": 164476968
28
28
  },
29
29
  {
30
30
  "name": "signet-win32-x64.exe",
31
31
  "platform": "win32-x64",
32
- "sha256": "945991f82cecbf30be292ef05144634665042b5d332b567be33bae12ad597ebb",
33
- "size": 180488704
32
+ "sha256": "46d2d5638a2aca4e658e62c9fe9060d8b4294004a2edb2d07125d168553987e5",
33
+ "size": 180541440
34
34
  }
35
35
  ],
36
36
  "components": {
37
37
  "connectors": {
38
- "url": "signet-connectors-0.145.0.tar.gz",
39
- "sha256": "06c3e6328eb8eeb0f024cf5d88b621b4133efb8f64ceb5dd9c74dfd401854857",
40
- "size": 15372
38
+ "url": "signet-connectors-0.145.2.tar.gz",
39
+ "sha256": "99bcd749155c10217f47d7dcbf3d9a6b362c5d99d2e29d809dc22bffa1e54717",
40
+ "size": 15375
41
41
  }
42
42
  }
43
43
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "signetai",
3
- "version": "0.145.0",
3
+ "version": "0.145.2",
4
4
  "description": "Signet native CLI installer wrapper",
5
5
  "type": "module",
6
6
  "bin": {
@@ -65,10 +65,10 @@
65
65
  "access": "public"
66
66
  },
67
67
  "optionalDependencies": {
68
- "signetai-darwin-arm64": "https://github.com/Signet-AI/signetai/releases/download/v0.145.0/signetai-darwin-arm64-0.145.0.tgz",
69
- "signetai-darwin-x64": "https://github.com/Signet-AI/signetai/releases/download/v0.145.0/signetai-darwin-x64-0.145.0.tgz",
70
- "signetai-linux-arm64": "https://github.com/Signet-AI/signetai/releases/download/v0.145.0/signetai-linux-arm64-0.145.0.tgz",
71
- "signetai-linux-x64": "https://github.com/Signet-AI/signetai/releases/download/v0.145.0/signetai-linux-x64-0.145.0.tgz",
72
- "signetai-win32-x64": "https://github.com/Signet-AI/signetai/releases/download/v0.145.0/signetai-win32-x64-0.145.0.tgz"
68
+ "signetai-darwin-arm64": "https://github.com/Signet-AI/signetai/releases/download/v0.145.2/signetai-darwin-arm64-0.145.2.tgz",
69
+ "signetai-darwin-x64": "https://github.com/Signet-AI/signetai/releases/download/v0.145.2/signetai-darwin-x64-0.145.2.tgz",
70
+ "signetai-linux-arm64": "https://github.com/Signet-AI/signetai/releases/download/v0.145.2/signetai-linux-arm64-0.145.2.tgz",
71
+ "signetai-linux-x64": "https://github.com/Signet-AI/signetai/releases/download/v0.145.2/signetai-linux-x64-0.145.2.tgz",
72
+ "signetai-win32-x64": "https://github.com/Signet-AI/signetai/releases/download/v0.145.2/signetai-win32-x64-0.145.2.tgz"
73
73
  }
74
74
  }