Garry Tan
|
d8100e923b
|
fix: apply 10 critical fixes to OpenClaw v0 design doc
From CEO + eng review findings:
1. bypassPermissions -> acceptEdits (security critical)
2. Add source_signature HMAC field to dispatch schema
3. Full daemon architecture (process model, file watcher, output parsing)
4. Dispatch audit log specification
5. launchd/systemd daemon lifecycle
6. resume_prompt maxLength: 4096
7. Standardize callback_url (URI, not file path)
8. Effort estimates: 7h -> 12-18h (daemon alone is 4-8h)
9. Clawvisor fallback/local-only mode
10. Token storage: keychain/0600 file, not plaintext config
Also adds target_agent field (universal dispatch, accepted expansion)
and smart retry error taxonomy.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
2026-04-04 21:20:27 -07:00 |
|
Garry Tan
|
21840c4c67
|
docs: OpenClaw integration v0 design — two runtimes, one brain
Architecture for gstack + OpenClaw (Wintermute) as complementary runtimes
with shared memory, dispatch protocol, and Clawvisor security gateway.
Key components: generator-native OpenClaw skill output, bidirectional
learnings store, dispatch daemon, session handoff with resume_prompt,
symmetric Clawvisor callback path, JSON Schema contracts for all shared
file formats, weekly activity index rotation, and gstack-bridge skill
for OpenClaw instances.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
2026-04-04 16:08:00 -07:00 |
|