Skip to content

Commit 7d7cad7

Browse files
committed
Document jsx-md package family in README
Replace the packages table with a dedicated "jsx-md" family subsection and convert package rows into individual bullet entries. Move package descriptions out of the table into readable blocks, add an upstream link for beautiful-mermaid, and clarify that each package is independently usable. Improves README readability and discoverability of the jsx-md packages.
1 parent b084264 commit 7d7cad7

1 file changed

Lines changed: 8 additions & 6 deletions

File tree

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,16 @@ An AI agent orchestration system for running multi-step missions with specialist
66

77
These packages are the open parts of the harness — independently useful, zero coupling to the rest of the system.
88

9-
| Package | Description |
10-
| --- | --- |
11-
| [`@theseus.run/jsx-md`](./packages/jsx-md) | JSX/TSX renderer for Markdown. Write agent prompts and LLM instructions as typed, composable components. Zero runtime dependencies. |
12-
| [`@theseus.run/jsx-md-beautiful-mermaid`](./packages/jsx-md-beautiful-mermaid) | `BeautifulMermaid` component for `@theseus.run/jsx-md`. Renders Mermaid diagrams as ASCII/Unicode art via `beautiful-mermaid`. |
9+
### `jsx-md` family
1310

14-
## Using without Theseus
11+
- **[`@theseus.run/jsx-md`](./packages/jsx-md)**
12+
13+
JSX/TSX renderer for Markdown. Write agent prompts and LLM instructions as typed, composable components. Zero runtime dependencies.
14+
15+
- **[`@theseus.run/jsx-md-beautiful-mermaid`](./packages/jsx-md-beautiful-mermaid)**
16+
17+
`BeautifulMermaid` component for `@theseus.run/jsx-md`. Renders Mermaid diagrams as ASCII/Unicode art via [`beautiful-mermaid`](https://github.com/lukilabs/beautiful-mermaid).
1518

16-
Each package works on its own. You don't need the full harness to use them. `bun add @theseus.run/jsx-md` and you're done — no lock-in, no required configuration beyond what the package itself needs.
1719

1820
## About
1921

0 commit comments

Comments
 (0)