🔐
Verifiedpermissions0 installs

Testing Mode

Optimized for running tests with full execution permissions but restricted file modifications

Model Configuration

Modelclaude-sonnet-4.5
Max Tokens12,288
Temperature0.4

Use Case

Perfect for test-driven development, running test suites, and CI/CD debugging

Configuration

{
  "model": "claude-sonnet-4.5",
  "max_tokens": 12288,
  "temperature": 0.4,
  "safety_checks": true,
  "tools_allowed": [
    "read",
    "execute",
    "grep",
    "glob",
    "ls",
    "git"
  ],
  "tools_restricted": [
    "edit",
    "create",
    "delete",
    "patch"
  ],
  "allow_test_execution": true,
  "require_confirmation": false,
  "test_framework_support": true
}

Installation

Via StackShack CLI

npx stackshack install testing-mode

Manual Configuration

Add this configuration to your claude_settings file:

{
  "model": "claude-sonnet-4.5",
  "max_tokens": 12288,
  "temperature": 0.4,
  "safety_checks": true,
  "tools_allowed": [
    "read",
    "execute",
    "grep",
    "glob",
    "ls",
    "git"
  ],
  "tools_restricted": [
    "edit",
    "create",
    "delete",
    "patch"
  ],
  "allow_test_execution": true,
  "require_confirmation": false,
  "test_framework_support": true
}

Tags

#testing#qa#execution#ci-cd

Quick Actions

Stats

Installs0
Categorypermissions
Statuspublished

Need Help?

Check our documentation or reach out to the community.

Get Support

More permissions Settings