@promptowl/contextnest-community 1.6.0 → 1.7.0
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/CONFIGURATION.md +181 -181
- package/LICENSE.md +142 -142
- package/README.md +224 -224
- package/dist/{chunk-2TUMMVBG.js → chunk-43DOX4LH.js} +5 -5
- package/dist/{chunk-MZGFKBOK.js → chunk-MOXICJPD.js} +3 -3
- package/dist/{chunk-7V33Z6CS.js → chunk-QMLAXQES.js} +126 -1
- package/dist/{chunk-T5L4LYU4.js → chunk-VD5QX2ZQ.js} +1 -1
- package/dist/index.js +785 -494
- package/dist/{migrations.postgres-NVJAGBSF.js → migrations.postgres-3HMGLKOV.js} +7 -1
- package/dist/{review-service-QJ3FBOML.js → review-service-2FSKW425.js} +4 -4
- package/dist/{stewardship-service-VIKF3VZB.js → stewardship-service-I2JAFYJU.js} +2 -2
- package/dist/{version-service-MUZYTYMW.js → version-service-FJWVTZKR.js} +2 -2
- package/dist/web3/assets/{hootie-C2ocYkn4.svg → hootie-_U3ECslt.svg} +8 -8
- package/dist/web3/assets/index-24dBhQSQ.css +1 -0
- package/dist/web3/assets/index-DpM8J4RN.js +889 -0
- package/dist/web3/index.html +14 -14
- package/package.json +152 -152
- package/dist/web3/assets/index-C2Tf2ZFz.js +0 -887
- package/dist/web3/assets/index-C2dfT3Et.css +0 -1
package/dist/web3/index.html
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
<!DOCTYPE html>
|
|
2
|
-
<html lang="en">
|
|
3
|
-
<head>
|
|
4
|
-
<meta charset="UTF-8" />
|
|
5
|
-
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
6
|
-
<title>ContextNest</title>
|
|
7
|
-
<link rel="icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>🪺</text></svg>" />
|
|
8
|
-
<script type="module" crossorigin src="/assets/index-
|
|
9
|
-
<link rel="stylesheet" crossorigin href="/assets/index-
|
|
10
|
-
</head>
|
|
11
|
-
<body class="bg-background text-foreground antialiased">
|
|
12
|
-
<div id="root"></div>
|
|
13
|
-
</body>
|
|
14
|
-
</html>
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html lang="en">
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="UTF-8" />
|
|
5
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
6
|
+
<title>ContextNest</title>
|
|
7
|
+
<link rel="icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>🪺</text></svg>" />
|
|
8
|
+
<script type="module" crossorigin src="/assets/index-DpM8J4RN.js"></script>
|
|
9
|
+
<link rel="stylesheet" crossorigin href="/assets/index-24dBhQSQ.css">
|
|
10
|
+
</head>
|
|
11
|
+
<body class="bg-background text-foreground antialiased">
|
|
12
|
+
<div id="root"></div>
|
|
13
|
+
</body>
|
|
14
|
+
</html>
|
package/package.json
CHANGED
|
@@ -1,152 +1,152 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@promptowl/contextnest-community",
|
|
3
|
-
"version": "1.
|
|
4
|
-
"description": "ContextNest Community Edition — self-hosted context governance server for AI workflows. Commercial software by Promptowl LLC.",
|
|
5
|
-
"private": false,
|
|
6
|
-
"type": "module",
|
|
7
|
-
"license": "SEE LICENSE IN LICENSE.md",
|
|
8
|
-
"author": {
|
|
9
|
-
"name": "Promptowl LLC",
|
|
10
|
-
"email": "hoot@promptowl.ai",
|
|
11
|
-
"url": "https://promptowl.ai"
|
|
12
|
-
},
|
|
13
|
-
"homepage": "https://promptowl.ai/contextnest/",
|
|
14
|
-
"bugs": {
|
|
15
|
-
"email": "hoot@promptowl.ai",
|
|
16
|
-
"url": "https://promptowl.ai/contact-us/"
|
|
17
|
-
},
|
|
18
|
-
"repository": {
|
|
19
|
-
"type": "git",
|
|
20
|
-
"url": "https://github.com/PromptOwl/contextnest-community.git"
|
|
21
|
-
},
|
|
22
|
-
"keywords": [
|
|
23
|
-
"contextnest",
|
|
24
|
-
"promptowl",
|
|
25
|
-
"context-governance",
|
|
26
|
-
"llm",
|
|
27
|
-
"mcp",
|
|
28
|
-
"ai-workflows",
|
|
29
|
-
"commercial"
|
|
30
|
-
],
|
|
31
|
-
"main": "dist/index.js",
|
|
32
|
-
"bin": {
|
|
33
|
-
"contextnest-community": "dist/index.js"
|
|
34
|
-
},
|
|
35
|
-
"files": [
|
|
36
|
-
"dist",
|
|
37
|
-
"LICENSE.md",
|
|
38
|
-
"README.md",
|
|
39
|
-
"CONFIGURATION.md"
|
|
40
|
-
],
|
|
41
|
-
"publishConfig": {
|
|
42
|
-
"access": "public"
|
|
43
|
-
},
|
|
44
|
-
"engines": {
|
|
45
|
-
"node": ">=20.0.0"
|
|
46
|
-
},
|
|
47
|
-
"scripts": {
|
|
48
|
-
"dev": "concurrently -k -n server,ui -c blue,magenta \"npm run dev:server\" \"npm run dev:ui\"",
|
|
49
|
-
"dev:server": "tsx watch src/index.ts",
|
|
50
|
-
"dev:ui": "vite build --config ui/vite.config.ts --watch",
|
|
51
|
-
"build": "tsup src/index.ts --format esm --dts --clean && npm run build:ui",
|
|
52
|
-
"build:server": "tsup src/index.ts --format esm --dts --clean",
|
|
53
|
-
"build:ui": "vite build --config ui/vite.config.ts",
|
|
54
|
-
"start": "node dist/index.js",
|
|
55
|
-
"typecheck": "tsc --noEmit",
|
|
56
|
-
"test": "vitest run",
|
|
57
|
-
"test:watch": "vitest",
|
|
58
|
-
"
|
|
59
|
-
"version-packages": "changeset version && npm install --package-lock-only",
|
|
60
|
-
"release": "npm run build && changeset publish"
|
|
61
|
-
},
|
|
62
|
-
"pnpm": {
|
|
63
|
-
"onlyBuiltDependencies": [
|
|
64
|
-
"better-sqlite3",
|
|
65
|
-
"esbuild"
|
|
66
|
-
]
|
|
67
|
-
},
|
|
68
|
-
"dependencies": {
|
|
69
|
-
"@hono/node-server": "^1.13.8",
|
|
70
|
-
"@modelcontextprotocol/sdk": "^1.12.1",
|
|
71
|
-
"@promptowl/contextnest-engine": "^1.0.0",
|
|
72
|
-
"bcryptjs": "^3.0.3",
|
|
73
|
-
"better-sqlite3": "^11.8.2",
|
|
74
|
-
"dotenv": "^16.6.1",
|
|
75
|
-
"hono": "^4.7.6",
|
|
76
|
-
"pg": "^8.13.1",
|
|
77
|
-
"uuid": "^14.0.0",
|
|
78
|
-
"zod": "^4.3.6"
|
|
79
|
-
},
|
|
80
|
-
"devDependencies": {
|
|
81
|
-
"@changesets/changelog-github": "^0.7.0",
|
|
82
|
-
"@changesets/cli": "^2.31.0",
|
|
83
|
-
"@radix-ui/react-alert-dialog": "^1.1.11",
|
|
84
|
-
"@radix-ui/react-avatar": "^1.1.0",
|
|
85
|
-
"@radix-ui/react-checkbox": "^1.1.1",
|
|
86
|
-
"@radix-ui/react-dialog": "^1.1.15",
|
|
87
|
-
"@radix-ui/react-dropdown-menu": "^2.1.12",
|
|
88
|
-
"@radix-ui/react-icons": "^1.3.0",
|
|
89
|
-
"@radix-ui/react-label": "^2.1.0",
|
|
90
|
-
"@radix-ui/react-popover": "^1.1.11",
|
|
91
|
-
"@radix-ui/react-progress": "^1.1.0",
|
|
92
|
-
"@radix-ui/react-scroll-area": "^1.2.3",
|
|
93
|
-
"@radix-ui/react-select": "^2.1.1",
|
|
94
|
-
"@radix-ui/react-separator": "^1.1.0",
|
|
95
|
-
"@radix-ui/react-slot": "^1.2.3",
|
|
96
|
-
"@radix-ui/react-switch": "^1.1.2",
|
|
97
|
-
"@radix-ui/react-tabs": "^1.1.9",
|
|
98
|
-
"@radix-ui/react-tooltip": "^1.1.8",
|
|
99
|
-
"@tailwindcss/typography": "^0.5.19",
|
|
100
|
-
"@tiptap/core": "^3.23.2",
|
|
101
|
-
"@tiptap/extension-character-count": "^3.23.2",
|
|
102
|
-
"@tiptap/extension-code-block-lowlight": "^3.23.2",
|
|
103
|
-
"@tiptap/extension-color": "^3.23.2",
|
|
104
|
-
"@tiptap/extension-details": "^3.23.2",
|
|
105
|
-
"@tiptap/extension-drag-handle-react": "^3.23.2",
|
|
106
|
-
"@tiptap/extension-highlight": "^3.23.2",
|
|
107
|
-
"@tiptap/extension-link": "^3.23.2",
|
|
108
|
-
"@tiptap/extension-node-range": "^3.23.2",
|
|
109
|
-
"@tiptap/extension-placeholder": "^3.23.2",
|
|
110
|
-
"@tiptap/extension-table": "^3.23.2",
|
|
111
|
-
"@tiptap/extension-task-item": "^3.23.2",
|
|
112
|
-
"@tiptap/extension-task-list": "^3.23.2",
|
|
113
|
-
"@tiptap/extension-text-style": "^3.23.2",
|
|
114
|
-
"@tiptap/extension-typography": "^3.23.2",
|
|
115
|
-
"@tiptap/pm": "^3.23.2",
|
|
116
|
-
"@tiptap/react": "^3.23.2",
|
|
117
|
-
"@tiptap/starter-kit": "^3.23.2",
|
|
118
|
-
"@types/bcryptjs": "^3.0.0",
|
|
119
|
-
"@types/better-sqlite3": "^7.6.13",
|
|
120
|
-
"@types/d3-force": "^3.0.10",
|
|
121
|
-
"@types/pg": "^8.11.10",
|
|
122
|
-
"@types/react": "^18.3.0",
|
|
123
|
-
"@types/react-dom": "^18.3.0",
|
|
124
|
-
"@types/uuid": "^10.0.0",
|
|
125
|
-
"@vitejs/plugin-react": "^4.3.0",
|
|
126
|
-
"@vitest/coverage-v8": "^3.2.4",
|
|
127
|
-
"autoprefixer": "^10.4.20",
|
|
128
|
-
"class-variance-authority": "^0.7.0",
|
|
129
|
-
"clsx": "^2.1.1",
|
|
130
|
-
"cmdk": "^1.0.0",
|
|
131
|
-
"concurrently": "^9.2.1",
|
|
132
|
-
"d3-force": "^3.0.0",
|
|
133
|
-
"lowlight": "^3.3.0",
|
|
134
|
-
"lucide-react": "^0.577.0",
|
|
135
|
-
"markdown-it-container": "^4.0.0",
|
|
136
|
-
"postcss": "^8.4.47",
|
|
137
|
-
"react": "^18.3.1",
|
|
138
|
-
"react-dom": "^18.3.1",
|
|
139
|
-
"react-markdown": "^9.1.0",
|
|
140
|
-
"remark-gfm": "^4.0.1",
|
|
141
|
-
"sonner": "^2.0.7",
|
|
142
|
-
"tailwind-merge": "^3.5.0",
|
|
143
|
-
"tailwindcss": "^3.4.14",
|
|
144
|
-
"tailwindcss-animate": "^1.0.7",
|
|
145
|
-
"tiptap-markdown": "^0.9.0",
|
|
146
|
-
"tsup": "^8.4.0",
|
|
147
|
-
"tsx": "^4.19.4",
|
|
148
|
-
"typescript": "^5.7.3",
|
|
149
|
-
"vite": "^6.0.0",
|
|
150
|
-
"vitest": "^3.0.0"
|
|
151
|
-
}
|
|
152
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@promptowl/contextnest-community",
|
|
3
|
+
"version": "1.7.0",
|
|
4
|
+
"description": "ContextNest Community Edition — self-hosted context governance server for AI workflows. Commercial software by Promptowl LLC.",
|
|
5
|
+
"private": false,
|
|
6
|
+
"type": "module",
|
|
7
|
+
"license": "SEE LICENSE IN LICENSE.md",
|
|
8
|
+
"author": {
|
|
9
|
+
"name": "Promptowl LLC",
|
|
10
|
+
"email": "hoot@promptowl.ai",
|
|
11
|
+
"url": "https://promptowl.ai"
|
|
12
|
+
},
|
|
13
|
+
"homepage": "https://promptowl.ai/contextnest/",
|
|
14
|
+
"bugs": {
|
|
15
|
+
"email": "hoot@promptowl.ai",
|
|
16
|
+
"url": "https://promptowl.ai/contact-us/"
|
|
17
|
+
},
|
|
18
|
+
"repository": {
|
|
19
|
+
"type": "git",
|
|
20
|
+
"url": "https://github.com/PromptOwl/contextnest-community.git"
|
|
21
|
+
},
|
|
22
|
+
"keywords": [
|
|
23
|
+
"contextnest",
|
|
24
|
+
"promptowl",
|
|
25
|
+
"context-governance",
|
|
26
|
+
"llm",
|
|
27
|
+
"mcp",
|
|
28
|
+
"ai-workflows",
|
|
29
|
+
"commercial"
|
|
30
|
+
],
|
|
31
|
+
"main": "dist/index.js",
|
|
32
|
+
"bin": {
|
|
33
|
+
"contextnest-community": "dist/index.js"
|
|
34
|
+
},
|
|
35
|
+
"files": [
|
|
36
|
+
"dist",
|
|
37
|
+
"LICENSE.md",
|
|
38
|
+
"README.md",
|
|
39
|
+
"CONFIGURATION.md"
|
|
40
|
+
],
|
|
41
|
+
"publishConfig": {
|
|
42
|
+
"access": "public"
|
|
43
|
+
},
|
|
44
|
+
"engines": {
|
|
45
|
+
"node": ">=20.0.0"
|
|
46
|
+
},
|
|
47
|
+
"scripts": {
|
|
48
|
+
"dev": "concurrently -k -n server,ui -c blue,magenta \"npm run dev:server\" \"npm run dev:ui\"",
|
|
49
|
+
"dev:server": "tsx watch src/index.ts",
|
|
50
|
+
"dev:ui": "vite build --config ui/vite.config.ts --watch",
|
|
51
|
+
"build": "tsup src/index.ts --format esm --dts --clean && npm run build:ui",
|
|
52
|
+
"build:server": "tsup src/index.ts --format esm --dts --clean",
|
|
53
|
+
"build:ui": "vite build --config ui/vite.config.ts",
|
|
54
|
+
"start": "node dist/index.js",
|
|
55
|
+
"typecheck": "tsc --noEmit",
|
|
56
|
+
"test": "vitest run",
|
|
57
|
+
"test:watch": "vitest",
|
|
58
|
+
"prepublishOnly": "npm run build",
|
|
59
|
+
"version-packages": "changeset version && npm install --package-lock-only",
|
|
60
|
+
"release": "npm run build && changeset publish"
|
|
61
|
+
},
|
|
62
|
+
"pnpm": {
|
|
63
|
+
"onlyBuiltDependencies": [
|
|
64
|
+
"better-sqlite3",
|
|
65
|
+
"esbuild"
|
|
66
|
+
]
|
|
67
|
+
},
|
|
68
|
+
"dependencies": {
|
|
69
|
+
"@hono/node-server": "^1.13.8",
|
|
70
|
+
"@modelcontextprotocol/sdk": "^1.12.1",
|
|
71
|
+
"@promptowl/contextnest-engine": "^1.0.0",
|
|
72
|
+
"bcryptjs": "^3.0.3",
|
|
73
|
+
"better-sqlite3": "^11.8.2",
|
|
74
|
+
"dotenv": "^16.6.1",
|
|
75
|
+
"hono": "^4.7.6",
|
|
76
|
+
"pg": "^8.13.1",
|
|
77
|
+
"uuid": "^14.0.0",
|
|
78
|
+
"zod": "^4.3.6"
|
|
79
|
+
},
|
|
80
|
+
"devDependencies": {
|
|
81
|
+
"@changesets/changelog-github": "^0.7.0",
|
|
82
|
+
"@changesets/cli": "^2.31.0",
|
|
83
|
+
"@radix-ui/react-alert-dialog": "^1.1.11",
|
|
84
|
+
"@radix-ui/react-avatar": "^1.1.0",
|
|
85
|
+
"@radix-ui/react-checkbox": "^1.1.1",
|
|
86
|
+
"@radix-ui/react-dialog": "^1.1.15",
|
|
87
|
+
"@radix-ui/react-dropdown-menu": "^2.1.12",
|
|
88
|
+
"@radix-ui/react-icons": "^1.3.0",
|
|
89
|
+
"@radix-ui/react-label": "^2.1.0",
|
|
90
|
+
"@radix-ui/react-popover": "^1.1.11",
|
|
91
|
+
"@radix-ui/react-progress": "^1.1.0",
|
|
92
|
+
"@radix-ui/react-scroll-area": "^1.2.3",
|
|
93
|
+
"@radix-ui/react-select": "^2.1.1",
|
|
94
|
+
"@radix-ui/react-separator": "^1.1.0",
|
|
95
|
+
"@radix-ui/react-slot": "^1.2.3",
|
|
96
|
+
"@radix-ui/react-switch": "^1.1.2",
|
|
97
|
+
"@radix-ui/react-tabs": "^1.1.9",
|
|
98
|
+
"@radix-ui/react-tooltip": "^1.1.8",
|
|
99
|
+
"@tailwindcss/typography": "^0.5.19",
|
|
100
|
+
"@tiptap/core": "^3.23.2",
|
|
101
|
+
"@tiptap/extension-character-count": "^3.23.2",
|
|
102
|
+
"@tiptap/extension-code-block-lowlight": "^3.23.2",
|
|
103
|
+
"@tiptap/extension-color": "^3.23.2",
|
|
104
|
+
"@tiptap/extension-details": "^3.23.2",
|
|
105
|
+
"@tiptap/extension-drag-handle-react": "^3.23.2",
|
|
106
|
+
"@tiptap/extension-highlight": "^3.23.2",
|
|
107
|
+
"@tiptap/extension-link": "^3.23.2",
|
|
108
|
+
"@tiptap/extension-node-range": "^3.23.2",
|
|
109
|
+
"@tiptap/extension-placeholder": "^3.23.2",
|
|
110
|
+
"@tiptap/extension-table": "^3.23.2",
|
|
111
|
+
"@tiptap/extension-task-item": "^3.23.2",
|
|
112
|
+
"@tiptap/extension-task-list": "^3.23.2",
|
|
113
|
+
"@tiptap/extension-text-style": "^3.23.2",
|
|
114
|
+
"@tiptap/extension-typography": "^3.23.2",
|
|
115
|
+
"@tiptap/pm": "^3.23.2",
|
|
116
|
+
"@tiptap/react": "^3.23.2",
|
|
117
|
+
"@tiptap/starter-kit": "^3.23.2",
|
|
118
|
+
"@types/bcryptjs": "^3.0.0",
|
|
119
|
+
"@types/better-sqlite3": "^7.6.13",
|
|
120
|
+
"@types/d3-force": "^3.0.10",
|
|
121
|
+
"@types/pg": "^8.11.10",
|
|
122
|
+
"@types/react": "^18.3.0",
|
|
123
|
+
"@types/react-dom": "^18.3.0",
|
|
124
|
+
"@types/uuid": "^10.0.0",
|
|
125
|
+
"@vitejs/plugin-react": "^4.3.0",
|
|
126
|
+
"@vitest/coverage-v8": "^3.2.4",
|
|
127
|
+
"autoprefixer": "^10.4.20",
|
|
128
|
+
"class-variance-authority": "^0.7.0",
|
|
129
|
+
"clsx": "^2.1.1",
|
|
130
|
+
"cmdk": "^1.0.0",
|
|
131
|
+
"concurrently": "^9.2.1",
|
|
132
|
+
"d3-force": "^3.0.0",
|
|
133
|
+
"lowlight": "^3.3.0",
|
|
134
|
+
"lucide-react": "^0.577.0",
|
|
135
|
+
"markdown-it-container": "^4.0.0",
|
|
136
|
+
"postcss": "^8.4.47",
|
|
137
|
+
"react": "^18.3.1",
|
|
138
|
+
"react-dom": "^18.3.1",
|
|
139
|
+
"react-markdown": "^9.1.0",
|
|
140
|
+
"remark-gfm": "^4.0.1",
|
|
141
|
+
"sonner": "^2.0.7",
|
|
142
|
+
"tailwind-merge": "^3.5.0",
|
|
143
|
+
"tailwindcss": "^3.4.14",
|
|
144
|
+
"tailwindcss-animate": "^1.0.7",
|
|
145
|
+
"tiptap-markdown": "^0.9.0",
|
|
146
|
+
"tsup": "^8.4.0",
|
|
147
|
+
"tsx": "^4.19.4",
|
|
148
|
+
"typescript": "^5.7.3",
|
|
149
|
+
"vite": "^6.0.0",
|
|
150
|
+
"vitest": "^3.0.0"
|
|
151
|
+
}
|
|
152
|
+
}
|