Skip to content

Commit c2acf09

Browse files
k4cper-gclaude
andcommitted
Replace em-dashes with commas, colons, periods, and hyphens
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent c79e5e0 commit c2acf09

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
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/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.
2121

2222
## Installation
2323

@@ -149,7 +149,7 @@ src/
149149
└── cli.ts # Stdio transport entry point
150150
```
151151

152-
Adding a new platform means implementing `PlatformAdapter` — see [src/base.ts](src/base.ts) for the interface.
152+
Adding a new platform means implementing `PlatformAdapter`. See [src/base.ts](src/base.ts) for the interface.
153153

154154
## MCP Server
155155

@@ -180,11 +180,11 @@ Add to your MCP client config (e.g., `.mcp.json` for Claude Code):
180180

181181
## Contributing
182182

183-
CUP is in early development (v0.1.0). Contributions welcome especially:
183+
CUP is in early development (v0.1.0). Contributions welcome, especially:
184184

185185
- Android adapter (`src/platforms/android.ts`)
186186
- iOS adapter (`src/platforms/ios.ts`)
187-
- Tests especially cross-platform integration tests
187+
- Tests, especially cross-platform integration tests
188188
- Documentation and examples
189189

190190
For protocol or schema changes, please contribute to [computer-use-protocol](https://github.com/computeruseprotocol/computer-use-protocol).
@@ -193,8 +193,8 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for setup instructions and guidelines.
193193

194194
## Documentation
195195

196-
- **[API Reference](docs/api-reference.md)** Session API, actions, envelope format, MCP server
197-
- **[Protocol Specification](https://github.com/computeruseprotocol/computeruseprotocol)** Schema, roles, states, actions, compact format
196+
- **[API Reference](docs/api-reference.md)** - Session API, actions, envelope format, MCP server
197+
- **[Protocol Specification](https://github.com/computeruseprotocol/computeruseprotocol)** - Schema, roles, states, actions, compact format
198198

199199
## License
200200

0 commit comments

Comments
 (0)