@sentropic/h2a-runtime 0.85.8 → 0.85.9
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/skills-sync.d.ts +1 -1
- package/dist/skills-sync.js +1 -1
- package/package.json +1 -1
package/dist/skills-sync.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* `remote plugin sync-skills` — propagate the LOCAL user's Claude Code skills
|
|
3
3
|
* and plugin state into each live session Pod's `$HOME/.claude/`, so delegated /
|
|
4
|
-
* remote claude sessions get the same capabilities (
|
|
4
|
+
* remote claude sessions get the same capabilities (harness, track, h2a,
|
|
5
5
|
* graphify, sent-tech-design, …) the operator has locally.
|
|
6
6
|
*
|
|
7
7
|
* APPROACH — "copy the resolved cache" (the chosen DEFAULT). We tar a short,
|
package/dist/skills-sync.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* `remote plugin sync-skills` — propagate the LOCAL user's Claude Code skills
|
|
3
3
|
* and plugin state into each live session Pod's `$HOME/.claude/`, so delegated /
|
|
4
|
-
* remote claude sessions get the same capabilities (
|
|
4
|
+
* remote claude sessions get the same capabilities (harness, track, h2a,
|
|
5
5
|
* graphify, sent-tech-design, …) the operator has locally.
|
|
6
6
|
*
|
|
7
7
|
* APPROACH — "copy the resolved cache" (the chosen DEFAULT). We tar a short,
|