chore: expose SGS hall POI diagnostics

This commit is contained in:
lyf
2026-06-30 02:07:47 +08:00
parent 9f59a856e7
commit 24699d2978
2 changed files with 99 additions and 5 deletions

View File

@@ -0,0 +1,24 @@
# Task 3 Report
Status: DONE
Files changed:
- `src/repositories/GuideModelRepository.ts`
Commands run:
- `node scripts/check-sgs-hall-poi-adapter.mjs`
- Output: `SGS hall POI adapter smoke check passed`
- `pnpm type-check`
- Output summary: `vue-tsc --noEmit` completed successfully in the main workspace.
Commits created:
- Main workspace commit will be created by controller after validation.
Self-review notes:
- Added dev-only SGS guide model diagnostics helper.
- Replaced silent floor endpoint catches with guarded diagnostics while preserving empty-array fallback behavior.
- Added hall-generation diagnostics for eligible spaces producing no renderable hall POIs and render filtering removing all hall POIs.
- No page/component SGS payload parsing was added.
Concerns:
- None after main workspace validation.