skillwiki 0.10.40 → 0.10.41
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.
|
@@ -294,7 +294,7 @@ remote_prune_tombstoned_paths() {
|
|
|
294
294
|
return 0
|
|
295
295
|
fi
|
|
296
296
|
if [ "$planned_count" -gt "$max_remote_deletes" ]; then
|
|
297
|
-
log "
|
|
297
|
+
log "WARN tombstone prune cap exceeded: $planned_count > $max_remote_deletes (skipped $planned_count paths)"
|
|
298
298
|
sed 's/^/tombstone prune skipped: /' "$plan_file" >> "$LOG_FILE"
|
|
299
299
|
rm -rf "$tmp_dir"
|
|
300
300
|
return 1
|
|
@@ -459,7 +459,7 @@ if [ "$RC" -eq 0 ]; then
|
|
|
459
459
|
log "FAIL remote prune failed after rclone copy"
|
|
460
460
|
fi
|
|
461
461
|
if ! remote_prune_tombstoned_paths; then
|
|
462
|
-
log "
|
|
462
|
+
log "WARN tombstone prune skipped (cap exceeded or deletefile failed)"
|
|
463
463
|
fi
|
|
464
464
|
# P1: a successful push proves markers are gone. conflict_marker_guard
|
|
465
465
|
# already cleared the dedup state on the scan-success path. The pause
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "skillwiki",
|
|
3
|
-
"version": "0.10.
|
|
3
|
+
"version": "0.10.41",
|
|
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": {
|