skillwiki 0.8.1-beta.12 → 0.8.1-beta.13

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "skillwiki",
3
- "version": "0.8.1-beta.12",
3
+ "version": "0.8.1-beta.13",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "skillwiki": "dist/cli.js"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "skillwiki",
3
- "version": "0.8.1-beta.12",
3
+ "version": "0.8.1-beta.13",
4
4
  "skills": "./",
5
5
  "description": "Project-aware Karpathy-style knowledge base for Claude Code: 18 prompt-only skills (wiki-*, proj-*, using-skillwiki) backed by the deterministic `skillwiki` CLI.",
6
6
  "author": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "skillwiki",
3
- "version": "0.8.1-beta.12",
3
+ "version": "0.8.1-beta.13",
4
4
  "description": "Project-aware Karpathy-style knowledge base for Codex with 18 prompt-only skills backed by the deterministic skillwiki CLI.",
5
5
  "author": {
6
6
  "name": "karlorz",
package/skills/README.md CHANGED
@@ -16,3 +16,7 @@ copies this package's `.codex-plugin/` manifest, `skills/` mirror, and
16
16
  Codex-specific hook files. That root exposes `hooks/hooks-codex.json` and
17
17
  `hooks/session-start-codex` without exposing the Claude default
18
18
  `hooks/hooks.json`.
19
+
20
+ Run `npm run materialize:plugins` from the repository root after changing
21
+ canonical skill, agent, or hook assets. Run
22
+ `npm run materialize:plugins:check` for read-only drift detection.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skillwiki/skills",
3
- "version": "0.8.1-beta.12",
3
+ "version": "0.8.1-beta.13",
4
4
  "private": true,
5
5
  "files": [
6
6
  "wiki-*",