Compare commits

..

6 Commits

Author SHA1 Message Date
ben.stull 3693853973 Propose: Fulfillment & Inventory
On-behalf-of: Ben Stull <ben.stull>
2026-06-01 18:46:56 +00:00
ben.stull 19ace99dbd Merge proposal: cart-order
regenerate-readme-index / noop (push) Has been cancelled
On-behalf-of: Ben Stull <ben.stull>
2026-06-01 18:46:41 +00:00
ben.stull 6f69ea8c52 Propose: Cart & Order
On-behalf-of: Ben Stull <ben.stull>
2026-06-01 18:46:26 +00:00
ben.stull 85701bbb79 Merge proposal: price
regenerate-readme-index / noop (push) Has been cancelled
On-behalf-of: Ben Stull <ben.stull>
2026-06-01 18:46:08 +00:00
ben.stull 010f2fdc4c Propose: Price
On-behalf-of: Ben Stull <ben.stull>
2026-06-01 18:45:54 +00:00
ben.stull f4e2ba0f67 Merge proposal: product-listing
regenerate-readme-index / noop (push) Has been cancelled
On-behalf-of: Ben Stull <ben.stull>
2026-06-01 18:45:38 +00:00
3 changed files with 57 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
---
slug: cart-order
title: Cart & Order
state: super-draft
id: null
repo: null
proposed_by: ben.stull@wiggleverse.org
proposed_at: '2026-06-01'
graduated_at: null
graduated_by: null
owners:
- ben.stull
arbiters: []
tags:
- commerce
---
An order is commonly modeled as the end of a conversion funnel; in OHM it is a mutual commitment between a buyer and a seller. This RFC defines Cart and Order as that commitment — what each party is promising the other — rather than as a metric to be maximized. It serves Relationality and grounds fulfillment, refunds, and disputes.
+19
View File
@@ -0,0 +1,19 @@
---
slug: fulfillment-inventory
title: Fulfillment & Inventory
state: super-draft
id: null
repo: null
proposed_by: ben.stull@wiggleverse.org
proposed_at: '2026-06-01'
graduated_at: null
graduated_by: null
owners:
- ben.stull
arbiters: []
tags:
- commerce
---
Once an order is a mutual commitment, fulfillment is the keeping of that promise and inventory is its honest basis. This RFC defines Fulfillment and Inventory so that availability is real and shipping is represented truthfully, not optimistically. It protects the trust the Commercial Relationship depends on.
+19
View File
@@ -0,0 +1,19 @@
---
slug: price
title: Price
state: super-draft
id: null
repo: null
proposed_by: ben.stull@wiggleverse.org
proposed_at: '2026-06-01'
graduated_at: null
graduated_by: null
owners:
- ben.stull
arbiters: []
tags:
- commerce
---
Price is where a platform most easily deceives — through hidden fees, drip pricing, and surprise charges at the end. This RFC defines Price as honest and all-in: the number a Human sees is the number that governs the exchange. It serves Agency and Wise Speech, and underpins the load and checkout mechanics.