Releases: JoeSzeles/clawscript
Releases · JoeSzeles/clawscript
ClawScript v1.0.0
ClawScript v1.0.0 — Initial Release
What's Included
- Parser & Compiler — Lexer, AST builder, and JavaScript code generator for 38 commands
- Visual Flow Builder — Drag-and-drop node editor with bidirectional code↔flow sync, zoom/pan, auto-layout, undo/redo, and PNG export
- Code Editor — Syntax-highlighted editor with live parsing and category-colored keywords
- Strategy Framework — BaseStrategy class, auto-discovery loader, and compiled strategy support
- Indicator Library — 25+ technical indicators (RSI, EMA, MACD, Bollinger, ATR, ADX, etc.)
- 4 Sample Templates — RSI, EMA Crossover, Multi-Indicator, AI Sentiment strategies
- 82-Test Suite — Full coverage of all commands, expressions, and code generation
- OpenClaw Wrappers — AI, data, chat, tools, channels, and nomad integration stubs
- Documentation — Interactive HTML docs page + agent-readable CLAWSCRIPT.md reference
- Installer — One-command
bash install.shto integrate into any OpenClaw instance
Installation
git clone https://github.com/JoeSzeles/clawscript.git
cd clawscript
bash install.shRun Tests
npm test