Public-flip audit: URL refresh + minor scrubs

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.
This commit is contained in:
Cobb Hayes 2026-05-27 10:59:57 -07:00
parent cf4486202d
commit 2aa3cd07b7
3 changed files with 3 additions and 3 deletions

View file

@ -4,7 +4,7 @@ version = "0.0.1"
edition = "2024" edition = "2024"
license = "MIT" license = "MIT"
description = "Async Rust SDK for the Claude Agent CLI (subprocess-based, mirrors the Python claude-agent-sdk)." 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" readme = "README.md"
keywords = ["claude", "anthropic", "agent", "sdk", "async"] keywords = ["claude", "anthropic", "agent", "sdk", "async"]
categories = ["api-bindings", "asynchronous"] categories = ["api-bindings", "asynchronous"]

View file

@ -1,7 +1,7 @@
MIT License MIT License
Copyright (c) 2025 Anthropic, PBC 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 Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal

View file

@ -22,7 +22,7 @@ session_store, sandbox, plugins, agents) are deferred to v0.2. See
```toml ```toml
[dependencies] [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 = { version = "1", features = ["full"] }
tokio-stream = "0.1" tokio-stream = "0.1"
``` ```