@nuucognition/flint-cli 0.6.0-dev.6 → 0.6.0-dev.9

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuucognition/flint-cli",
3
- "version": "0.6.0-dev.6",
3
+ "version": "0.6.0-dev.9",
4
4
  "type": "module",
5
5
  "description": "Flint cognitive workspace CLI",
6
6
  "license": "PROPRIETARY",
@@ -23,6 +23,9 @@
23
23
  "glob": "^10.5.0",
24
24
  "yaml": "^2.6.0"
25
25
  },
26
+ "optionalDependencies": {
27
+ "node-pty": "^1.0.0"
28
+ },
26
29
  "engines": {
27
30
  "node": ">=20"
28
31
  },
@@ -33,14 +36,14 @@
33
36
  "tsup": "^8.3.5",
34
37
  "tsx": "^4.19.2",
35
38
  "typescript": "^5.9.2",
36
- "@nuucognition/flint-server": "0.0.1",
37
39
  "@nuucognition/flint-sdk": "0.0.1",
38
- "@nuucognition/eslint-config": "0.0.0",
39
- "@nuucognition/flint-migrations": "0.1.0",
40
+ "@nuucognition/flint-server": "0.0.1",
40
41
  "@nuucognition/flint": "0.1.0",
42
+ "@nuucognition/flint-migrations": "0.1.0",
41
43
  "@nuucognition/orbh-cli": "0.1.0-dev.1",
44
+ "@nuucognition/orbh": "0.0.1-dev.0",
42
45
  "@nuucognition/typescript-config": "0.0.0",
43
- "@nuucognition/orbh": "0.0.1-dev.0"
46
+ "@nuucognition/eslint-config": "0.0.0"
44
47
  },
45
48
  "scripts": {
46
49
  "predev": "turbo build --filter=@nuucognition/flint-cli^...",
@@ -1,14 +0,0 @@
1
- ---
2
- name: orbh-harness-codex-resume
3
- description: Resume prompt for Codex interactive sessions bootstrapped via Orbh
4
- variables:
5
- nativeSessionId:
6
- type: string
7
- required: true
8
- description: The native Codex thread/session ID
9
- sessionId:
10
- type: string
11
- required: true
12
- description: The Orbh session ID
13
- ---
14
- Your native Codex session ID is {{nativeSessionId}}. Your Orbh session ID remains {{sessionId}}. Use the Orbh session ID with orbh commands, not the native Codex session ID. Please initialize now.