@reqall/cursor-plugin 0.0.2 → 0.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.
package/dist/index.d.ts CHANGED
@@ -4,5 +4,5 @@
4
4
  * Cursor adapter for Reqall knowledgebase.
5
5
  * Expand as Cursor's plugin API matures.
6
6
  */
7
- export { loadConfig, detectProject, formatContext } from '@reqall/core';
7
+ export { loadConfig, detectProject } from '@reqall/core';
8
8
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,OAAO,EAAE,UAAU,EAAE,aAAa,EAAE,aAAa,EAAE,MAAM,cAAc,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,OAAO,EAAE,UAAU,EAAE,aAAa,EAAE,MAAM,cAAc,CAAC"}
package/dist/index.js CHANGED
@@ -4,5 +4,5 @@
4
4
  * Cursor adapter for Reqall knowledgebase.
5
5
  * Expand as Cursor's plugin API matures.
6
6
  */
7
- export { loadConfig, detectProject, formatContext } from '@reqall/core';
7
+ export { loadConfig, detectProject } from '@reqall/core';
8
8
  //# sourceMappingURL=index.js.map
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,OAAO,EAAE,UAAU,EAAE,aAAa,EAAE,aAAa,EAAE,MAAM,cAAc,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,OAAO,EAAE,UAAU,EAAE,aAAa,EAAE,MAAM,cAAc,CAAC"}
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@reqall/cursor-plugin",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "description": "Reqall plugin for Cursor — persistent semantic memory for AI agents",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
7
7
  "dependencies": {
8
- "@reqall/core": "0.0.2"
8
+ "@reqall/core": "0.0.3"
9
9
  },
10
10
  "license": "MIT",
11
11
  "scripts": {
package/src/index.ts CHANGED
@@ -4,4 +4,4 @@
4
4
  * Cursor adapter for Reqall knowledgebase.
5
5
  * Expand as Cursor's plugin API matures.
6
6
  */
7
- export { loadConfig, detectProject, formatContext } from '@reqall/core';
7
+ export { loadConfig, detectProject } from '@reqall/core';