{
  "manifest_version": 1,
  "skill": "rdc:rpms-filemap",
  "description": "RPMS file map answers a placement question using canonical homes and Rule #1 language.",
  "fixture": {
    "prompt": "rdc:rpms-filemap where should a project report and entity context live?",
    "env": { "RDC_TEST": "1" }
  },
  "assertions": {
    "exit_code": 0,
    "commits_made": { "min": 0 },
    "stdout_contains": ["_context.md", ".rdc/reports"]
  },
  "acceptance": {
    "output_contains": [
      "_context.md",
      "generated",
      ".rdc/reports"
    ],
    "output_not_contains": [
      "hand-edit generated",
      "second home",
      "raw manifests",
      "binary commit"
    ]
  },
  "teardown": { "reset_branch": true }
}
