mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-05-18 23:03:06 +08:00
docs: refine billing readback dashboard blocker
This commit is contained in:
@@ -66,6 +66,8 @@ function seedRepo(rootDir, overrides = {}) {
|
||||
'eb69412',
|
||||
'Marketplace webhook provenance',
|
||||
'2859678',
|
||||
'Wrangler OAuth readback',
|
||||
'42653f9',
|
||||
'announcementGate',
|
||||
'ITO-55',
|
||||
'Linear live sync is current for the May 17 merge batch',
|
||||
@@ -260,11 +262,12 @@ function runTests() {
|
||||
)));
|
||||
assert.ok(report.requirements.some(item => (
|
||||
item.id === 'ecc-tools-next-level'
|
||||
&& item.gap === 'replace the invalid Cloudflare credential, create or verify Marketplace-managed Pro billing-state with webhook provenance, then run `billing:kv-readback -- --require-ready` and the live announcement gate'
|
||||
&& item.gap === 'create or verify Marketplace-managed Pro billing-state with webhook provenance, then run `billing:kv-readback -- --wrangler --require-ready` and the live announcement gate'
|
||||
&& item.evidence.includes('operator-visible promotion output details')
|
||||
&& item.evidence.includes('hosted promotion judge audit traces')
|
||||
&& item.evidence.includes('billing announcement preflight')
|
||||
&& item.evidence.includes('aggregate production billing KV readback')
|
||||
&& item.evidence.includes('Wrangler OAuth readback')
|
||||
&& item.evidence.includes('provenance-aware Marketplace billing-state gates')
|
||||
)));
|
||||
assert.ok(report.requirements.some(item => (
|
||||
|
||||
Reference in New Issue
Block a user