iot-witness-verify

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese
Verify the witness chain integrity for a Cognitum Seed device.
Steps:
  1. npx -y -p @claude-flow/plugin-iot-cognitum@latest cognitum-iot witness verify DEVICE_ID
  2. Check for epoch gaps and hash chain breaks
  3. Report integrity score (0.0–1.0)
  4. If gaps found, store for audit trail:
    mcp__claude-flow__memory_store({ key: "iot-witness-gap-DEVICEID", value: "Gap from EPOCH to EPOCH", namespace: "iot-audit" })
验证Cognitum Seed设备的见证链完整性。
步骤:
  1. npx -y -p @claude-flow/plugin-iot-cognitum@latest cognitum-iot witness verify DEVICE_ID
  2. 检查纪元缺口和哈希链断裂情况
  3. 报告完整性评分(0.0–1.0)
  4. 若发现缺口,将其存储至审计追踪:
    mcp__claude-flow__memory_store({ key: "iot-witness-gap-DEVICEID", value: "Gap from EPOCH to EPOCH", namespace: "iot-audit" })