@sublang/playbook 0.8.0 → 0.9.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.
@@ -1,38 +0,0 @@
1
- # SPDX-License-Identifier: Apache-2.0
2
- # SPDX-FileCopyrightText: 2026 SubLang International <https://sublang.ai>
3
-
4
- # Production tmux-play config for the published CODE playbook package.
5
- # This intentionally imports the Playbook Captain shell through the
6
- # package export, not a local repo path. The runtime still expects the
7
- # host app to provide the @sublang/cligent peer dependency.
8
-
9
- notifications:
10
- player_finished: bell
11
- turn_finished: desktop
12
-
13
- captain:
14
- from: "@sublang/playbook/playbook-captain"
15
- adapter: claude
16
- model: claude-opus-4-8
17
- reasoningEffort: high
18
- permissions:
19
- mode: auto
20
- options:
21
- code:
22
- committer: coder
23
-
24
- players:
25
- - id: coder
26
- adapter: claude
27
- model: claude-opus-4-8[1m]
28
- reasoningEffort: xhigh
29
- permissions:
30
- mode: auto
31
- - id: reviewer
32
- adapter: codex
33
- model: gpt-5.5
34
- reasoningEffort: xhigh
35
- permissions:
36
- mode: auto
37
- writablePaths:
38
- - .git