mirror of
https://github.com/profullstack/logicsrc.git
synced 2026-08-14 06:47: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
|
|
@ -50,6 +50,12 @@ payment, escrow, and reputation stay linked. Terminal statuses (`complete`, `fai
|
|||
`updateTaskStatus`, `delegate`, `revokeDelegation`, `listTasks`, `snapshot`, `on`
|
||||
- `agentStackPlugin` — a validated LogicSRC `PluginDefinition`
|
||||
|
||||
## Runtime
|
||||
|
||||
Runtime-neutral by design — pure TypeScript, 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 (Bun + Node.js both first-class).
|
||||
|
||||
## Plugin manifest
|
||||
|
||||
```jsonc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue