(id: string)
| 77 | | { ok: false; reason: 'invalid'; error: string } |
| 78 | |
| 79 | const relFor = (id: string): string => join(ISSUES_DIR_REL, `${id}.md`) |
| 80 | |
| 81 | /** A valid issue id / filename stem — kebab-ish, no path separators (the file |
| 82 | * service guards traversal too, but reject early with a clear reason). */ |
no outgoing calls
no test coverage detected