Skip to content

Commit 253a878

Browse files
committed
docs(readme): update
1 parent 868a08c commit 253a878

1 file changed

Lines changed: 0 additions & 31 deletions

File tree

README.md

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -148,28 +148,6 @@ flowchart TD
148148
- PR changeset enforcement for release-relevant package changes
149149
- Benchmark workflow with JSON artifacts uploaded per CI run
150150

151-
## Monorepo Commands
152-
153-
```bash
154-
# install
155-
pnpm install
156-
157-
# quality + tests
158-
pnpm lint
159-
pnpm typecheck
160-
pnpm unit
161-
pnpm e2e
162-
pnpm bench
163-
pnpm test
164-
165-
# package quality and builds
166-
pnpm validate
167-
pnpm build
168-
169-
# auto-format
170-
pnpm format
171-
```
172-
173151
## CLI Quick Start
174152

175153
```bash
@@ -386,15 +364,6 @@ Beyond the end-to-end pipeline, several components have standalone value:
386364
- **Security policy framework** — a systematic approach to executing untrusted dynamic code: blocked tags, module allowlists, execution budgets, and source pattern analysis. The policy model is reusable for any browser-side dynamic code execution scenario.
387365
- **Browser ESM module graph materialization** — the `fetch → rewrite imports → blob URL` pipeline solves a problem browser standards have not natively addressed (bare specifiers are not usable in browsers). This module loading strategy can be extracted as an independent utility.
388366

389-
## Roadmap
390-
391-
**Next — Ecosystem expansion**
392-
393-
- Additional LLM provider adapters (local models)
394-
- Reliability strategies (retry, backoff, circuit breaking)
395-
- Pre-built component themes and layout primitives
396-
- Framework adapter plugins (Vue, Svelte, Solid)
397-
398367
## License
399368

400369
MIT

0 commit comments

Comments
 (0)