mirror of https://github.com/garrytan/gstack.git
21 lines
709 B
Markdown
21 lines
709 B
Markdown
# OpenClaw compatibility
|
|
|
|
This subtree contains OpenClaw-native adaptations of selected gstack workflows.
|
|
|
|
Goals:
|
|
- preserve the role/workflow value of gstack
|
|
- avoid Claude-specific tools and hooks
|
|
- map browser and orchestration guidance to OpenClaw primitives
|
|
|
|
Non-goals:
|
|
- full Claude Code runtime parity
|
|
- automatic conversion of every generated skill/template
|
|
- preserving gstack telemetry or repo-mode shell wrappers
|
|
|
|
Suggested mapping:
|
|
- Claude/Codex browser helpers -> OpenClaw `browser`
|
|
- sub-agent review flows -> OpenClaw `sessions_spawn` / `subagents`
|
|
- file operations -> OpenClaw `read`, `write`, `edit`
|
|
- shell commands -> OpenClaw `exec`
|
|
- user follow-ups -> normal chat replies or `message`
|