From 48923e4404b8d7edd35298053b09574dfaeb8c66 Mon Sep 17 00:00:00 2001 From: Johnny Greco Date: Fri, 18 Sep 2026 01:42:58 +0000 Subject: [PATCH] Remove project kind compatibility markers --- projects/research/project.yaml | 3 --- projects/tools/project.yaml | 3 --- projects/use-case-examples/project.yaml | 3 --- 3 files changed, 9 deletions(-) delete mode 100644 projects/research/project.yaml delete mode 100644 projects/tools/project.yaml delete mode 100644 projects/use-case-examples/project.yaml diff --git a/projects/research/project.yaml b/projects/research/project.yaml deleted file mode 100644 index 47c6a0ae..00000000 --- a/projects/research/project.yaml +++ /dev/null @@ -1,3 +0,0 @@ -# Temporary: main's legacy selector needs this while the grouped-layout PR runs. -# The new location-based selector ignores it; delete it after the migration merges. -kind: research-spike diff --git a/projects/tools/project.yaml b/projects/tools/project.yaml deleted file mode 100644 index 9d1a0ee2..00000000 --- a/projects/tools/project.yaml +++ /dev/null @@ -1,3 +0,0 @@ -# Temporary: main's legacy selector needs this while the grouped-layout PR runs. -# The new location-based selector ignores it; delete it after the migration merges. -kind: tool diff --git a/projects/use-case-examples/project.yaml b/projects/use-case-examples/project.yaml deleted file mode 100644 index 11acd1f5..00000000 --- a/projects/use-case-examples/project.yaml +++ /dev/null @@ -1,3 +0,0 @@ -# Temporary: main's legacy selector needs this while the grouped-layout PR runs. -# The new location-based selector ignores it; delete it after the migration merges. -kind: use-case-example