feat(ci): Setup CI workflow with code generation test suite#3
Closed
ijusttookadnatest wants to merge 49 commits intomainfrom
Closed
feat(ci): Setup CI workflow with code generation test suite#3ijusttookadnatest wants to merge 49 commits intomainfrom
ijusttookadnatest wants to merge 49 commits intomainfrom
Conversation
… add code generation test file in packages/backend/__tests__
…ve testing organization within repo and update turbo command
bfedfc1 to
9632f5d
Compare
… debug steps in ci
…flow to build push image, add docker compose for production
enitrat
pushed a commit
that referenced
this pull request
Jan 3, 2026
- Create dspy/templates.py with Cairo contract and test templates: - CONTRACT_TEMPLATE and CONTRACT_TEMPLATE_TITLE - TEST_TEMPLATE and TEST_TEMPLATE_TITLE - Update document_retriever.py to import from templates module: - Reduces file size by ~290 lines - Separates template content from retrieval logic - Update imports in: - dspy/retrieval_judge.py - tests/unit/test_retrieval_judge.py This improves maintainability by keeping template content separate from the document retrieval implementation. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
enitrat
added a commit
that referenced
this pull request
Jan 3, 2026
- Create dspy/templates.py with Cairo contract and test templates: - CONTRACT_TEMPLATE and CONTRACT_TEMPLATE_TITLE - TEST_TEMPLATE and TEST_TEMPLATE_TITLE - Update document_retriever.py to import from templates module: - Reduces file size by ~290 lines - Separates template content from retrieval logic - Update imports in: - dspy/retrieval_judge.py - tests/unit/test_retrieval_judge.py This improves maintainability by keeping template content separate from the document retrieval implementation. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
enitrat
added a commit
that referenced
this pull request
Feb 26, 2026
# This is the 1st commit message: feat(ingesters): add cairo skills config # This is the commit message #2: feat(python): add cairo skills source metadata types # This is the commit message #3: Add CAIRO_SKILLS query resource description # This is the commit message #4: feat: add async unique-id fetch helper for retriever # This is the commit message #5: docs: add research context for Step 4 SkillsIngester implementation Captures codebase patterns, type definitions, frontmatter parsing approaches, GitHub API call patterns, and open questions (fullContent field gap, class name discrepancy) for the cairo_skills SkillsIngester. # This is the commit message #6: feat(ingesters): add cairo skills github ingester and chunks # This is the commit message #7: ingesters: guard cairo skill markdown traversal depth # This is the commit message #8: ingesters: document frontmatter parser scope # This is the commit message #9: ingesters: fetch cairo skill files in parallel batches # This is the commit message #10: ingesters: remove unused skills barrel export # This is the commit message #11: ingesters: expose skills to subclasses for test setup # This is the commit message #12: ingesters: align cairo skills config owner and repo
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.
No description provided.