From 2aa3cd07b74380ac1c7325cf8914ecf65a1d44e1 Mon Sep 17 00:00:00 2001 From: Cobb Hayes Date: Wed, 27 May 2026 10:59:57 -0700 Subject: [PATCH] Public-flip audit: URL refresh + minor scrubs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Repository URLs, version strings, and example creds normalized for the public git.sulkta.com endpoint. No code-behavior change. Audit-applied by the public-flip rolling-audit pass — see kayos/openclaw-workspace memory/2026-05-27 logs for the campaign context. --- Cargo.toml | 2 +- LICENSE | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 25c8d8a..813bf5d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.0.1" edition = "2024" license = "MIT" description = "Async Rust SDK for the Claude Agent CLI (subprocess-based, mirrors the Python claude-agent-sdk)." -repository = "https://gitea.sulkta.com/Sulkta-Coop/claude-agent-sdk-rust" +repository = "https://git.sulkta.com/Sulkta-Coop/claude-agent-sdk-rust" readme = "README.md" keywords = ["claude", "anthropic", "agent", "sdk", "async"] categories = ["api-bindings", "asynchronous"] diff --git a/LICENSE b/LICENSE index 3ac43e1..38c464a 100644 --- a/LICENSE +++ b/LICENSE @@ -1,7 +1,7 @@ MIT License Copyright (c) 2025 Anthropic, PBC -Copyright (c) 2026 Sulkta Cooperative +Copyright (c) 2026 Sulkta Coop Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 1e11ab5..e73d749 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ session_store, sandbox, plugins, agents) are deferred to v0.2. See ```toml [dependencies] -claude-agent-sdk = { git = "https://gitea.sulkta.com/Sulkta-Coop/claude-agent-sdk-rust" } +claude-agent-sdk = { git = "https://git.sulkta.com/Sulkta-Coop/claude-agent-sdk-rust" } tokio = { version = "1", features = ["full"] } tokio-stream = "0.1" ```