You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci: /verify runs all tiers (0-3) via app.verify pr
Replace the Tier 0-only score calls with a single 'app.verify pr', which reports
Tier 0/1/2/3 (Tier 3 dry-run) for the PR's changed records + a full baseline.
// `pr` already emits its own H2 heading + tier sections; just frame it.
99
97
const body = [
100
98
marker,
101
-
'## 🔎 Data verification — Tier 0 (on demand)',
102
-
'',
103
-
`Requested by @${by} via \`/verify\` · scored by \`app.verify\`, posted by **TechEngineBot**. Informational only — the structural gate (\`app.validate\`) is separate.`,
104
-
'',
105
99
report,
100
+
'',
101
+
`<sub>Requested by @${by} via \`/verify\` · scored by \`app.verify\`, posted by **TechEngineBot**. Informational only — the structural gate (\`app.validate\`) is separate; Tier 3 here is dry-run.</sub>`,
0 commit comments