Skip to content

Commit 4448492

Browse files
committed
Make README a TurtleTerm product surface
1 parent 7611df1 commit 4448492

1 file changed

Lines changed: 24 additions & 14 deletions

File tree

README.md

Lines changed: 24 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# TurtleTerm
22

3-
> They say the world was built on the back of a turtle. TurtleTerm is built on the back of WezTerm.
3+
> They say the world was built on the back of a turtle. TurtleTerm carries the shell on its back.
44
5-
TurtleTerm is the SourceOS policy-aware, agent-addressable terminal workbench built on the WezTerm engine.
5+
TurtleTerm is the SourceOS policy-aware, agent-addressable terminal workbench for trusted command execution, terminal receipts, agent delegation, and reproducible operator workflows.
66

7-
WezTerm remains the credited upstream terminal emulator and multiplexer. TurtleTerm layers SourceOS session contracts, command receipts, policy-aware execution lanes, Matrix/AgentTerm integration, and macOS/Linux packaging on top of that engine.
7+
TurtleTerm presents its own product surface: TurtleTerm launchers, TurtleTerm profile, TurtleTerm agent gateway, TurtleTerm release artifacts, and TurtleTerm skill manifests. Third-party notices and required license attribution are preserved in the repository license files and release artifacts.
88

99
## Install
1010

@@ -40,25 +40,35 @@ curl -fsSL https://raw.githubusercontent.com/SourceOS-Linux/TurtleTerm/main/pack
4040

4141
See `docs/sourceos/INSTALL.md` for full install, profile activation, and validation instructions.
4242

43+
## Launch
44+
45+
```bash
46+
turtleterm
47+
```
48+
4349
## Commands
4450

4551
```bash
4652
turtle-term paths
4753
turtle-term run -- echo hello
48-
sourceos-term paths
54+
turtle-agentctl --stdio ping
55+
turtle-tmux panes
4956
```
5057

51-
`turtle-term` is the product command. `sourceos-term` remains as a compatibility command for SourceOS contract work.
52-
53-
## SourceOS additions
58+
`turtle-term` is the command wrapper. `turtleterm` is the graphical launcher. `sourceos-term` remains available for SourceOS contract compatibility.
5459

55-
SourceOS-specific docs, profiles, packaging, and sidecar-friendly wrappers live under:
60+
## Product surfaces
5661

57-
- `docs/sourceos/`
58-
- `assets/sourceos/`
59-
- `packaging/homebrew/`
60-
- `packaging/scripts/`
62+
- TurtleTerm graphical launcher
63+
- TurtleTerm mux launcher
64+
- TurtleTerm command wrapper
65+
- TurtleTerm local agent gateway
66+
- TurtleTerm agent CLI
67+
- TurtleTerm tmux bridge
68+
- TurtleTerm skill manifests
69+
- TurtleTerm turtle icon
70+
- TurtleTerm release artifacts, manifests, SBOMs, and attestations
6171

62-
## License and attribution
72+
## License and notices
6373

64-
This fork preserves upstream WezTerm attribution and licensing. See `LICENSE.md` for the MIT license and bundled font license notes.
74+
TurtleTerm is MIT licensed. Required third-party notices are preserved in `LICENSE.md` and release artifacts.

0 commit comments

Comments
 (0)