sandboxbox 3.0.57 → 3.0.59
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/package.json +1 -1
- package/utils/commands/claude.js +3 -3
package/package.json
CHANGED
package/utils/commands/claude.js
CHANGED
|
@@ -343,13 +343,13 @@ ${gitWorkflowGuidelines}
|
|
|
343
343
|
|
|
344
344
|
${prompt}
|
|
345
345
|
|
|
346
|
-
IMPORTANT: Before finishing, you MUST execute these Git operations to sync your changes to the
|
|
346
|
+
IMPORTANT: Before finishing, you MUST execute these Git operations to sync your changes to the repository:
|
|
347
347
|
1. Check git status: git status
|
|
348
348
|
2. Add any new files: git add .
|
|
349
349
|
3. Commit with descriptive message: git commit -m "Your commit message here"
|
|
350
|
-
4. Push to
|
|
350
|
+
4. Push to remote repository: git push origin master
|
|
351
351
|
|
|
352
|
-
This is mandatory - all changes must be preserved in the
|
|
352
|
+
This is mandatory - all changes must be preserved in the repository.`;
|
|
353
353
|
|
|
354
354
|
// Environment is now properly configured with same permissions as run command
|
|
355
355
|
|