758 B
758 B
| title | description |
|---|---|
| Packages | Workspace packages in the patch.moi monorepo. |
Packages
@peezy.tech/patch
The Bun service in apps/patch. It exports no public package API; its runtime
entry point is src/server.ts.
Responsibilities:
- Poll configured feeds.
- Normalize entries into
FeedSignalrecords. - Store JSONL state.
- Submit generic
FlowEventtriggers through the patch.moi workspace backend adapter. - Serve admin inspection, retry, and replay endpoints.
The service package does not store patch contents. Maintained patch stacks live in Git repositories operated on by local workspaces or forge runners.
@peezy.tech/patch-docs
The Tome documentation package in docs. Build it with:
bun run docs:build