You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(core,cli): dedupe internal helpers and trim over-exported API (#180)
Route duplicated HTTP (readBody/json), slide-path resolution, the
SLIDE_ID_RE pattern, and locale format/plural through a single source
instead of re-implementing them per module. Un-export internal-only
helpers that were never consumed outside their own file.
https://claude.ai/code/session_01D9RGMYuTWbtEu3eikkDBNb
Co-authored-by: Claude <noreply@anthropic.com>
Remove duplicated internal helpers (HTTP `readBody`/`json`, slide-path resolution, the `SLIDE_ID_RE` pattern, and locale `format`/`plural`) by routing them through a single source.
0 commit comments