shopflow-suite

Codex Quickstart

This is the shortest truthful path for using Shopflow from a Codex-style coding workflow.

In plain language:

think of this page as the “open these three drawers first” card for Codex.

What Codex Can Read Today

Codex can already consume:

It still must not claim:

Codex Public Distribution Matrix

Bundle piece What Shopflow has now Where to open it first What it still must not claim
starter bundle repo-owned Codex packet + quickstart pnpm cli:read-only -- agent-target-packet --target codex Shopflow is already officially listed or published on a Codex-owned surface
sample config checked-in Codex packet + listing payload examples docs/ecosystem/examples/agent-target-packet.codex.json published Codex plugin
install docs Codex install path and front-door guide docs/ecosystem/codex-quickstart.md Shopflow is already officially listed or published on a Codex-owned surface
proof loop target packet + listing payload export + bundle check pnpm cli:read-only -- plugin-marketplace-metadata --target codex --output .runtime-cache/cli/plugin-marketplace-metadata.codex.json that auth or marketplace submission already happened
metadata / listing payload checked-in listing payload example + CLI export docs/ecosystem/examples/plugin-marketplace-metadata.codex.json Codex docs and product surfaces are real, but this repo does not prove a Codex-owned listing surface or Shopflow publication there

In plain language:

Shopflow now has a real Codex starter bundle. It is like a boxed starter kit on the shelf. What it is not is proof that the box is already stocked in an official store.

Fastest Command Path

  1. inspect the high-level truth buckets
pnpm cli:read-only -- integration-surface
  1. pull one joined read-only bundle
pnpm cli:read-only -- outcome-bundle --app ext-kroger
  1. consume the thin runtime seam only if you already have a real base URL
pnpm cli:read-only -- runtime-consumer --base-url http://127.0.0.1:4317
  1. when you need the plugin-level public distribution bundle without overclaiming publication
pnpm cli:read-only -- agent-target-packet --target codex
pnpm cli:read-only -- public-distribution-bundle
pnpm cli:read-only -- agent-integration-bundle
pnpm cli:read-only -- public-mcp-capability-map --output .runtime-cache/cli/public-mcp-capability-map.json
pnpm cli:read-only -- plugin-marketplace-metadata --target codex --output .runtime-cache/cli/plugin-marketplace-metadata.codex.json

Best Companion Pages

Fastest No-Runtime Packet

If you want checked-in examples before you run anything:

That trio now acts as the Codex starter bundle:

  1. agent-target-packet.codex.json = the sample config / handoff packet
  2. plugin-marketplace-metadata.codex.json = the listing payload example
  3. this quickstart page = the install doc and proof-loop guide

If you want the code import surface instead of CLI output:

import {
  agentIntegrationBundle,
  publicMcpCapabilityMap,
  pluginMarketplaceMetadataPacket,
} from '@shopflow/contracts';

30-Second Copy-Paste Path

Best first command

pnpm cli:read-only -- agent-target-packet --target codex

Best second command

pnpm cli:read-only -- plugin-marketplace-metadata --target codex --output .runtime-cache/cli/plugin-marketplace-metadata.codex.json

Best companion doc

Must not claim

Why This Path Is Honest