hubskillz 0.2.0 → 0.2.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 +4 -4
- package/dist/index.js +2 -2
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
# hubskillz
|
|
2
2
|
|
|
3
3
|
[](https://www.npmjs.com/package/hubskillz)
|
|
4
|
-
[](https://github.com/JejeDurden2/hubskillz/actions/workflows/ci.yml)
|
|
5
|
-
[](https://github.com/JejeDurden2/hubskillz/blob/main/LICENSE)
|
|
4
|
+
[](https://github.com/JejeDurden2/hubskillz-cli/actions/workflows/ci.yml)
|
|
5
|
+
[](https://github.com/JejeDurden2/hubskillz-cli/blob/main/LICENSE)
|
|
6
6
|
|
|
7
7
|
Keep the Claude Code skills on your machine in sync with your organization's approved directory.
|
|
8
8
|
|
|
@@ -111,6 +111,6 @@ The server URL resolves in this order: `--base-url` flag, `HUBSKILLZ_BASE_URL`,
|
|
|
111
111
|
## Links
|
|
112
112
|
|
|
113
113
|
- Docs: https://hubskillz.com/docs/cli
|
|
114
|
-
- Changelog: https://github.com/JejeDurden2/hubskillz/blob/main/CHANGELOG.md
|
|
115
|
-
- Issues: https://github.com/JejeDurden2/hubskillz/issues
|
|
114
|
+
- Changelog: https://github.com/JejeDurden2/hubskillz-cli/blob/main/CHANGELOG.md
|
|
115
|
+
- Issues: https://github.com/JejeDurden2/hubskillz-cli/issues
|
|
116
116
|
- License: MIT
|
package/dist/index.js
CHANGED
|
@@ -15978,7 +15978,7 @@ function flagLines(flags) {
|
|
|
15978
15978
|
}
|
|
15979
15979
|
function usage() {
|
|
15980
15980
|
const width = Math.max(...COMMANDS.map((command) => command.name.length));
|
|
15981
|
-
return `${bold("hubskillz")} ${dim(`v${"0.2.
|
|
15981
|
+
return `${bold("hubskillz")} ${dim(`v${"0.2.1"}`)} keep your agent skills in sync
|
|
15982
15982
|
|
|
15983
15983
|
${bold("Usage")}
|
|
15984
15984
|
hubskillz <command> [flags]
|
|
@@ -16057,7 +16057,7 @@ Run \`hubskillz help\` for usage.`)
|
|
|
16057
16057
|
);
|
|
16058
16058
|
}
|
|
16059
16059
|
if (values.version === true) {
|
|
16060
|
-
process.stdout.write(`${"0.2.
|
|
16060
|
+
process.stdout.write(`${"0.2.1"}
|
|
16061
16061
|
`);
|
|
16062
16062
|
return Result.ok(void 0);
|
|
16063
16063
|
}
|
package/package.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "hubskillz",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.1",
|
|
4
4
|
"description": "Keep your Claude Code skills in sync with your organization's approved catalog.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Jérôme Desmares",
|
|
7
7
|
"homepage": "https://hubskillz.com/docs/cli",
|
|
8
8
|
"repository": {
|
|
9
9
|
"type": "git",
|
|
10
|
-
"url": "https://github.com/JejeDurden2/hubskillz",
|
|
10
|
+
"url": "https://github.com/JejeDurden2/hubskillz-cli",
|
|
11
11
|
"directory": "packages/cli"
|
|
12
12
|
},
|
|
13
13
|
"bugs": {
|
|
14
|
-
"url": "https://github.com/JejeDurden2/hubskillz/issues"
|
|
14
|
+
"url": "https://github.com/JejeDurden2/hubskillz-cli/issues"
|
|
15
15
|
},
|
|
16
16
|
"keywords": [
|
|
17
17
|
"claude-code",
|