Documentation Index
Fetch the complete documentation index at: https://docs.bitfield.so/llms.txt
Use this file to discover all available pages before exploring further.
Workflows
Workflow examples.
Workflows show a whole shape, not a loose snippet. Each one starts with the file or app surface you own, then shows the Bitfield boundary it talks to.
Use these when you want to copy the shape and adapt the names. The examples stay on the public side of the wall: package files, package-owned content, callable slots, and the two app-facing Runtime Kit calls.The full examples live inexamples/ and are indexed by workflow-examples.json. The docs check makes sure the snippets shown here match those files exactly.Declare a record
Put one durable record behind a package boundary.
Ship package bytes
Attach package-owned text, JSON, or other bytes.
Add a callable slot
Declare a named runnable door without teaching app code how it runs.
Wire a React surface
Read prepared data and ask a target to do work.
Start here
- Package set with one record if you want the smallest complete package.
- Package-owned file if your package needs to bring bytes with it.
- Callable package slot if your package needs a target that can answer requests.
- React surface for package data if your app needs to show data and trigger work.