refactor(gui-v2): delete X.vue stub, repoint 2 boundary refs to StatusTag, add shared/* regression locks

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-18 13:48:21 +02:00
parent 237afc89e6
commit 1a66ac6e64
2 changed files with 36 additions and 12 deletions

View File

@@ -1,10 +0,0 @@
<script setup lang="ts">
// Boundary-test placeholder — do not import in production code.
// Exists so eslint-plugin-boundaries can resolve @/components-v2/shared/X.vue
// in unit tests (the resolver skips unresolvable imports).
// TODO TECH-WS-GUI-REDESIGN: replace with real shared components.
</script>
<template>
<div />
</template>