fix(26): revise plans based on checker feedback

This commit is contained in:
2026-04-10 14:48:44 +02:00
parent 9226dd3d90
commit 2f88ead599
2 changed files with 3 additions and 3 deletions

View File

@@ -279,7 +279,7 @@ export function useGlobalItems(query?: string, tags?: string[]) {
Import `useQuery` from `@tanstack/react-query` and `apiGet` from `../lib/api`.
</action>
<verify>
<automated>cd /home/jean-luc-makiola/Development/projects/GearBox && npx tsc --noEmit src/client/hooks/useDiscovery.ts 2>&1 || echo "Checking with bun build" && bun build src/client/hooks/useDiscovery.ts --outdir /tmp/check-discovery --external react --external @tanstack/react-query 2>&1</automated>
<automated>cd /home/jean-luc-makiola/Development/projects/GearBox && bun run build 2>&1 | tail -20</automated>
</verify>
<acceptance_criteria>
- src/client/hooks/useDiscovery.ts contains `export function useDiscoverySetups(`

View File

@@ -2,8 +2,8 @@
phase: 26-discovery-landing-page
plan: 03
type: execute
wave: 2
depends_on: [26-01]
wave: 3
depends_on: [26-01, 26-02]
files_modified:
- src/client/routes/index.tsx
- src/client/components/PublicSetupCard.tsx