thinkpool-pair 0.7.382 → 0.7.383
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.383",
|
|
5
5
|
"kind": "minified",
|
|
6
6
|
"minifiedModules": 118,
|
|
7
|
-
"sourceModuleBytes":
|
|
8
|
-
"artifactModuleBytes":
|
|
7
|
+
"sourceModuleBytes": 1712778,
|
|
8
|
+
"artifactModuleBytes": 769244,
|
|
9
9
|
"files": {
|
|
10
|
-
"package.json": "
|
|
10
|
+
"package.json": "61410b3ba94243ae3e6cc7a48a41e89aa9183329632748b9fd572156426baf61",
|
|
11
11
|
"LICENSE": "8a030197ca1cad9669909ca14c9ad15cf48d9fe551da526ccaf1fca993eddb23",
|
|
12
12
|
"bridge.mjs": "2aa3a3aa0d9d9ea34a99672af48cb3c8eebd4e401666f41f5ff17b7521386e93",
|
|
13
13
|
"bridge-service.sh": "b64f27c473ca8f3a49190fd08c23947ab14ca9958d70b6fa53c7bddc2be91403",
|
|
@@ -29,9 +29,9 @@
|
|
|
29
29
|
"claude-command-catalog.mjs": "36bd4342b2ae94b43a0072533ef2d1648c7473003964bbad433fdb1a8b2bfec1",
|
|
30
30
|
"codex-session.mjs": "89d0631a0f9a8ef0a8bb64e635966931375cdb099181a27bfe0d60f05affb045",
|
|
31
31
|
"question-response.mjs": "35a7ba53d3eb117717c18004d2a8441f8f37665b231a3c44f4bd9321ff59dd57",
|
|
32
|
-
"thinkpool-room-prompt.mjs": "
|
|
32
|
+
"thinkpool-room-prompt.mjs": "65f14ec60245d2abcd5ebc7048c321026ab33fc5afc7711b47aae18628c67cba",
|
|
33
33
|
"thinkpool-prompt-contracts.mjs": "051602d7d2fe9b34df92957bd3922c5eeebedbcc60c892adf415243887d8c62f",
|
|
34
|
-
"thinkpool-capabilities.json": "
|
|
34
|
+
"thinkpool-capabilities.json": "3e834eb59f4c8ea62c421d922b1abc224f54f56c57af8b7c2b6449d0307e9f3f",
|
|
35
35
|
"codex-app-server.mjs": "06778825aa3c51595d57cce733235cb07874986351b6fea7adac70ca33f32b11",
|
|
36
36
|
"codex-images.mjs": "31605d6d8b3dd6b73395da63d1b0c513445c95ffa2f4306ee466f201d633ffc0",
|
|
37
37
|
"codex-mcp-http.mjs": "7472543648a9bb575ce20dc3e3270c2da84174c6ea6e9faf87dfaafb95b6212a",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schemaVersion": 1,
|
|
3
|
-
"bundleVersion":
|
|
3
|
+
"bundleVersion": 29,
|
|
4
4
|
"contracts": [
|
|
5
5
|
{
|
|
6
6
|
"id": "room-coordination",
|
|
@@ -201,6 +201,18 @@
|
|
|
201
201
|
{"path": "bridge/bridge.mjs", "pattern": "appendCurrentPersonRequest"}
|
|
202
202
|
]
|
|
203
203
|
},
|
|
204
|
+
{
|
|
205
|
+
"id": "brand-writing",
|
|
206
|
+
"version": 1,
|
|
207
|
+
"globalPrompt": "WRITING STYLE: Avoid em dashes in your own prose. Rewrite with commas, full stops, colons, or parentheses. Preserve an em dash only when reproducing an exact quotation, code, or data.",
|
|
208
|
+
"impact": [
|
|
209
|
+
{"path": "bridge/thinkpool-room-prompt.mjs", "diffPattern": "WRITING_STYLE|brand-writing"},
|
|
210
|
+
{"path": "docs/02-brand-voice.md", "diffPattern": "em dash|agent"}
|
|
211
|
+
],
|
|
212
|
+
"evidence": [
|
|
213
|
+
{"path": "bridge/thinkpool-room-prompt.mjs", "pattern": "THINKPOOL_WRITING_STYLE_RULE"}
|
|
214
|
+
]
|
|
215
|
+
},
|
|
204
216
|
{
|
|
205
217
|
"id": "design-workspace",
|
|
206
218
|
"version": 9,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{THINKPOOL_CAPABILITY_ROUTES as e,THINKPOOL_PROMPT_BUNDLE as t,thinkPoolCapabilityContract as o}from"./thinkpool-prompt-contracts.mjs";import{buildContextManifest as r,formatRoomContextProjection as a}from"./context-contract.mjs";export{e as THINKPOOL_CAPABILITY_ROUTES,t as THINKPOOL_PROMPT_BUNDLE};export const THINKPOOL_ROUTED_TOOLS=Object.freeze([...new Set(e.flatMap(e=>e.tools))]);export function renderThinkPoolCapabilityRoutes(t=e){return t.map(e=>`${e.id}: ${e.rule}`).join(" ")}export const THINKPOOL_RUNTIME_AUTHORITY_RULE=o("runtime-authority").globalPrompt;export const THINKPOOL_TURN_SCOPE_RULE=o("turn-scope-authority").globalPrompt;export const THINKPOOL_CASCADE_RULE=o("work-routing").expandedPrompt;export const THINKPOOL_CODEX_ULTRA_RULE=o("work-routing").codexUltraPrompt;export const THINKPOOL_AGENT_CONTRACT=[THINKPOOL_TURN_SCOPE_RULE,"thinkpool-FIRST OPERATING CONTRACT (authoritative): thinkpool room capabilities are your normal operating surface, not optional enrichment. Before acting on every request, infer which exposed thinkpool capabilities materially improve room visibility, coordination, delivery, or verification and use them without waiting for the people to know a tool name, magic word, or workflow.",THINKPOOL_RUNTIME_AUTHORITY_RULE,`DEFAULT ROUTING: ${renderThinkPoolCapabilityRoutes()}`,THINKPOOL_CASCADE_RULE,"DEFAULT DOES NOT MEAN GRATUITOUS: use only capabilities exposed to your current role and only when relevant. Honor explicit steering such as single-lane, do not contact another room, or do not use a named thinkpool feature. Metered and side-effecting capabilities still obey their stated offer, approval, and consent contracts."].join(" ");export const THINKPOOL_DESIGN_INTERACTION_RULE=o("design-workspace").interactionPrompt;export const THINKPOOL_DESIGN_DELIVERY_RULE=`thinkpool DESIGN (mandatory for authored HTML): save the editable HTML source in the workspace, then use the $TP_MOCKUP_OUTBOX render helper so the room receives a source-backed thinkpool Design card with both desktop (1440×900) and mobile (390×844) previews. The interactive Design card/popup is the visible result: the renders remain required verification inputs, but when that card is displayed do not also surface duplicate inline PNGs. Surface desktop/mobile PNGs only when no interactive source-backed Design artifact is available. ${THINKPOOL_DESIGN_INTERACTION_RULE} When the requested Design surface is an existing product page or route, first build and capture the actual route at both viewports, then read its current source, styles, copy, fonts, and assets. Derive the editable Design artifact from that evidence and compare both artifact captures against the real route before delivery. Preserve the real page faithfully except for explicitly proposed edits—never hand-recreate it from memory, simplify it, replace it with generic mockup content, or label an approximation as the product. If a faithful editable artifact cannot be produced, surface the actual route captures and say that Design editing is unavailable for that surface. Never paste raw HTML into chat, send an .html file as the room deliverable, or substitute a bare URL or single screenshot for this card. A shareable browser URL may accompany the card, but never replaces it.`;export const THINKPOOL_REMOTE_ARTIFACT_ACCESS_RULE="REMOTE ARTIFACT ACCESS (authoritative): thinkpool room members may be reviewing from a phone and have only their existing thinkpool session. Never use HyperFrames or another external account-, install-, claim-token-, or login-gated surface for a mockup, preview, animation, or visual deliverable unless a person explicitly requests that exact surface. Prefer the source-backed thinkpool Design card, accompanied when required by an authentication-free browser URL such as GitHub Pages. An HTTP 200 response is not proof of accessibility: verify in a fresh signed-out mobile browser that the artifact itself renders and that its intended interaction or motion works without another login. If a candidate delivery route asks for authentication or a claim, abandon that route and use thinkpool-native evidence instead.";export const THINKPOOL_REMOTE_DELIVERY_RULES=Object.freeze(['REMOTE USER (authoritative default for thinkpool Code rooms): unless a person explicitly says they are at the host machine, assume everyone driving this room is remote — possibly on a phone — with no terminal and no access to the host filesystem. Never ask them to run a local command, open a local file, or "go check" something on the machine. Anything host-side, you run yourself and show the result in the room. Only suggest actions they can actually do from the room UI or a browser.',"LINKS & ARTIFACTS: a local filesystem path, file:// URL, localhost/127.0.0.1 address, or host-only preview is useless to a remote room. Every link you surface must be reachable by the people in the room.",THINKPOOL_REMOTE_ARTIFACT_ACCESS_RULE,"Whenever you produce HTML or shareable markup — a demo, mockup, preview, report, or page — publish it to a browser-renderable GitHub-shareable URL, normally GitHub Pages (or an equivalent URL that actually renders; raw.githubusercontent.com serves HTML as plain text). Give the room that shareable URL in addition to the thinkpool Design card, never instead of it and never only as a local path. If you cannot publish it, say so instead of falling back to a host-only path.","SHOW VISUAL WORK: whenever you build, change, or fix anything visual, show the result in the room. A source-backed thinkpool Design card/popup is already the interactive visible result, so do not additionally surface duplicate PNGs. When no interactive Design artifact is available, capture and surface desktop/mobile PNG evidence inline.","BRIDGE PREVIEWS: for a built web UI, use preview_start (default root: dist), then preview_capture for exact desktop 1440x900 and mobile 390x844 PNGs, and preview_inspect when DOM text or selector geometry helps. Run the project build first and stop the preview server with preview_stop when done. Captures are verification evidence by default; set card=true only for an intentional user-facing mockup or Design deliverable, never merely because a turn changed visual code.",THINKPOOL_DESIGN_DELIVERY_RULE,"VERIFY BEFORE CLAIMING: run or serve what you changed, observe it, and show the evidence in the room — the PNG, passing test output, or real response. If something could not be verified, say exactly what remains unverified."]);export const THINKPOOL_RUNTIME_TURN_REMINDER=[THINKPOOL_AGENT_CONTRACT,"REMOTE DELIVERY: assume the people are remote unless they explicitly say otherwise. Run host-side work yourself; never hand them a local path, file:// or localhost URL, or ask them to use the host terminal. Surface reachable links and inline evidence in the room.",THINKPOOL_REMOTE_ARTIFACT_ACCESS_RULE,"VISUAL DELIVERY: build first and verify exact desktop and mobile renders. If a source-backed thinkpool Design card/popup is displayed, do not separately surface its PNGs; if no interactive Design artifact is available, surface the desktop/mobile PNG evidence inline. Stop bridge previews when finished.",THINKPOOL_DESIGN_INTERACTION_RULE,"VERIFY BEFORE CLAIMING: run or serve what changed and show the real response, passing output, or rendered evidence; state exactly what remains unverified."].join(" ");export const THINKPOOL_RUNTIME_SALIENCE_REMINDER=[THINKPOOL_TURN_SCOPE_RULE,"thinkpool: use relevant room tools within role and consent limits; run host work for remote people and return reachable, verified results.","Visual artifacts stay thinkpool-native or authentication-free unless explicitly requested otherwise."].join(" ");const n=Object.freeze(Object.fromEntries(e.map(e=>[e.id,new RegExp(e.trigger,"i")]))),i=o("design-workspace").turnReminder;export function usesFullThinkPoolReminder({promptIndex:e=0,forceFull:t=!1}={}){const o=Math.max(0,Number.isFinite(Number(e))?Math.trunc(Number(e)):0);return!!t||0===o}export function buildThinkPoolTurnGuidance({text:t="",promptIndex:o=0,forceFull:r=!1}={}){if(usesFullThinkPoolReminder({promptIndex:o,forceFull:r}))return THINKPOOL_RUNTIME_TURN_REMINDER;const a=String(t||""),s=e.filter(e=>n[e.id]?.test(a)).map(e=>`${e.id}: ${e.rule}`);return n["work-routing"].test(a)&&s.push(THINKPOOL_CASCADE_RULE),n["visual-proof"].test(a)&&s.push(i),[THINKPOOL_RUNTIME_SALIENCE_REMINDER,...s].join(" ")}export function roomContextFingerprint(e){return String(e||"").replace(/ · (?:\d+[smhd] ago|no activity)(?=\s+—)/g," · age").trim()}export function createRoomContextSelector(e){let t=null;return({force:o=!1}={})=>{let r=null;try{r="function"==typeof e?e():e}catch{r=null}const n=a(r);if(!n)return"";const i=roomContextFingerprint(n),s=i!==t;return t=i,o||s?n:""}}export function buildThinkPoolContextManifest({currentUserTurn:e="",roomNow:o="",flowSliceDigest:n=null,approvedHumanResponse:i=null}={}){const s=a(o);return r({promptBundle:t,sources:[{kind:"current_user_turn",value:e},{kind:"room_now_delta",value:s},...n?[{kind:"flow_slice_digest",value:n,ref:{type:"flow_digest",id:"local"}}]:[],...i?[{kind:"approved_human_response",value:i,ref:{type:"control_item",id:"approved"}}]:[]]})}export function buildTerminalRolePrompt({spawnedBy:e=null,spawnDepth:t=0,cascadeRole:o=null,flowRole:r=null,sideParent:a=null}={}){const n=Math.max(0,Number.isFinite(Number(t))?Math.trunc(Number(t)):0),i=String(a||e||"").slice(0,8);return"conductor"===r?"TERMINAL ROLE (authoritative): You are a system-managed thinkpool FLOW CONDUCTOR. You are not a human-opened top-level terminal and not a worker sub-terminal. Your role is decomposition and Flow coordination only; the Flow runtime dispatches its managed lanes. Do not use ordinary spawn_terminal delegation or claim to be an independent room terminal. Follow the stricter Flow conductor role prompt below.":"builder"===r||"reviewer"===r?`TERMINAL ROLE (authoritative): You are a system-managed thinkpool FLOW ${r.toUpperCase()} LANE. You are a leaf worker/reviewer, not a top-level terminal and not a conductor. Complete only the assigned Flow slice, do not spawn terminals, and finish through the Flow completion contract in your role prompt.`:a?`TERMINAL ROLE (authoritative): You are a SIDE SUB-TERMINAL attached to main terminal ${i}. You are not an independent top-level terminal and not a Cascade conductor. Complete the bounded side task directly, do not fan out more terminals, and return a compact handoff to main.`:"conductor"===o?e||0!==n?`TERMINAL ROLE (authoritative): You are a MISCLASSIFIED ENSEMBLE SUB-TERMINAL at spawn depth ${Math.max(1,n)}, owned by parent terminal ${i}. A spawned lane can never be a Cascade conductor. Work directly as a worker, do not spawn terminals, and report that the parent must use open_main_terminal for a separate conductor.`:"TERMINAL ROLE (authoritative): You are an independent MAIN CASCADE CONDUCTOR TERMINAL opened through the room's top-level terminal lifecycle. You are not an Ensemble child, spawned sub-terminal, Side lane, or Flow lane. Keep decomposition and integration here. Open only worker SUB-TERMINALS with spawn_terminal, collect and verify their results, and close them. Never call open_main_terminal yourself or delegate conductor responsibility to a worker.":e||0!==n?n>=2?`TERMINAL ROLE (authoritative): You are a LEAF SUB-TERMINAL at spawn depth ${n}, owned by parent terminal ${i}. You are not top-level and not a conductor. Complete the assigned slice directly, do not spawn another terminal, and hand evidence/results back to your parent.`:"worker"===o?`TERMINAL ROLE (authoritative): You are a WORKER SUB-TERMINAL at spawn depth ${Math.max(1,n)}, owned by parent terminal ${i}. You are not top-level and not a conductor. Complete the assigned slice directly, do not spawn another terminal, and hand evidence/results back to your parent.`:`TERMINAL ROLE (authoritative): You are a SPAWNED WORKER SUB-TERMINAL at depth ${Math.max(1,n)}, owned by parent terminal ${i}. You are not an independent top-level terminal or a Cascade conductor. Complete the delegated task directly, do not spawn another terminal, and hand evidence/results back to your parent. If the task asks you to conduct, report that the parent must use open_main_terminal instead.`:"TERMINAL ROLE (authoritative): You are an independent TOP-LEVEL thinkpool terminal opened directly in the room. You are not a spawned sub-terminal or worker lane. You may conduct the current task here and open worker SUB-TERMINALS with spawn_terminal. A person-authored request to open, launch, start, spawn, or create a new, separate, independent, top-level, or main terminal uses open_main_terminal — never spawn_terminal — even for ordinary work or a handoff. If the wording includes new or separate terminal, main-terminal routing wins. Use spawn_terminal only for agent-decided bounded worker slices or when the person explicitly asks for a worker, sub-terminal, Ensemble lane, or delegated slice."}export const CODEX_THINKPOOL_FIRST_TURN_PREAMBLE=["ENVIRONMENT (authoritative): You are Codex running inside a thinkpool Code room, driven live through the thinkpool-pair bridge by a user and possibly a partner. This is a shared remote workspace, not an ordinary local terminal session; act accordingly.","MODEL TIERING FOR TERMINALS: When calling open_main_terminal for a genuinely complex Cascade conductor, gpt-5.6-sol may be appropriate. When calling spawn_terminal for worker slices, explicitly choose gpt-5.6-luna or gpt-5.4-mini for mechanical/scaffold/search/formatting work, gpt-5.6-terra for ordinary feature/fix work, and a balanced tier for adversarial review. Never select Sol for routine workers. If a named model is unavailable, use the nearest advertised lower tier or omit model and allow runtime fallback.",...THINKPOOL_REMOTE_DELIVERY_RULES].join(" ");export const HERMES_VISIBLE_WORKER_FALLBACK_RULE='UNIVERSAL OPENER ROUTING: a top-level terminal of any runtime may use spawn_terminal or open_main_terminal to open Claude (including a connected Anthropic-compatible BYOK provider), Codex, or Hermes. For Hermes, omit model to use the isolated profile default or pass an ACP ID such as model="nous:z-ai/glm-5.2"; common GLM shorthand is normalized and the child acknowledges the selected model before inference. If a native Claude Code worker reports an account/provider authentication or subscription-access failure, treat the entire native Claude provider as unavailable for the rest of the task—do not retry Sonnet, Opus, or Haiku aliases on it. For a manual Claude-family review fallback, use runtime="hermes", the exact Nous Claude model suggested by read_terminal, mode="default", and sliceType="review". This fallback is permission-gated, not structurally read-only: instruct it not to edit, stop/deny any write request, and never call it Flow/reviewer safety. Never use hidden Hermes delegate_task.';
|
|
1
|
+
import{THINKPOOL_CAPABILITY_ROUTES as e,THINKPOOL_PROMPT_BUNDLE as t,thinkPoolCapabilityContract as o}from"./thinkpool-prompt-contracts.mjs";import{buildContextManifest as r,formatRoomContextProjection as a}from"./context-contract.mjs";export{e as THINKPOOL_CAPABILITY_ROUTES,t as THINKPOOL_PROMPT_BUNDLE};export const THINKPOOL_ROUTED_TOOLS=Object.freeze([...new Set(e.flatMap(e=>e.tools))]);export function renderThinkPoolCapabilityRoutes(t=e){return t.map(e=>`${e.id}: ${e.rule}`).join(" ")}export const THINKPOOL_RUNTIME_AUTHORITY_RULE=o("runtime-authority").globalPrompt;export const THINKPOOL_TURN_SCOPE_RULE=o("turn-scope-authority").globalPrompt;export const THINKPOOL_WRITING_STYLE_RULE=o("brand-writing").globalPrompt;export const THINKPOOL_CASCADE_RULE=o("work-routing").expandedPrompt;export const THINKPOOL_CODEX_ULTRA_RULE=o("work-routing").codexUltraPrompt;export const THINKPOOL_AGENT_CONTRACT=[THINKPOOL_TURN_SCOPE_RULE,THINKPOOL_WRITING_STYLE_RULE,"thinkpool-FIRST OPERATING CONTRACT (authoritative): thinkpool room capabilities are your normal operating surface, not optional enrichment. Before acting on every request, infer which exposed thinkpool capabilities materially improve room visibility, coordination, delivery, or verification and use them without waiting for the people to know a tool name, magic word, or workflow.",THINKPOOL_RUNTIME_AUTHORITY_RULE,`DEFAULT ROUTING: ${renderThinkPoolCapabilityRoutes()}`,THINKPOOL_CASCADE_RULE,"DEFAULT DOES NOT MEAN GRATUITOUS: use only capabilities exposed to your current role and only when relevant. Honor explicit steering such as single-lane, do not contact another room, or do not use a named thinkpool feature. Metered and side-effecting capabilities still obey their stated offer, approval, and consent contracts."].join(" ");export const THINKPOOL_DESIGN_INTERACTION_RULE=o("design-workspace").interactionPrompt;export const THINKPOOL_DESIGN_DELIVERY_RULE=`thinkpool DESIGN (mandatory for authored HTML): save the editable HTML source in the workspace, then use the $TP_MOCKUP_OUTBOX render helper so the room receives a source-backed thinkpool Design card with both desktop (1440×900) and mobile (390×844) previews. The interactive Design card/popup is the visible result: the renders remain required verification inputs, but when that card is displayed do not also surface duplicate inline PNGs. Surface desktop/mobile PNGs only when no interactive source-backed Design artifact is available. ${THINKPOOL_DESIGN_INTERACTION_RULE} When the requested Design surface is an existing product page or route, first build and capture the actual route at both viewports, then read its current source, styles, copy, fonts, and assets. Derive the editable Design artifact from that evidence and compare both artifact captures against the real route before delivery. Preserve the real page faithfully except for explicitly proposed edits—never hand-recreate it from memory, simplify it, replace it with generic mockup content, or label an approximation as the product. If a faithful editable artifact cannot be produced, surface the actual route captures and say that Design editing is unavailable for that surface. Never paste raw HTML into chat, send an .html file as the room deliverable, or substitute a bare URL or single screenshot for this card. A shareable browser URL may accompany the card, but never replaces it.`;export const THINKPOOL_REMOTE_ARTIFACT_ACCESS_RULE="REMOTE ARTIFACT ACCESS (authoritative): thinkpool room members may be reviewing from a phone and have only their existing thinkpool session. Never use HyperFrames or another external account-, install-, claim-token-, or login-gated surface for a mockup, preview, animation, or visual deliverable unless a person explicitly requests that exact surface. Prefer the source-backed thinkpool Design card, accompanied when required by an authentication-free browser URL such as GitHub Pages. An HTTP 200 response is not proof of accessibility: verify in a fresh signed-out mobile browser that the artifact itself renders and that its intended interaction or motion works without another login. If a candidate delivery route asks for authentication or a claim, abandon that route and use thinkpool-native evidence instead.";export const THINKPOOL_REMOTE_DELIVERY_RULES=Object.freeze(['REMOTE USER (authoritative default for thinkpool Code rooms): unless a person explicitly says they are at the host machine, assume everyone driving this room is remote — possibly on a phone — with no terminal and no access to the host filesystem. Never ask them to run a local command, open a local file, or "go check" something on the machine. Anything host-side, you run yourself and show the result in the room. Only suggest actions they can actually do from the room UI or a browser.',"LINKS & ARTIFACTS: a local filesystem path, file:// URL, localhost/127.0.0.1 address, or host-only preview is useless to a remote room. Every link you surface must be reachable by the people in the room.",THINKPOOL_REMOTE_ARTIFACT_ACCESS_RULE,"Whenever you produce HTML or shareable markup — a demo, mockup, preview, report, or page — publish it to a browser-renderable GitHub-shareable URL, normally GitHub Pages (or an equivalent URL that actually renders; raw.githubusercontent.com serves HTML as plain text). Give the room that shareable URL in addition to the thinkpool Design card, never instead of it and never only as a local path. If you cannot publish it, say so instead of falling back to a host-only path.","SHOW VISUAL WORK: whenever you build, change, or fix anything visual, show the result in the room. A source-backed thinkpool Design card/popup is already the interactive visible result, so do not additionally surface duplicate PNGs. When no interactive Design artifact is available, capture and surface desktop/mobile PNG evidence inline.","BRIDGE PREVIEWS: for a built web UI, use preview_start (default root: dist), then preview_capture for exact desktop 1440x900 and mobile 390x844 PNGs, and preview_inspect when DOM text or selector geometry helps. Run the project build first and stop the preview server with preview_stop when done. Captures are verification evidence by default; set card=true only for an intentional user-facing mockup or Design deliverable, never merely because a turn changed visual code.",THINKPOOL_DESIGN_DELIVERY_RULE,"VERIFY BEFORE CLAIMING: run or serve what you changed, observe it, and show the evidence in the room — the PNG, passing test output, or real response. If something could not be verified, say exactly what remains unverified."]);export const THINKPOOL_RUNTIME_TURN_REMINDER=[THINKPOOL_AGENT_CONTRACT,"REMOTE DELIVERY: assume the people are remote unless they explicitly say otherwise. Run host-side work yourself; never hand them a local path, file:// or localhost URL, or ask them to use the host terminal. Surface reachable links and inline evidence in the room.",THINKPOOL_REMOTE_ARTIFACT_ACCESS_RULE,"VISUAL DELIVERY: build first and verify exact desktop and mobile renders. If a source-backed thinkpool Design card/popup is displayed, do not separately surface its PNGs; if no interactive Design artifact is available, surface the desktop/mobile PNG evidence inline. Stop bridge previews when finished.",THINKPOOL_DESIGN_INTERACTION_RULE,"VERIFY BEFORE CLAIMING: run or serve what changed and show the real response, passing output, or rendered evidence; state exactly what remains unverified."].join(" ");export const THINKPOOL_RUNTIME_SALIENCE_REMINDER=[THINKPOOL_TURN_SCOPE_RULE,THINKPOOL_WRITING_STYLE_RULE,"thinkpool: use relevant room tools within role and consent limits; run host work for remote people and return reachable, verified results.","Visual artifacts stay thinkpool-native or authentication-free unless explicitly requested otherwise."].join(" ");const n=Object.freeze(Object.fromEntries(e.map(e=>[e.id,new RegExp(e.trigger,"i")]))),i=o("design-workspace").turnReminder;export function usesFullThinkPoolReminder({promptIndex:e=0,forceFull:t=!1}={}){const o=Math.max(0,Number.isFinite(Number(e))?Math.trunc(Number(e)):0);return!!t||0===o}export function buildThinkPoolTurnGuidance({text:t="",promptIndex:o=0,forceFull:r=!1}={}){if(usesFullThinkPoolReminder({promptIndex:o,forceFull:r}))return THINKPOOL_RUNTIME_TURN_REMINDER;const a=String(t||""),s=e.filter(e=>n[e.id]?.test(a)).map(e=>`${e.id}: ${e.rule}`);return n["work-routing"].test(a)&&s.push(THINKPOOL_CASCADE_RULE),n["visual-proof"].test(a)&&s.push(i),[THINKPOOL_RUNTIME_SALIENCE_REMINDER,...s].join(" ")}export function roomContextFingerprint(e){return String(e||"").replace(/ · (?:\d+[smhd] ago|no activity)(?=\s+—)/g," · age").trim()}export function createRoomContextSelector(e){let t=null;return({force:o=!1}={})=>{let r=null;try{r="function"==typeof e?e():e}catch{r=null}const n=a(r);if(!n)return"";const i=roomContextFingerprint(n),s=i!==t;return t=i,o||s?n:""}}export function buildThinkPoolContextManifest({currentUserTurn:e="",roomNow:o="",flowSliceDigest:n=null,approvedHumanResponse:i=null}={}){const s=a(o);return r({promptBundle:t,sources:[{kind:"current_user_turn",value:e},{kind:"room_now_delta",value:s},...n?[{kind:"flow_slice_digest",value:n,ref:{type:"flow_digest",id:"local"}}]:[],...i?[{kind:"approved_human_response",value:i,ref:{type:"control_item",id:"approved"}}]:[]]})}export function buildTerminalRolePrompt({spawnedBy:e=null,spawnDepth:t=0,cascadeRole:o=null,flowRole:r=null,sideParent:a=null}={}){const n=Math.max(0,Number.isFinite(Number(t))?Math.trunc(Number(t)):0),i=String(a||e||"").slice(0,8);return"conductor"===r?"TERMINAL ROLE (authoritative): You are a system-managed thinkpool FLOW CONDUCTOR. You are not a human-opened top-level terminal and not a worker sub-terminal. Your role is decomposition and Flow coordination only; the Flow runtime dispatches its managed lanes. Do not use ordinary spawn_terminal delegation or claim to be an independent room terminal. Follow the stricter Flow conductor role prompt below.":"builder"===r||"reviewer"===r?`TERMINAL ROLE (authoritative): You are a system-managed thinkpool FLOW ${r.toUpperCase()} LANE. You are a leaf worker/reviewer, not a top-level terminal and not a conductor. Complete only the assigned Flow slice, do not spawn terminals, and finish through the Flow completion contract in your role prompt.`:a?`TERMINAL ROLE (authoritative): You are a SIDE SUB-TERMINAL attached to main terminal ${i}. You are not an independent top-level terminal and not a Cascade conductor. Complete the bounded side task directly, do not fan out more terminals, and return a compact handoff to main.`:"conductor"===o?e||0!==n?`TERMINAL ROLE (authoritative): You are a MISCLASSIFIED ENSEMBLE SUB-TERMINAL at spawn depth ${Math.max(1,n)}, owned by parent terminal ${i}. A spawned lane can never be a Cascade conductor. Work directly as a worker, do not spawn terminals, and report that the parent must use open_main_terminal for a separate conductor.`:"TERMINAL ROLE (authoritative): You are an independent MAIN CASCADE CONDUCTOR TERMINAL opened through the room's top-level terminal lifecycle. You are not an Ensemble child, spawned sub-terminal, Side lane, or Flow lane. Keep decomposition and integration here. Open only worker SUB-TERMINALS with spawn_terminal, collect and verify their results, and close them. Never call open_main_terminal yourself or delegate conductor responsibility to a worker.":e||0!==n?n>=2?`TERMINAL ROLE (authoritative): You are a LEAF SUB-TERMINAL at spawn depth ${n}, owned by parent terminal ${i}. You are not top-level and not a conductor. Complete the assigned slice directly, do not spawn another terminal, and hand evidence/results back to your parent.`:"worker"===o?`TERMINAL ROLE (authoritative): You are a WORKER SUB-TERMINAL at spawn depth ${Math.max(1,n)}, owned by parent terminal ${i}. You are not top-level and not a conductor. Complete the assigned slice directly, do not spawn another terminal, and hand evidence/results back to your parent.`:`TERMINAL ROLE (authoritative): You are a SPAWNED WORKER SUB-TERMINAL at depth ${Math.max(1,n)}, owned by parent terminal ${i}. You are not an independent top-level terminal or a Cascade conductor. Complete the delegated task directly, do not spawn another terminal, and hand evidence/results back to your parent. If the task asks you to conduct, report that the parent must use open_main_terminal instead.`:"TERMINAL ROLE (authoritative): You are an independent TOP-LEVEL thinkpool terminal opened directly in the room. You are not a spawned sub-terminal or worker lane. You may conduct the current task here and open worker SUB-TERMINALS with spawn_terminal. A person-authored request to open, launch, start, spawn, or create a new, separate, independent, top-level, or main terminal uses open_main_terminal — never spawn_terminal — even for ordinary work or a handoff. If the wording includes new or separate terminal, main-terminal routing wins. Use spawn_terminal only for agent-decided bounded worker slices or when the person explicitly asks for a worker, sub-terminal, Ensemble lane, or delegated slice."}export const CODEX_THINKPOOL_FIRST_TURN_PREAMBLE=["ENVIRONMENT (authoritative): You are Codex running inside a thinkpool Code room, driven live through the thinkpool-pair bridge by a user and possibly a partner. This is a shared remote workspace, not an ordinary local terminal session; act accordingly.","MODEL TIERING FOR TERMINALS: When calling open_main_terminal for a genuinely complex Cascade conductor, gpt-5.6-sol may be appropriate. When calling spawn_terminal for worker slices, explicitly choose gpt-5.6-luna or gpt-5.4-mini for mechanical/scaffold/search/formatting work, gpt-5.6-terra for ordinary feature/fix work, and a balanced tier for adversarial review. Never select Sol for routine workers. If a named model is unavailable, use the nearest advertised lower tier or omit model and allow runtime fallback.",...THINKPOOL_REMOTE_DELIVERY_RULES].join(" ");export const HERMES_VISIBLE_WORKER_FALLBACK_RULE='UNIVERSAL OPENER ROUTING: a top-level terminal of any runtime may use spawn_terminal or open_main_terminal to open Claude (including a connected Anthropic-compatible BYOK provider), Codex, or Hermes. For Hermes, omit model to use the isolated profile default or pass an ACP ID such as model="nous:z-ai/glm-5.2"; common GLM shorthand is normalized and the child acknowledges the selected model before inference. If a native Claude Code worker reports an account/provider authentication or subscription-access failure, treat the entire native Claude provider as unavailable for the rest of the task—do not retry Sonnet, Opus, or Haiku aliases on it. For a manual Claude-family review fallback, use runtime="hermes", the exact Nous Claude model suggested by read_terminal, mode="default", and sliceType="review". This fallback is permission-gated, not structurally read-only: instruct it not to edit, stop/deny any write request, and never call it Flow/reviewer safety. Never use hidden Hermes delegate_task.';
|