Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
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
{{ message }}
frankbria
/
codeframe
Public
Notifications
You must be signed in to change notification settings
Fork
5
Star
17
Code
Issues
35
Pull requests
2
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Sprint 10: Review & Polish - MVP Complete + Test Fixes
- #29
#29
Merged
frankbria
merged 29 commits into
main
frankbria/codeframe:main
from
015-review-polish
frankbria/codeframe:015-review-polish
Copy head branch name to clipboard
Nov 25, 2025
Conversation
Commits
29
(29)
Checks
Files changed
Merged
Sprint 10: Review & Polish - MVP Complete + Test Fixes
#29
frankbria
merged 29 commits into
main
frankbria/codeframe:main
from
015-review-polish
frankbria/codeframe:015-review-polish
Copy head branch name to clipboard
Commits
Commits on Nov 22, 2025
feat: Add Sprint 10 (Review & Polish) planning artifacts
Show description for adcd1f5
frankbria
committed
adcd1f5
View commit details
Copy full SHA for adcd1f5
Browse repository at this point
feat: Sprint 10 Phase 1 & 2 - Database migrations and Review Agent core
Show description for 9855c83
frankbria
committed
9855c83
View commit details
Copy full SHA for 9855c83
Browse repository at this point
Commits on Nov 24, 2025
feat: Sprint 10 Phases 2-4 - Review Agent, Quality Gates, Checkpoints
Show description for 10c1853
frankbria
committed
10c1853
View commit details
Copy full SHA for 10c1853
Browse repository at this point
feat: Phase 6 E2E Integration Testing (Sprint 10)
Show description for 0b03fc0
frankbria
committed
0b03fc0
View commit details
Copy full SHA for 0b03fc0
Browse repository at this point
fix: Correct E2E tests to work with actual codebase
Show description for 0b035a4
frankbria
committed
0b035a4
View commit details
Copy full SHA for 0b035a4
Browse repository at this point
docs: Complete Phase 7 documentation for Sprint 10
Show description for d4a0003
frankbria
committed
d4a0003
View commit details
Copy full SHA for d4a0003
Browse repository at this point
fix: Add uv to PATH in GitHub Actions workflow
Show description for 4670167
frankbria
committed
4670167
View commit details
Copy full SHA for 4670167
Browse repository at this point
fix: Use official astral-sh/setup-uv action for GitHub Actions
Show description for a2b1cf9
frankbria
committed
a2b1cf9
View commit details
Copy full SHA for a2b1cf9
Browse repository at this point
fix: Install dev dependencies in CI with uv sync --extra dev
Show description for d178156
frankbria
committed
d178156
View commit details
Copy full SHA for d178156
Browse repository at this point
fix: Adjust CI coverage thresholds and fix test failures
Show description for aae7b57
frankbria
committed
aae7b57
View commit details
Copy full SHA for aae7b57
Browse repository at this point
fix: Reorder CI workflow and fix test failures (25→15)
Show description for 0162761
frankbria
committed
0162761
View commit details
Copy full SHA for 0162761
Browse repository at this point
fix: Improve test fixture cleanup to prevent database connection issues
Show description for 358ea52
frankbria
committed
358ea52
View commit details
Copy full SHA for 358ea52
Browse repository at this point
fix: Fix discovery endpoint tests and empty next_question bug
Show description for 7281406
frankbria
committed
7281406
View commit details
Copy full SHA for 7281406
Browse repository at this point
Commits on Nov 25, 2025
fix: Prevent environment contamination from agent lifecycle tests
Show description for c4aa6e7
frankbria
committed
c4aa6e7
View commit details
Copy full SHA for c4aa6e7
Browse repository at this point
fix: Prevent environment contamination in UI tests
Show description for c71023b
frankbria
committed
c71023b
View commit details
Copy full SHA for c71023b
Browse repository at this point
fix: Handle case-insensitive key collisions in normalize_data test
Show description for 0127423
frankbria
committed
0127423
View commit details
Copy full SHA for 0127423
Browse repository at this point
fix: Prevent environment contamination in review API tests
Show description for e91b0ed
frankbria
committed
e91b0ed
View commit details
Copy full SHA for e91b0ed
Browse repository at this point
fix: Resolve all ruff linting errors
Show description for aac507d
frankbria
committed
aac507d
View commit details
Copy full SHA for aac507d
Browse repository at this point
fix: Resolve all TypeScript type errors in web-ui tests
Show description for df92d03
frankbria
committed
df92d03
View commit details
Copy full SHA for df92d03
Browse repository at this point
fix: Configure mypy to focus on Sprint 10 core modules only
Show description for f250ba6
frankbria
committed
f250ba6
View commit details
Copy full SHA for f250ba6
Browse repository at this point
fix: Add --strict flag to npm run lint in CI to prevent interactive prompts
Show description for 0ddd4ed
frankbria
committed
0ddd4ed
View commit details
Copy full SHA for 0ddd4ed
Browse repository at this point
fix: Resolve all ESLint errors in web-ui (64 errors fixed)
Show description for 6853d9b
frankbria
committed
6853d9b
View commit details
Copy full SHA for 6853d9b
Browse repository at this point
fix: Restore variables that were incorrectly prefixed with underscore
Show description for d21028d
frankbria
committed
d21028d
View commit details
Copy full SHA for d21028d
Browse repository at this point
fix: Resolve test failures from linting changes
Show description for 9b047dc
frankbria
committed
9b047dc
View commit details
Copy full SHA for 9b047dc
Browse repository at this point
fix: Add git config to backend-tests workflow step
Show description for 53c9518
frankbria
committed
53c9518
View commit details
Copy full SHA for 53c9518
Browse repository at this point
fix: Resolve test contamination in blockers race condition test
Show description for d113ab0
frankbria
committed
d113ab0
View commit details
Copy full SHA for d113ab0
Browse repository at this point
feat: Add comprehensive tests to reach 85% coverage threshold
Show description for 0f90b5f
frankbria
committed
0f90b5f
View commit details
Copy full SHA for 0f90b5f
Browse repository at this point
fix: Remove unused imports flagged by ruff
frankbria
committed
da15a49
View commit details
Copy full SHA for da15a49
Browse repository at this point
fix: Remove tests for non-existent API endpoints
Show description for 7cd3aa4
frankbria
committed
7cd3aa4
View commit details
Copy full SHA for 7cd3aa4
Browse repository at this point
You can’t perform that action at this time.