Implement Stripe publication layer and close WP-0007

This commit is contained in:
codex
2026-07-03 01:08:29 +02:00
parent 124ad48720
commit a76e57ba89
11 changed files with 1508 additions and 9 deletions

View File

@@ -60,4 +60,17 @@ python3 -m observatory.importers.openrouter --input data/imports/openrouter-expo
```
Sample exports live under `data/imports/`. Live API sync can replace these
file-based importers in a follow-on workplan.
file-based importers in a follow-on workplan.
### Stripe Publication (shadow state)
```bash
cd projects/coulomb-pricing
python3 -m observatory.publish --model-id flat-899-eur-monthly
python3 -m observatory.publish --model-id flat-899-eur-monthly --apply
python3 -m observatory.publish --rollback stripe-rev-0001
```
These commands preview, apply, and roll back the local Stripe shadow state used
by the provider-publication MVP. The live Stripe API is still outside this
milestone.