cognova 0.2.18 → 0.2.20
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/.output/nitro.json +1 -1
- package/.output/public/_nuxt/builds/latest.json +1 -1
- package/.output/public/_nuxt/builds/meta/d528449f-50ac-4f95-b7da-122a1fdd6e85.json +1 -0
- package/.output/server/chunks/build/styles.mjs +4 -4
- package/.output/server/chunks/nitro/nitro.mjs +223 -221
- package/.output/server/package.json +1 -1
- package/Claude/skills/_lib/api.py +4 -4
- package/Claude/skills/project/project.py +2 -1
- package/Claude/skills/skill-creator/SKILL.md +7 -0
- package/Claude/skills/task/task.py +4 -3
- package/dist/cli/index.js +372 -170
- package/package.json +2 -1
- package/server/bridge/adapters/imessage.ts +2 -0
- package/.output/public/_nuxt/builds/meta/6a560455-b93a-481e-8cf7-8f19b387a293.json +0 -1
package/.output/nitro.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"id":"
|
|
1
|
+
{"id":"d528449f-50ac-4f95-b7da-122a1fdd6e85","timestamp":1771895899471}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"id":"d528449f-50ac-4f95-b7da-122a1fdd6e85","timestamp":1771895899471,"matcher":{"static":{},"wildcard":{},"dynamic":{}},"prerendered":[]}
|
|
@@ -2,14 +2,14 @@ const interopDefault = r => r.default || r || [];
|
|
|
2
2
|
const styles = {
|
|
3
3
|
"../node_modules/.pnpm/@nuxt+ui@4.3.0_2329ed002e1dfb3a5ad728629f2842a0/node_modules/@nuxt/ui/dist/runtime/components/prose/Pre.vue": () => import('./Pre-styles.Ddy5_gRD.mjs').then(interopDefault),
|
|
4
4
|
"../node_modules/.pnpm/@nuxt+ui@4.3.0_2329ed002e1dfb3a5ad728629f2842a0/node_modules/@nuxt/ui/dist/runtime/components/prose/Pre.vue?vue&type=style&index=0&lang.css": () => import('./Pre-styles.Ddy5_gRD.mjs').then(interopDefault),
|
|
5
|
-
"../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.8_@vue+compiler-sfc@3.5.26_cac@6.7.14_8d83c28c0d94300082d27cb0fc0cc879/node_modules/nuxt/dist/app/components/error-404.vue": () => import('./error-404-styles.AYNYglVn.mjs').then(interopDefault),
|
|
6
5
|
"../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.8_@vue+compiler-sfc@3.5.26_cac@6.7.14_8d83c28c0d94300082d27cb0fc0cc879/node_modules/nuxt/dist/app/components/error-500.vue": () => import('./error-500-styles.CQugGB96.mjs').then(interopDefault),
|
|
7
|
-
"../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.8_@vue+compiler-sfc@3.5.26_cac@6.7.14_8d83c28c0d94300082d27cb0fc0cc879/node_modules/nuxt/dist/app/components/error-404.vue
|
|
6
|
+
"../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.8_@vue+compiler-sfc@3.5.26_cac@6.7.14_8d83c28c0d94300082d27cb0fc0cc879/node_modules/nuxt/dist/app/components/error-404.vue": () => import('./error-404-styles.AYNYglVn.mjs').then(interopDefault),
|
|
8
7
|
"../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.8_@vue+compiler-sfc@3.5.26_cac@6.7.14_8d83c28c0d94300082d27cb0fc0cc879/node_modules/nuxt/dist/app/components/error-500.vue?vue&type=style&index=0&scoped=e0213155&lang.css": () => import('./error-500-styles.CQugGB96.mjs').then(interopDefault),
|
|
9
|
-
"components/
|
|
10
|
-
"components/tasks/TaskForm.vue?vue&type=style&index=0&lang.css": () => import('./TaskForm-styles.DRSLq_mo.mjs').then(interopDefault),
|
|
8
|
+
"../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.8_@vue+compiler-sfc@3.5.26_cac@6.7.14_8d83c28c0d94300082d27cb0fc0cc879/node_modules/nuxt/dist/app/components/error-404.vue?vue&type=style&index=0&scoped=8f98a97f&lang.css": () => import('./error-404-styles.AYNYglVn.mjs').then(interopDefault),
|
|
11
9
|
"components/agents/AgentForm.vue": () => import('./AgentForm-styles.DCUnzu4-.mjs').then(interopDefault),
|
|
12
10
|
"components/agents/AgentForm.vue?vue&type=style&index=0&lang.css": () => import('./AgentForm-styles.DCUnzu4-.mjs').then(interopDefault),
|
|
11
|
+
"components/tasks/TaskForm.vue": () => import('./TaskForm-styles.DRSLq_mo.mjs').then(interopDefault),
|
|
12
|
+
"components/tasks/TaskForm.vue?vue&type=style&index=0&lang.css": () => import('./TaskForm-styles.DRSLq_mo.mjs').then(interopDefault),
|
|
13
13
|
"components/editor/DocumentEditor.vue": () => import('./DocumentEditor-styles.CHRLgdKS.mjs').then(interopDefault),
|
|
14
14
|
"components/editor/DocumentEditor.vue?vue&type=style&index=0&lang.css": () => import('./DocumentEditor-styles.CHRLgdKS.mjs').then(interopDefault)
|
|
15
15
|
};
|