@asiflow/devcortex 0.1.3 → 0.1.4
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/cli.js +1 -1
- package/dist/cli.js.map +1 -1
- package/dist/daemon.js +42 -5
- package/dist/daemon.js.map +1 -1
- package/dist/dashboard/assets/{index-B-tRqNIJ.css → index-CXinpyQt.css} +1 -1
- package/dist/dashboard/assets/{index-CwfdsV2P.js → index-DefN1vxh.js} +10 -10
- package/dist/dashboard/assets/{index-CwfdsV2P.js.map → index-DefN1vxh.js.map} +1 -1
- package/dist/dashboard/index.html +2 -2
- package/package.json +5 -5
package/dist/cli.js
CHANGED
|
@@ -3473,7 +3473,7 @@ var program = new Command();
|
|
|
3473
3473
|
// package.json
|
|
3474
3474
|
var package_default = {
|
|
3475
3475
|
name: "@asiflow/devcortex",
|
|
3476
|
-
version: "0.1.
|
|
3476
|
+
version: "0.1.4",
|
|
3477
3477
|
description: "The cognitive layer for AI coding agents \u2014 evidence-backed ship reports, blast-radius protection, and persistent project memory. Works with Claude Code, Codex, Cursor, and any MCP client.",
|
|
3478
3478
|
license: "Apache-2.0",
|
|
3479
3479
|
type: "module",
|