Skip to content

Commit 3cee47e

Browse files
committed
chore: initial commit
0 parents  commit 3cee47e

2 files changed

Lines changed: 31 additions & 0 deletions

File tree

LICENSE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
© 2026 Engine Labs Inc. All rights reserved. Use of cto is subject to Engine Labs' Terms of Service at https://cto.new/terms.

README.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# cto
2+
3+
`cto` is the command-line interface for [cto.new](https://cto.new) — an AI-powered engineering agent in your terminal.
4+
5+
## Install
6+
7+
```sh
8+
curl -fsSL cto.new/install | bash
9+
```
10+
11+
After install:
12+
13+
```sh
14+
cto login # authenticate via browser
15+
cto # launch in your current repo
16+
```
17+
18+
## Updating
19+
20+
```sh
21+
cto upgrade
22+
```
23+
24+
## Help & community
25+
26+
For help, bug reports, or feature requests, join the Discord: <https://discord.gg/cto>.
27+
28+
## License
29+
30+
Proprietary. See [LICENSE](./LICENSE). Embedded third-party components retain their original licenses; run `cto --licenses` for the full notices.

0 commit comments

Comments
 (0)