@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.
- package/dist/agent.js +1 -1
- 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
|
|
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
|