{
  "schema": "martybytes-plan-contract/v1",
  "id": "synthetic-missing-rollback",
  "version": "1.0.0",
  "phase": "proposed",
  "goal": "Demonstrate rejection when rollback is omitted.",
  "changes": [{"path": "src/parser.mjs", "action": "modify"}],
  "dependencies": [],
  "testRequirements": [
    {"id": "unit", "command": "node --test test/parser.test.mjs"},
    {"id": "manifest", "command": "node scripts/verify-manifest.mjs"}
  ],
  "executionEvidence": [],
  "stopConditions": ["Stop if rollback is not defined."]
}
