fix(paths): remove duplicate SF_ROOT_FILES export

- removed redundant self-assignment export that served no purpose

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
This commit is contained in:
ace-pm 2026-04-15 16:11:25 +02:00
parent dfbe620c34
commit b5caedf786

View file

@ -267,8 +267,6 @@ export const SF_ROOT_FILES = {
CODEBASE: "CODEBASE.md",
} as const;
export const SF_ROOT_FILES = SF_ROOT_FILES;
export type SFRootFileKey = keyof typeof SF_ROOT_FILES;
const LEGACY_SF_ROOT_FILES: Record<SFRootFileKey, string> = {