@nuucognition/flint-cli 0.6.0-dev.1 → 0.6.0-dev.10
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/dist/_orbh/prompts/base.md +1 -1
- package/dist/index.js +183530 -142656
- package/package.json +8 -4
- package/dist/_orbh/prompts/harness/codex-resume.md +0 -14
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nuucognition/flint-cli",
|
|
3
|
-
"version": "0.6.0-dev.
|
|
3
|
+
"version": "0.6.0-dev.10",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Flint cognitive workspace CLI",
|
|
6
6
|
"license": "PROPRIETARY",
|
|
@@ -17,12 +17,16 @@
|
|
|
17
17
|
"dependencies": {
|
|
18
18
|
"@fastify/cors": "^11.2.0",
|
|
19
19
|
"@fastify/static": "^8.1.0",
|
|
20
|
+
"@nuucognition/flint-cli": "link:",
|
|
20
21
|
"cfonts": "^3.3.1",
|
|
21
22
|
"chokidar": "^3.6.0",
|
|
22
23
|
"fastify": "^5.0.0",
|
|
23
24
|
"glob": "^10.5.0",
|
|
24
25
|
"yaml": "^2.6.0"
|
|
25
26
|
},
|
|
27
|
+
"optionalDependencies": {
|
|
28
|
+
"node-pty": "^1.0.0"
|
|
29
|
+
},
|
|
26
30
|
"engines": {
|
|
27
31
|
"node": ">=20"
|
|
28
32
|
},
|
|
@@ -33,13 +37,13 @@
|
|
|
33
37
|
"tsup": "^8.3.5",
|
|
34
38
|
"tsx": "^4.19.2",
|
|
35
39
|
"typescript": "^5.9.2",
|
|
36
|
-
"@nuucognition/flint-server": "0.0.1",
|
|
37
|
-
"@nuucognition/flint-sdk": "0.0.1",
|
|
38
40
|
"@nuucognition/flint": "0.1.0",
|
|
39
|
-
"@nuucognition/eslint-config": "0.0.0",
|
|
40
41
|
"@nuucognition/flint-migrations": "0.1.0",
|
|
42
|
+
"@nuucognition/flint-sdk": "0.0.1",
|
|
43
|
+
"@nuucognition/flint-server": "0.0.1",
|
|
41
44
|
"@nuucognition/orbh": "0.0.1-dev.0",
|
|
42
45
|
"@nuucognition/orbh-cli": "0.1.0-dev.1",
|
|
46
|
+
"@nuucognition/eslint-config": "0.0.0",
|
|
43
47
|
"@nuucognition/typescript-config": "0.0.0"
|
|
44
48
|
},
|
|
45
49
|
"scripts": {
|
|
@@ -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.
|