Skip to content

Commit 1bcd357

Browse files
devonartisClaude-harness-bot
andcommitted
chore: fix remaining agentauth refs — logo filename, broker URLs
Renames logo asset, updates broker repo URLs to devonartis/agentwrit. SDK repo URLs (agentauth-python) kept as-is until GitHub rename. Refs devonartis/agentwrit#31 Generated with Claude Code Co-Authored-By: Claude-harness-bot <claude-harness-bot@users.noreply.github.com>
1 parent 40aa788 commit 1bcd357

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Maintainers will not merge broker-facing changes on faith. You must exercise the
3131

3232
**Do not assume** a copy of the broker exists inside your clone of this repository. If you have a local checkout that includes a `broker/` tree, that is optional tooling; **contributors should obtain the server from the broker project** or use a deployment they already run.
3333

34-
1. **Run the broker from source** — Clone [github.com/devonartis/agentauth](https://github.com/devonartis/agentauth) and follow that repository's instructions to build and run the stack (Docker or otherwise).
34+
1. **Run the broker from source** — Clone [github.com/devonartis/agentwrit](https://github.com/devonartis/agentwrit) and follow that repository's instructions to build and run the stack (Docker or otherwise).
3535

3636
2. **Or use an existing broker** you control — Point tests and demos at its base URL and register an application with a scope ceiling appropriate for the tests you run.
3737

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p align="center">
2-
<img src="docs/assets/agentauth-logo.png" alt="AgentWrit" width="300">
2+
<img src="docs/assets/agentwrit-logo.png" alt="AgentWrit" width="300">
33
</p>
44

55
<h1 align="center">AgentWrit Python SDK</h1>
@@ -26,7 +26,7 @@ AI agents need credentials to access databases, APIs, and file systems. Most tea
2626
- **Short-lived by default** — tokens expire in minutes, not hours or days
2727
- **Delegation chains** — agents can delegate narrower permissions to other agents, enforced at every hop
2828

29-
This SDK is the Python client for the [AgentWrit broker](https://github.com/devonartis/agentauth). The broker is the credential authority; this SDK makes it easy to integrate from Python.
29+
This SDK is the Python client for the [AgentWrit broker](https://github.com/devonartis/agentwrit). The broker is the credential authority; this SDK makes it easy to integrate from Python.
3030

3131
## Installation
3232

@@ -40,7 +40,7 @@ Or with pip:
4040
pip install agentwrit
4141
```
4242

43-
**Requirements:** Python 3.10+ and a running [AgentWrit broker](https://github.com/devonartis/agentauth) instance.
43+
**Requirements:** Python 3.10+ and a running [AgentWrit broker](https://github.com/devonartis/agentwrit) instance.
4444

4545
## Quick Start
4646

@@ -248,7 +248,7 @@ Delegated Agent (sub-agent, max 5 hops)
248248
| [API Reference](docs/api-reference.md) | Every class, method, parameter, and exception |
249249
| [Testing Guide](docs/testing-guide.md) | Unit tests, integration tests, running the test suite |
250250

251-
For broker setup and administration, see the [AgentWrit broker documentation](https://github.com/devonartis/agentauth/tree/main/docs).
251+
For broker setup and administration, see the [AgentWrit broker documentation](https://github.com/devonartis/agentwrit/tree/main/docs).
252252

253253
## Standards Alignment
254254

@@ -262,7 +262,7 @@ For broker setup and administration, see the [AgentWrit broker documentation](ht
262262

263263
## Contributing
264264

265-
See **[CONTRIBUTING.md](CONTRIBUTING.md)** for the full workflow: `uv` setup, **live-broker** verification (clone [agentauth](https://github.com/devonartis/agentauth) or use your own broker), and **evidence to include in PRs** so maintainers can review broker-facing changes confidently.
265+
See **[CONTRIBUTING.md](CONTRIBUTING.md)** for the full workflow: `uv` setup, **live-broker** verification (clone [agentwrit](https://github.com/devonartis/agentwrit) or use your own broker), and **evidence to include in PRs** so maintainers can review broker-facing changes confidently.
266266

267267
Quick local checks (no broker required for unit tests):
268268

@@ -280,4 +280,4 @@ uv run pytest tests/unit/
280280

281281
This SDK is licensed under the [MIT License](LICENSE).
282282

283-
The [AgentWrit broker](https://github.com/devonartis/agentauth) is licensed separately under AGPL-3.0. See the broker repo for details.
283+
The [AgentWrit broker](https://github.com/devonartis/agentwrit) is licensed separately under AGPL-3.0. See the broker repo for details.

0 commit comments

Comments
 (0)