Rename chat routes to proxy for clarity (#4)
authorStefan Gasser <redacted>
Fri, 9 Jan 2026 08:07:56 +0000 (09:07 +0100)
committerGitHub <redacted>
Fri, 9 Jan 2026 08:07:56 +0000 (09:07 +0100)
commit3a93068fe30baa2d2b0add98694d55b9ae096ca1
tree5be13ec9d4e0483e1f02875b314be15c50d2fd31
parent2a19bbecb823f0651a59d77a846f2e51ae4a1c28
Rename chat routes to proxy for clarity (#4)

- Rename chat.ts → proxy.ts to better reflect purpose (LLM proxy routing)
- Update CLAUDE.md architecture to match actual file structure
CLAUDE.md
src/index.ts
src/routes/proxy.test.ts [moved from src/routes/chat.test.ts with 95% similarity]
src/routes/proxy.ts [moved from src/routes/chat.ts with 98% similarity]
git clone https://git.99rst.org/PROJECT