@adhdev/mesh-shared 1.0.58-rc.49 → 1.0.58-rc.50

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.
@@ -0,0 +1 @@
1
+ export declare const CLAUDE_TUI_REVIEW_PAGE_NOT_FOCUSED_PREFIX = "Claude TUI review page is not focused";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adhdev/mesh-shared",
3
- "version": "1.0.58-rc.49",
3
+ "version": "1.0.58-rc.50",
4
4
  "description": "ADHDev mesh-shared — pure mesh/git status normalizers shared by daemon-core and web-core",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
package/src/index.ts CHANGED
@@ -28,3 +28,4 @@ export * from './mesh-status-probe'
28
28
  export * from './rpc-chunking'
29
29
  export * from './semver-compare'
30
30
  export * from './ws-protocol'
31
+ export * from './interactive-prompt-constants'
@@ -0,0 +1 @@
1
+ export const CLAUDE_TUI_REVIEW_PAGE_NOT_FOCUSED_PREFIX = 'Claude TUI review page is not focused';