| 16 | const questionsDir = path.join(repoRoot, 'questions') |
| 17 | |
| 18 | interface QuestionDoc { |
| 19 | question?: { id?: string } |
| 20 | } |
| 21 | |
| 22 | let errors = 0 |
| 23 | // Match `<category>/<id>.yaml` only — leaves the top-level survey.yaml and |
nothing calls this directly
no outgoing calls
no test coverage detected