codecortex-ai 0.4.0 → 0.4.1

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.
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  createServer,
3
3
  startServer
4
- } from "../chunk-OJAMBNHJ.js";
4
+ } from "../chunk-HAQM7D7F.js";
5
5
  export {
6
6
  createServer,
7
7
  startServer
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "codecortex-ai",
3
- "version": "0.4.0",
4
- "description": "Persistent, AI-powered codebase knowledge layer. Pre-digests codebases into structured knowledge and serves to AI agents via MCP.",
3
+ "version": "0.4.1",
4
+ "description": "Permanent codebase memory for AI agents extracts symbols, deps, and patterns, serves via MCP",
5
5
  "type": "module",
6
6
  "bin": {
7
7
  "codecortex": "dist/cli/index.js"