@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.
- package/dist/cli.js +3 -3
- 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.
|
|
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:
|
|
3527
|
-
description: "Cursor reads
|
|
3526
|
+
defaultPath: "AGENTS.md",
|
|
3527
|
+
description: "Cursor reads AGENTS.md from the project root."
|
|
3528
3528
|
}
|
|
3529
3529
|
};
|
|
3530
3530
|
function parseAgentStrategy(value) {
|