@lythos/skill-deck 0.9.42 → 0.9.44

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.
Files changed (2) hide show
  1. package/README.md +14 -14
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -9,7 +9,7 @@
9
9
  This package exposes a **CLI**. Invoke via:
10
10
 
11
11
  ```bash
12
- bunx @lythos/skill-deck@0.9.42 <command> [options]
12
+ bunx @lythos/skill-deck@0.9.44 <command> [options]
13
13
  ```
14
14
 
15
15
  No installation required. `bunx` auto-downloads the package.
@@ -55,17 +55,17 @@ prompt = "Search for latest info, then generate professional document with diagr
55
55
 
56
56
  | Situation | Command |
57
57
  |-----------|---------|
58
- | Sync working set with `skill-deck.toml` | `bunx @lythos/skill-deck@0.9.42 link` |
59
- | Validate `skill-deck.toml` before committing | `bunx @lythos/skill-deck@0.9.42 validate` |
60
- | Download a skill to cold pool and add to deck | `bunx @lythos/skill-deck@0.9.42 add owner/repo` |
61
- | Pull latest versions of declared skills | `bunx @lythos/skill-deck@0.9.42 refresh` |
62
- | Refresh a single skill by alias | `bunx @lythos/skill-deck@0.9.42 refresh tdd` |
63
- | Remove a skill from deck and working set | `bunx @lythos/skill-deck@0.9.42 remove tdd` |
64
- | GC unreferenced repos from cold pool | `bunx @lythos/skill-deck@0.9.42 prune` |
65
- | Switch skill from snapshot to sync mode | `bunx @lythos/skill-deck@0.9.42 sync tdd` |
66
- | Switch skill from sync to snapshot mode | `bunx @lythos/skill-deck@0.9.42 freeze tdd` |
67
- | Check cold pool for drift vs lock file | `bunx @lythos/skill-deck@0.9.42 reconcile` |
68
- | Use a custom deck file or working dir | `bunx @lythos/skill-deck@0.9.42 link --deck ./my-deck.toml --workdir /path/to/project` |
58
+ | Sync working set with `skill-deck.toml` | `bunx @lythos/skill-deck@0.9.44 link` |
59
+ | Validate `skill-deck.toml` before committing | `bunx @lythos/skill-deck@0.9.44 validate` |
60
+ | Download a skill to cold pool and add to deck | `bunx @lythos/skill-deck@0.9.44 add owner/repo` |
61
+ | Pull latest versions of declared skills | `bunx @lythos/skill-deck@0.9.44 refresh` |
62
+ | Refresh a single skill by alias | `bunx @lythos/skill-deck@0.9.44 refresh tdd` |
63
+ | Remove a skill from deck and working set | `bunx @lythos/skill-deck@0.9.44 remove tdd` |
64
+ | GC unreferenced repos from cold pool | `bunx @lythos/skill-deck@0.9.44 prune` |
65
+ | Switch skill from snapshot to sync mode | `bunx @lythos/skill-deck@0.9.44 sync tdd` |
66
+ | Switch skill from sync to snapshot mode | `bunx @lythos/skill-deck@0.9.44 freeze tdd` |
67
+ | Check cold pool for drift vs lock file | `bunx @lythos/skill-deck@0.9.44 reconcile` |
68
+ | Use a custom deck file or working dir | `bunx @lythos/skill-deck@0.9.44 link --deck ./my-deck.toml --workdir /path/to/project` |
69
69
 
70
70
  ### Commands
71
71
 
@@ -128,7 +128,7 @@ path = "github.com/lythos-labs/lythoskill/skills/lythoskill-deck"
128
128
  EOF
129
129
 
130
130
  # 2. Link — creates symlinks in .claude/skills/
131
- bunx @lythos/skill-deck@0.9.42 link
131
+ bunx @lythos/skill-deck@0.9.44 link
132
132
  ```
133
133
 
134
134
  ### Key Concepts
@@ -214,7 +214,7 @@ Caution: deck's deny-by-default will remove any skills not declared in your deck
214
214
 
215
215
  | Symptom | Cause | Fix |
216
216
  |---------|-------|-----|
217
- | `❌ Skill not found: <name>` | Skill declared in deck but not in cold pool | `bunx @lythos/skill-deck@0.9.42 add github.com/owner/repo/skill` or clone manually into cold pool |
217
+ | `❌ Skill not found: <name>` | Skill declared in deck but not in cold pool | `bunx @lythos/skill-deck@0.9.44 add github.com/owner/repo/skill` or clone manually into cold pool |
218
218
  | `link` skips entries with warnings | Real files/directories exist in working set (not symlinks) | Delete the real directories in `working_set` and re-run `link`. Never create directories manually there |
219
219
  | `refresh` reports "Not a git repository" | Skill was copied (not cloned) into cold pool | Re-clone with `git clone` or use `deck add` which clones by default |
220
220
  | `deck update` prints deprecation warning | `update` was renamed to `refresh` in v0.8+ | Use `deck refresh` instead |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lythos/skill-deck",
3
- "version": "0.9.42",
3
+ "version": "0.9.44",
4
4
  "description": "Declarative skill deck governance — cold pool, working set, deny-by-default",
5
5
  "keywords": [
6
6
  "ai-agent",