2 Commits

Author SHA1 Message Date
24866be8a9 docs: update Sigil docs for Dynamic Workers LOADER — 小橘 🍊
- Agent guide: replace LRU/子Worker section with Dynamic Workers architecture
- Backend LRU doc: add evolution note, link to Dynamic Workers docs
- Zero DNS latency, single Worker, V8 Isolate sandboxing
2026-04-03 11:17:28 +00:00
88570c9aab feat: Sigil Backend abstraction + LRU scheduling design — 小橘 🍊
- SigilBackend interface: deploy/invoke/remove/list/inspect/status
- WorkerPool (): LRU eviction, fixed hash subdomain, async evict
- Platform (5): dispatch namespace, no LRU needed
- Eviction priority: ephemeral > normal > persistent
- Preheat strategy + async page-out optimization
- Phase 1 MVP checklist
2026-04-03 03:57:41 +00:00