fork: rename IronClaw → OptimClaw

Full rename of all identifiers, filenames, and references:
  ironclaw → optimclaw
  IronClaw → OptimClaw
  IRONCLAW → OPTIMCLAW
  ironclaw_common → optimclaw_common
  ironclaw_safety → optimclaw_safety

Upstream: nearai/ironclaw
This commit is contained in:
OutBack Dingo
2026-03-29 06:27:52 +07:00
parent 8a320ae9db
commit 6d9dbbb3b9
404 changed files with 2382 additions and 2382 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
//! Error types for IronClaw.
//! Error types for OptimClaw.
use std::time::Duration;
@@ -354,7 +354,7 @@ pub enum WorkerError {
#[error("Worker execution failed: {reason}")]
ExecutionFailed { reason: String },
#[error("Missing worker token (IRONCLAW_WORKER_TOKEN not set)")]
#[error("Missing worker token (OPTIMCLAW_WORKER_TOKEN not set)")]
MissingToken,
}