@sublang/playbook 0.1.2 → 0.1.3
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/README.md +4 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -175,7 +175,10 @@ package.
|
|
|
175
175
|
- Node.js ≥ 20.6.0 (the `playbook-code` shim uses
|
|
176
176
|
`import.meta.resolve`, unflagged since this release)
|
|
177
177
|
- pnpm 9 (for the reference package)
|
|
178
|
-
- A configured `tmux-play` host (for live Boss turns)
|
|
178
|
+
- A configured `tmux-play` host (for live Boss turns) — requires
|
|
179
|
+
`tmux` and [`glow`](https://github.com/charmbracelet/glow#installation)
|
|
180
|
+
on `PATH`; cligent 0.4+ uses `glow` to render Markdown pane
|
|
181
|
+
output and fails fast without it
|
|
179
182
|
|
|
180
183
|
## Contributing
|
|
181
184
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sublang/playbook",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.3",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Reference CODE playbook — XState v5 FSM, host-agnostic runtime, and tmux-play adapter for a coder/reviewer/committer loop driven by GEARS spec items.",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"dependencies": {
|
|
67
67
|
"@anthropic-ai/claude-agent-sdk": "^0.3.143",
|
|
68
68
|
"@openai/codex-sdk": "^0.130.0",
|
|
69
|
-
"@sublang/cligent": "^0.
|
|
69
|
+
"@sublang/cligent": "^0.4.0",
|
|
70
70
|
"xstate": "^5.19.4"
|
|
71
71
|
},
|
|
72
72
|
"devDependencies": {
|