testwall 1.0.1

Enforce test immutability for agentic TDD workflows
{
  "name": "testwall",
  "version": "1.0.1",
  "description": "Enforce test immutability for agentic TDD workflows",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/matthewdavidson/testwall"
  },
  "homepage": "https://github.com/matthewdavidson/testwall",
  "keywords": ["testing", "tdd", "llm", "agent", "immutability"],
  "bin": {
    "testwall": "bin/testwall"
  },
  "scripts": {
    "postinstall": "node install.js"
  },
  "files": [
    "install.js",
    "bin/"
  ],
  "optionalDependencies": {
    "@testwall/darwin-arm64": "1.0.1",
    "@testwall/darwin-x64": "1.0.1",
    "@testwall/linux-x64": "1.0.1",
    "@testwall/linux-arm64": "1.0.1",
    "@testwall/win32-x64": "1.0.1"
  }
}