@newtype-ai/nit 0.4.2 → 0.4.3

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 CHANGED
@@ -94,7 +94,7 @@ nit auto-discovers your skills directory from all major agent frameworks:
94
94
  - `.cursor/skills/` — Cursor
95
95
  - `.windsurf/skills/` — Windsurf
96
96
  - `.codex/skills/` — OpenAI Codex
97
- - `.agents/skills/` — Generic
97
+ - `.openclaw/workspace/skills/` — OpenClaw
98
98
 
99
99
  The discovered path is stored in `.nit/config`. When `nit sign --login <domain>` creates a new branch, it auto-creates a SKILL.md template and adds a pointer to the card. The committed card always contains fully resolved, self-contained skill data.
100
100
 
@@ -324,7 +324,7 @@ var FRAMEWORK_MARKERS = [
324
324
  { marker: ".cursor", skillsPath: ".cursor/skills" },
325
325
  { marker: ".codex", skillsPath: ".codex/skills" },
326
326
  { marker: ".windsurf", skillsPath: ".windsurf/skills" },
327
- { marker: ".openclaw", skillsPath: ".agents/skills" }
327
+ { marker: ".openclaw", skillsPath: ".openclaw/workspace/skills" }
328
328
  ];
329
329
  var GLOBAL_SKILLS_DIRS = [
330
330
  { marker: ".claude", skillsPath: ".claude/skills" },
package/dist/cli.js CHANGED
@@ -15,7 +15,7 @@ import {
15
15
  remoteSetUrl,
16
16
  sign,
17
17
  status
18
- } from "./chunk-BC7OEIFR.js";
18
+ } from "./chunk-CPNPQQOU.js";
19
19
 
20
20
  // src/update-check.ts
21
21
  import { homedir } from "os";
@@ -27,7 +27,7 @@ var FETCH_TIMEOUT_MS = 3e3;
27
27
  var REGISTRY_URL = "https://registry.npmjs.org/@newtype-ai/nit/latest";
28
28
  function getCurrentVersion() {
29
29
  try {
30
- return "0.4.2";
30
+ return "0.4.3";
31
31
  } catch {
32
32
  return "0.0.0";
33
33
  }
package/dist/index.js CHANGED
@@ -30,7 +30,7 @@ import {
30
30
  signChallenge,
31
31
  signMessage,
32
32
  status
33
- } from "./chunk-BC7OEIFR.js";
33
+ } from "./chunk-CPNPQQOU.js";
34
34
  export {
35
35
  NIT_NAMESPACE,
36
36
  base58Encode,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@newtype-ai/nit",
3
- "version": "0.4.2",
3
+ "version": "0.4.3",
4
4
  "description": "Version control for agent cards",
5
5
  "type": "module",
6
6
  "bin": {