Skip to content

Commit 7442fa2

Browse files
k4cper-gclaude
andcommitted
Rename repo links from computer-use-protocol to computeruseprotocol
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent a1a4870 commit 7442fa2

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/), and this
66

77
## [0.1.0] - 2026-02-23
88

9-
Initial release. TypeScript implementation of the [Computer Use Protocol](https://github.com/computeruseprotocol/computer-use-protocol).
9+
Initial release. TypeScript implementation of the [Computer Use Protocol](https://github.com/computeruseprotocol/computeruseprotocol).
1010

1111
### Added
1212
- **Platform adapters** for tree capture:

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Thanks for your interest in the Computer Use Protocol! CUP is in early development (v0.1.0) and contributions are welcome.
44

5-
> For changes to the protocol schema, compact format spec, or role mappings, please contribute to [computer-use-protocol](https://github.com/computeruseprotocol/computer-use-protocol).
5+
> For changes to the protocol schema, compact format spec, or role mappings, please contribute to [computeruseprotocol](https://github.com/computeruseprotocol/computeruseprotocol).
66
77
## Getting started
88

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
<a href="https://www.npmjs.com/package/computeruseprotocol"><img src="https://img.shields.io/npm/v/computeruseprotocol" alt="npm version"></a>
1313
<a href="https://pypi.org/project/computeruseprotocol/"><img src="https://img.shields.io/pypi/v/computeruseprotocol" alt="PyPI version"></a>
1414
<a href="https://github.com/computeruseprotocol/typescript-sdk/blob/main/LICENSE"><img src="https://img.shields.io/badge/license-MIT-blue" alt="MIT License"></a>
15-
<a href="https://github.com/computeruseprotocol/computer-use-protocol"><img src="https://img.shields.io/badge/spec-computer--use--protocol-green" alt="Spec"></a>
15+
<a href="https://github.com/computeruseprotocol/computeruseprotocol"><img src="https://img.shields.io/badge/spec-computeruseprotocol-green" alt="Spec"></a>
1616
</p>
1717

1818
---
1919

20-
The official TypeScript SDK for the [Computer Use Protocol (CUP)](https://github.com/computeruseprotocol/computer-use-protocol), a universal protocol for AI agents to perceive and interact with any desktop UI. This package provides tree capture, action execution, semantic search, and an MCP server for AI agent integration.
20+
The official TypeScript SDK for the [Computer Use Protocol (CUP)](https://github.com/computeruseprotocol/computeruseprotocol), a universal protocol for AI agents to perceive and interact with any desktop UI. This package provides tree capture, action execution, semantic search, and an MCP server for AI agent integration.
2121

2222
## Installation
2323

@@ -187,7 +187,7 @@ CUP is in early development (v0.1.0). Contributions welcome, especially:
187187
- Tests, especially cross-platform integration tests
188188
- Documentation and examples
189189

190-
For protocol or schema changes, please contribute to [computer-use-protocol](https://github.com/computeruseprotocol/computer-use-protocol).
190+
For protocol or schema changes, please contribute to [computeruseprotocol](https://github.com/computeruseprotocol/computeruseprotocol).
191191

192192
See [CONTRIBUTING.md](CONTRIBUTING.md) for setup instructions and guidelines.
193193

docs/api-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ The text format returned by `session.snapshot({ compact: true })`. Optimized for
274274
275275
Line format: `[id] role "name" x,y wxh {states} [actions] val="value" (attrs)`
276276
277-
Full spec: [compact.md](https://github.com/computeruseprotocol/computer-use-protocol/blob/main/schema/compact.md)
277+
Full spec: [compact.md](https://github.com/computeruseprotocol/computeruseprotocol/blob/main/schema/compact.md)
278278
279279
---
280280

0 commit comments

Comments
 (0)