@dmsdc-ai/aigentry-deliberation 0.0.35 → 0.0.36
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 +6 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -207,6 +207,12 @@ cp skills/deliberation-gate/SKILL.md ~/.claude/skills/deliberation-gate/SKILL.md
|
|
|
207
207
|
|
|
208
208
|
## What's New
|
|
209
209
|
|
|
210
|
+
### v0.0.36
|
|
211
|
+
- **README refresh**: clarified the mandatory TUI speaker-selection flow and the confirmed-token handoff before `deliberation_start`
|
|
212
|
+
- **Telepty candidate docs**: documented active telepty session discovery with lightweight `session_id` + `host/pid` locators instead of heavy persisted process snapshots
|
|
213
|
+
- **Cross-project delivery docs**: clarified that active session lookup now resolves across project state directories, which unblocks cross-project `deliberation_respond` flows
|
|
214
|
+
- **Operator guidance**: documented telepty bus transport as the automation path and unmanaged/manual sessions as the fallback path
|
|
215
|
+
|
|
210
216
|
### v0.0.35
|
|
211
217
|
- **Manual selection enforcement**: `deliberation_confirm_speakers` binds a fresh candidate snapshot to the exact user-picked speaker set before `deliberation_start`
|
|
212
218
|
- **Telepty session candidates**: active telepty sessions appear in speaker discovery with lightweight host/pid locators
|
package/package.json
CHANGED