The issue enters a traceable run
A signed GitHub event creates illustrative Run #184 and hands the task to an Agent Workspace.
Illustrative triggerAI Application Delivery Platform
Move from agent work to verified deployment with explicit maturity at every stage. The workflow below is illustrative; Deploy & Verify is available today.
Illustrative workflow · availability is shown for each stage
Discounted orders round tax per line, leaving some checkout totals one cent high. Fix the calculation and add a regression test.
✓ trigger ready · submit to create Run #184
Trigger, work, review, and delivery stay in one traceable record.
A signed GitHub event creates illustrative Run #184 and hands the task to an Agent Workspace.
Illustrative triggerThis illustrative Agent Workspace shows Pi editing and testing. Workspace is Public Alpha; managed Pi Runtime and Run are Private Preview.
I’ll trace the checkout summary and tax calculation, replace per-line rounding with order-level rounding, then run the focused tests.
Issue #184 is fixed: tax now rounds once from the taxable order subtotal, keeping the checkout summary and payment total aligned.
@@ calculateTax: line items → order subtotal-return sum(lines.map(roundTax));+const taxable = sumTaxableSubtotal(lines);+return roundCurrency(taxable * taxRate);+// one order-level rounding boundary+ checkout total matches captured paymentAvailable Deploy & Verify publishes the illustrative static storefront, then records its public route and health result.
Repository build acceptedgithub.com/morrow-house/storefront
Target VPS resolvedyour-vps-03 · linux/amd64
Static storefront publishedmorrow-house · Astro static output
Public route attached · TLS readystorefront.example.test
Checkout page check passedGET /checkout · 200 OK · 38 ms
✓Available Deploy & Verify evidence recorded
Beyond a code patch
Choose from the official Blueprint catalog for databases, storage, automation, AI runtimes, observability, and complete self-hosted applications. Each recipe carries the resources, ports, health checks, and bindings needed to run it.
Exact source artifact reviewed by digest
Postgres · storage health · secrets
Resources · bindings deployments · evidence
One path from trigger to delivery.