Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,9 @@ metadata/update/DNS/TLS inspection modes, and executes requests via `src/http`.
- **src/proto** - Protocol buffer descriptor loading, compilation, and dynamic message handling.
- **src/session.rs** - Named cookie sessions with persistent storage across invocations.
- **src/tls** - TCP and QUIC/TLS inspection.
- **src/update.rs** - Check for updates, download release artifacts, and self-update.
- **src/update** - Self-update orchestration, split into release client,
archive download/validation, install/replacement, locking, and auto-update
scheduling modules.
- **src/websocket** - WebSocket message loop and interactive terminal prompt.

### Request Flow
Expand Down
Loading
Loading