mirror of
https://github.com/profullstack/logicsrc.git
synced 2026-08-14 14:57:28 +00:00
docs(agentstack): note dual-runtime support (Bun + Node.js + Workers + browser)
Matches the revised Shared AppKit PRD's Runtime Compatibility Strategy. AgentStack is runtime-neutral (no Bun/Node-only APIs; time is injected). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
parent
dffeab8430
commit
4cd51728ff
2 changed files with 12 additions and 0 deletions
|
|
@ -51,6 +51,12 @@ sh1pt.users.id -> did:coinpay:user:123
|
|||
ugig.users.id -> did:coinpay:user:123
|
||||
```
|
||||
|
||||
## Runtime
|
||||
|
||||
Runtime-neutral by design — pure TypeScript with no Bun- or Node-only APIs (time is injected
|
||||
via the `AgentStack` constructor). Runs on **Bun, Node.js, Cloudflare Workers, and the
|
||||
browser**, matching the Profullstack dual-runtime standard.
|
||||
|
||||
## Environment
|
||||
|
||||
```txt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue