Skip to content

Commit 07b0fe6

Browse files
Jonathan D.A. Jewellclaude
andcommitted
feat: enrich echidnabot categories in shared-context bot registry
Add proof-verification, solver-integrity, trust-bridge, axiom-tracking to Echidnabot BotInfo::standard() categories. Update description to reflect Tier 1 Verifier role. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 487886c commit 07b0fe6

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

shared-context/src/bot.rs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,12 +176,16 @@ impl BotInfo {
176176
BotId::Echidnabot => Self {
177177
id,
178178
name: "Echidnabot".to_string(),
179-
description: "Formal mathematical/statistical verification and fuzzing".to_string(),
179+
description: "Tier 1 Verifier - formal verification, fuzzing, proof checking".to_string(),
180180
version: "0.1.0".to_string(),
181181
categories: vec![
182182
"verification".to_string(),
183183
"fuzzing".to_string(),
184184
"proofs".to_string(),
185+
"proof-verification".to_string(),
186+
"solver-integrity".to_string(),
187+
"trust-bridge".to_string(),
188+
"axiom-tracking".to_string(),
185189
],
186190
can_fix: false,
187191
depends_on: vec![],

0 commit comments

Comments
 (0)