Skip to content

Commit 473fdc2

Browse files
lanmowerclaude
andcommitted
docs: add http-utils, provider-config, server-utils to architecture map
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent b2e9551 commit 473fdc2

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

CLAUDE.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ lib/routes-runs.js Runs HTTP route handlers (POST /api/runs, runs search, ru
6060
lib/routes-scripts.js Scripts/cancel/resume/inject HTTP route handlers (conversation scripts, run-script, stop-script, cancel, resume, inject)
6161
lib/routes-agent-actions.js Agent auth and update HTTP route handlers (POST /api/agents/:id/auth, POST /api/agents/:id/update)
6262
lib/routes-auth-config.js Auth config HTTP route handlers (GET /api/auth/configs, POST /api/auth/save-config)
63+
lib/http-utils.js HTTP utility functions (parseBody, acceptsEncoding, compressAndSend, sendJSON)
64+
lib/provider-config.js Provider config helpers (buildSystemPrompt, maskKey, getProviderConfigs, saveProviderConfig, PROVIDER_CONFIGS)
65+
lib/server-utils.js Server utility functions (logError, errLogPath, makeCleanupExecution, makeGetModelsForAgent)
6366
lib/routes-debug.js Debug/backup/restore/ws-stats HTTP route handlers
6467
lib/routes-threads.js Thread CRUD HTTP route handlers (ACP v0.2.3 thread API)
6568
lib/ws-protocol.js WebSocket RPC router (WsRouter class)

0 commit comments

Comments
 (0)