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:
parent
cf4486202d
commit
2aa3cd07b7
3 changed files with 3 additions and 3 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
2
LICENSE
2
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
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue