diff --git a/.changeset/beige-pants-teach.md b/.changeset/beige-pants-teach.md new file mode 100644 index 0000000..b4af0e5 --- /dev/null +++ b/.changeset/beige-pants-teach.md @@ -0,0 +1,6 @@ +--- +"std": patch +--- + +chore: fix cursor rules config + \ No newline at end of file diff --git a/.changeset/shy-fans-draw.md b/.changeset/shy-fans-draw.md new file mode 100644 index 0000000..4f01053 --- /dev/null +++ b/.changeset/shy-fans-draw.md @@ -0,0 +1,6 @@ +--- +"std": patch +--- + +chore: Add cursor rule config file + \ No newline at end of file diff --git a/jsrepo-build-config.json b/jsrepo-build-config.json index bf81a3e..6904bb6 100644 --- a/jsrepo-build-config.json +++ b/jsrepo-build-config.json @@ -13,7 +13,7 @@ "configFiles": [ { "name": "Cursor Rule", - "expectedPath": "./.cursor/rules", + "expectedPath": "./.cursor/rules/typescript-utility-functions.mdc", "path": "./rules/typescript-utility-functions.mdc", "optional": true } diff --git a/jsrepo-manifest.json b/jsrepo-manifest.json index f86c2b0..ee18df0 100644 --- a/jsrepo-manifest.json +++ b/jsrepo-manifest.json @@ -13,7 +13,7 @@ { "name": "Cursor Rule", "path": "./rules/typescript-utility-functions.mdc", - "expectedPath": "./.cursor/rules", + "expectedPath": "./.cursor/rules/typescript-utility-functions.mdc", "optional": true } ],