Skip to content

Commit 08b83e0

Browse files
committed
chore(spec-check): write the shadcn skip path as a plain string
Leftover template-string noise from drafting; `${"components"}/src/ui/` is just "components/src/ui/". Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Rvv6qysks2dRLaGfpTdgEy
1 parent f422e6a commit 08b83e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/check-spec-symbol-derivation.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ const DEBT = {
296296
// Files under these paths are not objectui's own authored surface.
297297
// - `ui/` is the Shadcn no-touch zone (AGENTS.md #7): upstream 3rd-party files
298298
// overwritten by sync scripts, so a collision there is not ours to fix.
299-
const SKIP_PATH_SEGMENTS = [`${"components"}/src/ui/`];
299+
const SKIP_PATH_SEGMENTS = ["components/src/ui/"];
300300

301301
const isSpecModule = (m) => m === "@objectstack/spec" || m.startsWith("@objectstack/spec/");
302302

0 commit comments

Comments
 (0)