Skip to content

Commit f6ee526

Browse files
committed
docs: remove reference to PLAN.md from configuration comments for clarity
1 parent ac2567c commit f6ee526

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
44

55
## What this is
66

7-
lz-proxy is a single-node, transparent Discord REST ratelimit proxy in Rust. It sits in front of `discord.com`, tracks per-bucket and per-bot global ratelimits, paces requests so clients can fire freely, and forwards everything else byte-for-byte. `PLAN.md` is the authoritative spec and phase-by-phase build plan - read it before making non-trivial changes.
7+
lz-proxy is a single-node, transparent Discord REST ratelimit proxy in Rust. It sits in front of `discord.com`, tracks per-bucket and per-bot global ratelimits, paces requests so clients can fire freely, and forwards everything else byte-for-byte.
88

99
**Hard scope boundaries (do not cross without being asked):** no clustering / multi-instance coordination, no Redis or distributed state, no request retries (return the 429 to the client), no caching or request/response rewriting, no gateway/websocket proxying (REST only).
1010

src/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//! Runtime configuration, loaded from environment variables (see PLAN.md table).
1+
//! Runtime configuration, loaded from environment variables.
22
33
use std::collections::HashMap;
44
use std::time::Duration;

0 commit comments

Comments
 (0)