skillwiki 0.10.3 → 0.10.4
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/{chunk-QH5MAV74.js → chunk-GEKJG4F7.js} +1 -1
- package/dist/cli.js +2 -2
- package/dist/{managed-write-preflight-DTNXZBLI.js → managed-write-preflight-DGIE2FE2.js} +1 -1
- package/package.json +1 -1
- package/skills/.claude-plugin/plugin.json +1 -1
- package/skills/.codex-plugin/plugin.json +1 -1
- package/skills/package.json +1 -1
|
@@ -202,7 +202,7 @@ async function runManagedWritePreflight(input, deps = DEFAULT_DEPS) {
|
|
|
202
202
|
}
|
|
203
203
|
const converge = await deps.converge({
|
|
204
204
|
vault: gitVault,
|
|
205
|
-
lockToken: input.lockToken,
|
|
205
|
+
lockToken: convergenceVault ? void 0 : input.lockToken,
|
|
206
206
|
env: input.env,
|
|
207
207
|
home: input.home
|
|
208
208
|
});
|
package/dist/cli.js
CHANGED
|
@@ -94,7 +94,7 @@ import {
|
|
|
94
94
|
releaseManagedWriteLock,
|
|
95
95
|
runManagedWritePreflight,
|
|
96
96
|
runManagedWriteTransaction
|
|
97
|
-
} from "./chunk-
|
|
97
|
+
} from "./chunk-GEKJG4F7.js";
|
|
98
98
|
import {
|
|
99
99
|
FLEET_REL_PATH,
|
|
100
100
|
git,
|
|
@@ -6749,7 +6749,7 @@ async function emitManagedVaultWrite(vault, command, mutate, opts) {
|
|
|
6749
6749
|
if (guard.blocked) {
|
|
6750
6750
|
return emit({ exitCode: guard.exitCode, result: guard.result }, void 0, { postCommit: false });
|
|
6751
6751
|
}
|
|
6752
|
-
const { runManagedWriteTransaction: runManagedWriteTransaction2 } = await import("./managed-write-preflight-
|
|
6752
|
+
const { runManagedWriteTransaction: runManagedWriteTransaction2 } = await import("./managed-write-preflight-DGIE2FE2.js");
|
|
6753
6753
|
const run = await runManagedWriteTransaction2({
|
|
6754
6754
|
vault,
|
|
6755
6755
|
command,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "skillwiki",
|
|
3
|
-
"version": "0.10.
|
|
3
|
+
"version": "0.10.4",
|
|
4
4
|
"skills": "./",
|
|
5
5
|
"description": "Project-aware Karpathy-style knowledge base for Claude Code: 19 prompt-only skills (wiki-*, proj-*, using-skillwiki) backed by the deterministic `skillwiki` CLI.",
|
|
6
6
|
"author": {
|