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
fix: move extractScopeAndTags to base Input — runtime cast was invalid
The (input as NoteInput) cast is TypeScript-only; at runtime Parser
receives plain Input objects from parseInput(), causing
"extractScopeAndTags is not a function". The service contract
resolveNotePathForInput(input: Input) requires the method on Input.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments