Skip to main content

iot-firmware

Orchestrate firmware rollouts with canary deployment and anomaly-gated advancement

インストールへ移動

ソース情報

リポジトリ
ruvnet/ruflo
ソースの最終更新活動
2026年7月17日 03:06
検出された SKILL.md の言語
英語
スター
72,687
フォーク
8,609

インストール方法

デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。

ソースファイルを確認

インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。

SKILL.md を表示中

SKILL.md
ソースの指示 · 読み取り専用プレビュー
name
iot-firmware
description
Orchestrate firmware rollouts with canary deployment and anomaly-gated advancement
allowed-tools
Bash(npx *) mcp__plugin_ruflo-core_ruflo__memory_store mcp__plugin_ruflo-core_ruflo__memory_search Read
argument-hint
<deploy|advance|rollback|status|list> [options]
Manage firmware rollouts across device fleets. **deploy**: `npx -y -p @claude-flow/plugin-iot-cognitum@latest cognitum-iot firmware deploy FLEET_ID --version VERSION` **advance**: `npx -y -p @claude-flow/plugin-iot-cognitum@latest cognitum-iot firmware advance ROLLOUT_ID` **rollback**: `npx -y -p @claude-flow/plugin-iot-cognitum@latest cognitum-iot firmware rollback ROLLOUT_ID` **status**: `npx -y -p @claude-flow/plugin-iot-cognitum@latest cognitum-iot firmware status ROLLOUT_ID` **list**: `npx -y -p @claude-flow/plugin-iot-cognitum@latest cognitum-iot firmware list` Rollout stages: pending → canary → rolling → complete (or rolled-back)
GitHubで見る