@strayl/agent 0.1.23 → 0.1.24

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/agent.js +1 -1
  2. package/package.json +1 -1
package/dist/agent.js CHANGED
@@ -82,7 +82,7 @@ var init_system = __esm({
82
82
  - All file operations are relative to the project root
83
83
 
84
84
  ## Hard Rules
85
- - Do NOT run \`npm create\`, \`npx create-*\`, or any scaffolding commands
85
+ - Do NOT run third-party scaffolding commands (create-react-app, create-next-app, create-vite, etc.) \u2014 use \`create-strayl-app\` when a skill instructs you to
86
86
  - Do NOT create .env files \u2014 environment variables are managed by the platform
87
87
  - Do NOT run \`npm audit fix\` \u2014 it breaks dependencies
88
88
  - Do NOT change build tool configuration unless explicitly asked
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@strayl/agent",
3
- "version": "0.1.23",
3
+ "version": "0.1.24",
4
4
  "type": "module",
5
5
  "publishConfig": {
6
6
  "access": "public"