@nugehs/gate 0.1.0 → 0.1.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/CHANGELOG.md CHANGED
@@ -2,7 +2,15 @@
2
2
 
3
3
  All notable changes to `@nugehs/gate` are documented here.
4
4
 
5
- ## 0.1.0
5
+ ## [0.1.1] - 2026-06-13
6
+
7
+ Release-automation validation; no changes to the published CLI/library.
8
+
9
+ - Repo: add the VS Code / Cursor extension (`clients/vscode`) and the
10
+ tag-triggered release workflow (`release.yml`: npm OIDC publish + GitHub
11
+ Release + MCP Registry).
12
+
13
+ ## [0.1.0] - 2026-06-13
6
14
 
7
15
  Initial release.
8
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nugehs/gate",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "mcpName": "io.github.nugehs/gate",
5
5
  "description": "gate — one ship/no-ship verdict from aiglare, bouncer, tieline & repoctx. The unified merge gate for the nugehs toolchain: run four deterministic checks, get one normalized verdict.",
6
6
  "type": "module",
package/server.json CHANGED
@@ -6,13 +6,13 @@
6
6
  "url": "https://github.com/nugehs/gate",
7
7
  "source": "github"
8
8
  },
9
- "version": "0.1.0",
9
+ "version": "0.1.1",
10
10
  "packages": [
11
11
  {
12
12
  "registryType": "npm",
13
13
  "registryBaseUrl": "https://registry.npmjs.org",
14
14
  "identifier": "@nugehs/gate",
15
- "version": "0.1.0",
15
+ "version": "0.1.1",
16
16
  "runtimeHint": "npx",
17
17
  "transport": {
18
18
  "type": "stdio"