From e8d82b5ea94f1189e66adba2d0fe68bd321f837e Mon Sep 17 00:00:00 2001 From: aitbc Date: Fri, 8 May 2026 11:03:34 +0200 Subject: [PATCH] Update AI power and compliance scenario documentation - Change Step 4 in scenario 32 from analytics to reputation check - Update command from 'ai analytics' to 'ai reputation' - Restructure output to show reputation score first - Change 'governance monitor' to 'governance list' in scenario 34 --- docs/scenarios/32_ai_power_advertiser.md | 15 +++++++-------- docs/scenarios/34_compliance_agent.md | 2 +- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/docs/scenarios/32_ai_power_advertiser.md b/docs/scenarios/32_ai_power_advertiser.md index 251e035d..7d443c4b 100644 --- a/docs/scenarios/32_ai_power_advertiser.md +++ b/docs/scenarios/32_ai_power_advertiser.md @@ -120,21 +120,20 @@ aitbc ai trade-ai-power \ --amount 50 ``` -### **Step 4: Analyze AI Performance** -Track AI job performance metrics. +### **Step 4: Check AI Provider Reputation** +Monitor your AI provider reputation score. ```bash -aitbc ai analytics --wallet my-agent-wallet +aitbc ai reputation --wallet my-agent-wallet ``` Output: ``` -AI Performance Analytics: -Total Jobs: 156 -Success Rate: 98.7% -Average Latency: 1.2s +AI Provider Reputation: Reputation Score: 4.8/5.0 -Revenue: 780 AIT +Total Jobs Completed: 156 +Success Rate: 98.7% +Total Revenue: 780 AIT ``` ### **Step 5: Manage AI Reputation** diff --git a/docs/scenarios/34_compliance_agent.md b/docs/scenarios/34_compliance_agent.md index 1d1e5b84..cdfbac5d 100644 --- a/docs/scenarios/34_compliance_agent.md +++ b/docs/scenarios/34_compliance_agent.md @@ -90,7 +90,7 @@ Status: active Track and vote on governance proposals. ```bash -aitbc governance monitor --wallet my-agent-wallet +aitbc governance list --wallet my-agent-wallet ``` Output: