examples: publish to the production bucket instead of the development one - #3
Conversation
|
Navigate logical layers of code changes, visualize relationships, and explore their blast radius. No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Advanced Run ID: 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review. 📝 WalkthroughWalkthroughThe PR updates all three example publish targets to the production ChangesLive example publishing
Priority: ➖ Normal Estimated code review effort: 1 (Trivial) | ~5 minutes Change: Feature Merge Risk: ⚪ Minimal · up to The examples now use the production publishing domain and the README documents all three live examples. No concrete current-head risk remains identified. 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches 💡 1🛠️ Fix failing CI checks 💡
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
… one The three ingest examples pointed their publish target at `chainplot-test` behind an `r2.dev` origin, which was the bucket used while publish was being built. They now target the `chainplot` bucket behind chainplot.chainstacklabs.com, and all three have been republished there and regenerated with the current viewer. The root README lists usdc-supply alongside the other two, since it is published now as well, and says what the pointer links are: stable across republishes, naming a release directory that is content-addressed and never rewritten. Dated plan documents keep the bucket name they were written with. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
The list pointed at each example's `latest.json`, which is the pointer the stable URL reads, not a page: following one gets you JSON. Now that the publish root renders, that is the link to hand out, and the section below already explains why it stays put. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
701e0a0 to
2ba89c5
Compare
Summary
The three ingest examples targeted the
chainplot-testbucket behind anr2.devorigin, which is the bucketpublishwas developed against. They now target thechainplotbucket behind chainplot.chainstacklabs.com.All three were republished there and regenerated with the current viewer, so the live pages carry the aligned amount columns, level KPI cards and the corrected footer rather than the layout they were built with months ago.
The README now lists usdc-supply alongside the other two, since it is published as well, and explains what the pointer links are.
Live now
Verification
complete_with_rowsover the pinned range in both cases.Dated plan documents under
docs/plans/keep the bucket name they were written with.🤖 Generated with Claude Code
Summary by CodeRabbit
Documentation
Configuration