From 9e47272adfc58827f7dcb099e7428e43f1217d38 Mon Sep 17 00:00:00 2001 From: Abiorh001 Date: Mon, 6 Apr 2026 08:57:37 +0100 Subject: [PATCH] Document local economy and business compute examples --- README.md | 5 +++++ docs/README.md | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/README.md b/README.md index 78f8306..b350c9b 100644 --- a/README.md +++ b/README.md @@ -186,6 +186,11 @@ export OMNICLAW_CLI_HUMAN=1 Note: `omniclaw` and `omniclaw-cli` point to the same CLI. +## Examples + +- `examples/local-economy/README.md` — canonical local buyer/seller flow +- `examples/business-compute/README.md` — business-facing paid compute and paid PDF seller using OmniClaw directly in a web app + --- ## For BUYERS (Paying for Services) diff --git a/docs/README.md b/docs/README.md index cf3809c..0265071 100644 --- a/docs/README.md +++ b/docs/README.md @@ -13,6 +13,11 @@ This directory is split into two parts: - `docs/agent-skills.md` - `docs/cli-reference.md` +### Examples + +- `examples/local-economy/README.md` +- `examples/business-compute/README.md` + ### Product And Architecture - `docs/FEATURES.md`