Skip to content

Commit 9c87381

Browse files
authored
Merge pull request #67 from pylon-code/docs/pylon-product-name-sweep
docs: call the product Pylon
2 parents 54f5705 + e83e1a4 commit 9c87381

20 files changed

Lines changed: 30 additions & 30 deletions

docs/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# T3 Code docs
1+
# Pylon docs
22

3-
## Using T3 Code
3+
## Using Pylon
44

55
- [Install and first run](./user/install.md)
66
- [Permission modes](./user/permission-modes.md)
@@ -19,7 +19,7 @@ Mobile app: [apps/mobile/README.md](../apps/mobile/README.md)
1919

2020
---
2121

22-
## Working on T3 Code
22+
## Working on Pylon
2323

2424
Everything below is for maintainers. Setup lives in the [root README](../README.md);
2525
policy in [CONTRIBUTING.md](../CONTRIBUTING.md); agent rules in [AGENTS.md](../AGENTS.md).

docs/internals/ci.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CI quality gates
22

3-
> For maintainers. Using T3 Code? See [docs/user](../user/).
3+
> For maintainers. Using Pylon? See [docs/user](../user/).
44
55
[`.github/workflows/ci.yml`](../../.github/workflows/ci.yml) runs three jobs on pull requests and
66
pushes to `pylon`:

docs/internals/connection-runtime.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Connection Runtime
22

3-
> For maintainers. Using T3 Code? See [docs/user](../user/).
3+
> For maintainers. Using Pylon? See [docs/user](../user/).
44
55
The connection runtime is shared by web and mobile. It owns connectivity,
66
authentication, retries, transport lifetime, cached environment data, and

docs/internals/environment-auth.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Environment Authentication Profile
22

3-
> For maintainers. Using T3 Code? See [docs/user](../user/).
3+
> For maintainers. Using Pylon? See [docs/user](../user/).
44
55
The environment server and the relay use separate credentials, issuers, and trust
66
boundaries. They intentionally use a similar OAuth-shaped model so that permission

docs/internals/glossary.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Glossary
22

3-
> For maintainers. Using T3 Code? See [docs/user](../user/).
3+
> For maintainers. Using Pylon? See [docs/user](../user/).
44
5-
This is a living glossary for T3 Code. It explains what common terms mean in this codebase.
5+
This is a living glossary for Pylon. It explains what common terms mean in this codebase.
66

77
## Table of contents
88

docs/internals/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Architecture
22

3-
> For maintainers. Using T3 Code? See [docs/user](../user/).
3+
> For maintainers. Using Pylon? See [docs/user](../user/).
44
5-
T3 Code is a server runtime that owns agent sessions, workspaces, and version control, plus clients
5+
Pylon is a server runtime that owns agent sessions, workspaces, and version control, plus clients
66
(web, desktop, mobile) that talk to it over one authenticated Effect RPC WebSocket. The server is the
77
execution boundary: every provider process, terminal, git operation, and filesystem read happens
88
there, never in the client.

docs/internals/prime-agent-native-parity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Prime Agent native parity plan
22

3-
> For maintainers. Using T3 Code? See [docs/user](../user/).
3+
> For maintainers. Using Pylon? See [docs/user](../user/).
44
55
## Acceptance bar
66

docs/internals/providers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Provider architecture
22

3-
> For maintainers. Using T3 Code? See [docs/user](../user/).
3+
> For maintainers. Using Pylon? See [docs/user](../user/).
44
5-
A provider is the agent runtime that does the actual work. T3 Code supports several, and the
5+
A provider is the agent runtime that does the actual work. Pylon supports several, and the
66
orchestration layer does not know which one is behind a thread.
77

88
## Built-in drivers

docs/internals/remote.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Remote Architecture
22

3-
> For maintainers. Using T3 Code? See [docs/user](../user/).
3+
> For maintainers. Using Pylon? See [docs/user](../user/).
44
55
Remote environments are shipped, not planned. Direct, bearer-paired, relay-tunneled, Tailscale, and
66
desktop-managed SSH access all exist today. This document describes the model they share and where

docs/internals/resource-telemetry.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Resource telemetry architecture
22

3-
> For maintainers. Using T3 Code? See [docs/user](../user/).
3+
> For maintainers. Using Pylon? See [docs/user](../user/).
44
55
Status: implemented
66

0 commit comments

Comments
 (0)