| 1 | import { describe, test, expect } from "bun:test"; |
| 2 | import { stripAtPrefix, resolveAtReference } from "./at-reference"; |
| 3 | |
| 4 | // The `@foo.md` convention — popularised by Claude Code but supported by |
nothing calls this directly
no test coverage detected