thinkpool-pair 0.7.412 → 0.7.413
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/package.json
CHANGED
package/publish-manifest.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"format": 1,
|
|
3
3
|
"package": "thinkpool-pair",
|
|
4
|
-
"version": "0.7.
|
|
4
|
+
"version": "0.7.413",
|
|
5
5
|
"kind": "minified",
|
|
6
6
|
"minifiedModules": 136,
|
|
7
7
|
"sourceModuleBytes": 1830714,
|
|
8
8
|
"artifactModuleBytes": 836688,
|
|
9
9
|
"files": {
|
|
10
|
-
"package.json": "
|
|
10
|
+
"package.json": "5e46a3049f556907869cb812c4d2de21f3dbad69c633f4f1d37ca41a6e9af35d",
|
|
11
11
|
"LICENSE": "8a030197ca1cad9669909ca14c9ad15cf48d9fe551da526ccaf1fca993eddb23",
|
|
12
12
|
"bridge.mjs": "0b765d303506c195ec3a999f250548f93f0220daf90cdb299bbf2cf5c0f43b14",
|
|
13
13
|
"bridge-service.sh": "b64f27c473ca8f3a49190fd08c23947ab14ca9958d70b6fa53c7bddc2be91403",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"question-response.mjs": "35a7ba53d3eb117717c18004d2a8441f8f37665b231a3c44f4bd9321ff59dd57",
|
|
33
33
|
"thinkpool-room-prompt.mjs": "b8cc82ccf4262f6431c2047bbff31ac29c47a0d6c68a64640a2c24d94df4a746",
|
|
34
34
|
"thinkpool-prompt-contracts.mjs": "051602d7d2fe9b34df92957bd3922c5eeebedbcc60c892adf415243887d8c62f",
|
|
35
|
-
"thinkpool-capabilities.json": "
|
|
35
|
+
"thinkpool-capabilities.json": "372365d50ecbb7c369ecb3c951513ed7f3a2424339a27ef0252c99b9fd6055d0",
|
|
36
36
|
"codex-app-server.mjs": "d50e30ba6cb2a383c90d89186bc7a13f4caf900c977dd501572468986009470e",
|
|
37
37
|
"codex-images.mjs": "31605d6d8b3dd6b73395da63d1b0c513445c95ffa2f4306ee466f201d633ffc0",
|
|
38
38
|
"codex-mcp-http.mjs": "7472543648a9bb575ce20dc3e3270c2da84174c6ea6e9faf87dfaafb95b6212a",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schemaVersion": 1,
|
|
3
|
-
"bundleVersion":
|
|
3
|
+
"bundleVersion": 39,
|
|
4
4
|
"contracts": [
|
|
5
5
|
{
|
|
6
6
|
"id": "room-coordination",
|
|
@@ -107,13 +107,13 @@
|
|
|
107
107
|
},
|
|
108
108
|
{
|
|
109
109
|
"id": "room-question",
|
|
110
|
-
"version":
|
|
110
|
+
"version": 5,
|
|
111
111
|
"routes": [
|
|
112
112
|
{
|
|
113
113
|
"id": "room-question",
|
|
114
114
|
"tools": ["request_user_input"],
|
|
115
115
|
"trigger": "\\b(request_user_input)\\b",
|
|
116
|
-
"prompt": "When a missing choice genuinely blocks useful progress, use request_user_input so the question is answerable in the room; otherwise make a safe in-scope assumption and continue. guided-setup: For unavoidable human setup, give one action and its success signal, show at most five remaining phases, and verify before continuing."
|
|
116
|
+
"prompt": "When a missing choice genuinely blocks useful progress, use request_user_input so the question is answerable in the room; otherwise make a safe in-scope assumption and continue. Question recommendations are optional: prefix an option description with the exact marker [recommended] only when you truly recommend it; omit the marker when the options are equally plausible. Some runtimes require a recommendation-looking label, but the room ignores that transport suffix without the semantic marker. guided-setup: For unavoidable human setup, give one action and its success signal, show at most five remaining phases, and verify before continuing."
|
|
117
117
|
}
|
|
118
118
|
],
|
|
119
119
|
"resultContract": "A resolved room question returns the selected answers plus the durable responder identity {id, name}; the id must match the pair-control row's resolved_by authority.",
|