chore: add ci and fix build#54
Merged
Merged
Conversation
Fix broken imports in ai_hn_digest (wrong shared/clients path), migrate 5 workflows from removed fetchBlogContent() to JinaClient.readDetailed(), create missing html_renderer utility, and resolve all ESLint violations (unused imports, let→const refactors, stylistic fixes).
Runs on every PR and push to main. Uses npm ci to enforce a frozen lockfile, then verifies the build and lint both pass.
Signed-off-by: Clint Shryock <clint@growthx.ai>
- blog_evaluator/steps.ts: import schemas from types.ts instead of redefining inline - lead_enrichment_report: extract step input/output schemas to types.ts - post_call_followup_drafter: extract step input schemas to types.ts - sales_call_processor/workflow.ts: replace Promise.all with executeInParallel for proper SDK concurrency controls
Apollo can return null for person name fields. Coerce to empty string to satisfy the personProfileSchema which requires non-nullable strings.
The encrypted credentials.yml.enc was removed during open-source prep but is needed for workflow execution. Updated .gitignore to allow the encrypted file while still ignoring decryption keys.
catsby
approved these changes
Apr 8, 2026
catsby
left a comment
Contributor
There was a problem hiding this comment.
1 minor suggestion, you are probably safe to ignore
Co-authored-by: Clint <catsby@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
letusage, unused imports, operator linebreaks, etc.)readDetailed()toJinaClientto restore rich metadata (title, url, tokens) for 5 workflows that depended on the removedfetchBlogContent()APIsrc/shared/utils/html_renderer.tsfor the ai_hn_digest newsletter workflowshared/clients/toclients/Test plan
npm ci— lock file unchangednpm run output:worker:build— 0 TypeScript errorsnpm run lint— 0 ESLint errors