Commit 4664850
committed
fix(app-showcase): stamp inquiry source only when absent (verify fidelity)
The guest-defaults hook unconditionally set source='web', so the verify
round-trip wrote source='verify-sample' and read back 'web' — a fidelity
gap that failed the Dogfood Regression Gate. Make it a default (only when
absent), matching status. Public submissions never include source (the
form whitelist excludes it), so they still get 'web'; explicit values now
round-trip cleanly.1 parent 1a0bbba commit 4664850
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
| 97 | + | |
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| |||
0 commit comments