{
  "schema": "martybytes-plan-contract/v1",
  "id": "synthetic-scope-widen",
  "version": "1.0.0",
  "phase": "proposed",
  "goal": "Demonstrate rejection of an explicitly out-of-scope path.",
  "changes": [{"path": "infra/production.tf", "action": "modify"}],
  "dependencies": [],
  "testRequirements": [
    {"id": "unit", "command": "node --test test/parser.test.mjs"},
    {"id": "manifest", "command": "node scripts/verify-manifest.mjs"}
  ],
  "executionEvidence": [],
  "rollback": {"strategy": "Restore the changed file.", "verification": "Review the restored diff."},
  "stopConditions": ["Stop when a change targets infra/." ]
}
