@joycostudio/scripts 0.0.4 → 0.0.5

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.
Files changed (2) hide show
  1. package/dist/cli.js +3 -3
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -3052,7 +3052,7 @@ var {
3052
3052
  // package.json
3053
3053
  var package_default = {
3054
3054
  name: "@joycostudio/scripts",
3055
- version: "0.0.4",
3055
+ version: "0.0.5",
3056
3056
  description: "Joyco utility scripts as a pnpx CLI",
3057
3057
  bin: {
3058
3058
  scripts: "dist/cli.js"
@@ -3523,8 +3523,8 @@ var agentStrategies = {
3523
3523
  description: "Claude Code reads CLAUDE.md from the project root."
3524
3524
  },
3525
3525
  cursor: {
3526
- defaultPath: import_path6.default.join(".cursor", "rules", "AGENTS.md"),
3527
- description: "Cursor reads Markdown rules from .cursor/rules/."
3526
+ defaultPath: "AGENTS.md",
3527
+ description: "Cursor reads AGENTS.md from the project root."
3528
3528
  }
3529
3529
  };
3530
3530
  function parseAgentStrategy(value) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@joycostudio/scripts",
3
- "version": "0.0.4",
3
+ "version": "0.0.5",
4
4
  "description": "Joyco utility scripts as a pnpx CLI",
5
5
  "bin": {
6
6
  "scripts": "dist/cli.js"