cntx-ui 3.0.2 → 3.0.3
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.
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Handles file operations, pattern matching, and directory traversal
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
|
-
import { readdirSync, statSync, existsSync, watch } from 'fs';
|
|
6
|
+
import { readdirSync, readFileSync, statSync, existsSync, watch } from 'fs';
|
|
7
7
|
import { join, relative, extname, basename, dirname } from 'path';
|
|
8
8
|
|
|
9
9
|
export default class FileSystemManager {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cntx-ui",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "3.0.
|
|
4
|
+
"version": "3.0.3",
|
|
5
5
|
"description": "Autonomous Repository Intelligence engine with web UI and MCP server. Unified semantic code understanding, local RAG, and agent working memory.",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"repository-intelligence",
|