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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sandboxbox",
3
- "version": "3.0.57",
3
+ "version": "3.0.59",
4
4
  "description": "Lightweight process containment sandbox for CLI tools - Playwright, Claude Code, and more. Pure Node.js, no dependencies.",
5
5
  "type": "module",
6
6
  "main": "cli.js",
@@ -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 host repository:
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 host repository: git push host master
350
+ 4. Push to remote repository: git push origin master
351
351
 
352
- This is mandatory - all changes must be preserved in the host repository.`;
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