@lythos/cold-pool 0.14.6 → 0.15.0

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 +11 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Cold pool service layer for the lythoskill ecosystem.
4
4
 
5
- > Status: 0.9.32 — public API. Reconciliation (reconcile plan) is functional; execute convergence WIP.
5
+ > Status: stable — public API
6
6
 
7
7
  ## What this is
8
8
 
@@ -11,6 +11,16 @@ skill repositories at `~/.agents/skill-repos/` (configurable). This package
11
11
  is the **only** layer in the ecosystem that holds git side-effects.
12
12
  deck / curator / arena consume it instead of running `git clone` themselves.
13
13
 
14
+ ## CLI Commands
15
+
16
+ ```bash
17
+ # Scan cold pool for unreferenced repos
18
+ bunx @lythos/cold-pool@0.15.0 prune [--yes] [--dry-run]
19
+
20
+ # Validate lock file against cold pool
21
+ bunx @lythos/cold-pool@0.15.0 validate [--lock ./skill-deck.lock]
22
+ ```
23
+
14
24
  ## Architecture
15
25
 
16
26
  Three layers, sharing the project's `intent → plan → execute` pattern
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lythos/cold-pool",
3
- "version": "0.14.6",
3
+ "version": "0.15.0",
4
4
  "description": "Cold pool service layer — dedicated resource holder for skill repositories with intent/plan/execute primitives. Single owner of git side-effects; consumed by deck/curator/arena.",
5
5
  "keywords": [
6
6
  "ai-agent",
@@ -42,7 +42,7 @@
42
42
  },
43
43
  "homepage": "https://github.com/lythos-labs/lythoskill/tree/main/packages/lythoskill-cold-pool#readme",
44
44
  "dependencies": {
45
- "@lythos/infra": "^0.14.6",
45
+ "@lythos/infra": "^0.15.0",
46
46
  "simple-git": "^3.36.0"
47
47
  },
48
48
  "engines": {