概念
event、source plugin、workflow plugin、provider、bridge room delivery の product-facing な語彙集です。
ドキュメント入口
Rainrail は product narrative をこの site に、長く残す engineering decision を repository docs に分けて置きます。
event、source plugin、workflow plugin、provider、bridge room delivery の product-facing な語彙集です。
GitHub issue automation、PR review follow-up、Cloudflare event reporting の初期運用ガイドです。
GitHub issue から Project queue、agent PR、review、merge までの end-to-end path です。
Source plugin、workflow plugin、runtime provider の境界。
contract、operation、deployment note、example、coverage reference への GitHub 上の入口です。
GitHub webhook payload が neutral Rainrail event になる流れ。
deploy、required secrets、local development、production smoke testing。
preview deploy、production deploy、required secrets、product site smoke testing。
public product content と engineering docs の境界。
source code、pull request、workflow、repository history。
open implementation work、bug、follow-up task、product site improvement。
Node.js 20 以降が使える環境で Rainrail CLI を install します。
curl -fsSL https://rainrail.dev/install.sh | bash -s -- --add-to-shell --yes
exec $SHELL
rainrail help使い捨て directory で最小の first-use smoke test を実行します。各 plugin の command details は rainrail <plugin> help を使います。
mkdir -p ~/rainrail-sandbox
cd ~/rainrail-sandbox
mkdir my-agent-ops
cd my-agent-ops
rainrail init
cat rainrail.config.json
rainrail openclaw help
rainrail openclaw session test help