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
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
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 }}
MuteJester
/
GenAIRR
Public
Notifications
You must be signed in to change notification settings
Fork
3
Star
9
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Codebase hygiene + god-file decomposition (behavior-preserving)
- #12
#12
Merged
MuteJester
merged 24 commits into
master
MuteJester/GenAIRR:master
from
codebase-hygiene
MuteJester/GenAIRR:codebase-hygiene
Copy head branch name to clipboard
Jul 5, 2026
Conversation
Commits
24
(24)
Checks
Files changed
Merged
Codebase hygiene + god-file decomposition (behavior-preserving)
#12
MuteJester
merged 24 commits into
master
MuteJester/GenAIRR:master
from
codebase-hygiene
MuteJester/GenAIRR:codebase-hygiene
Copy head branch name to clipboard
Commits
Commits on Jul 3, 2026
packaging: list Thomas Konstantinovsky first as Author on PyPI
Show description for ef1c8e6
MuteJester
committed
ef1c8e6
View commit details
Copy full SHA for ef1c8e6
Browse repository at this point
refactor(engine): delete orphaned refdata/ duplicate modules
Show description for 84f1ff2
MuteJester
committed
84f1ff2
View commit details
Copy full SHA for 84f1ff2
Browse repository at this point
refactor(dataconfig): extract manifest subsystem to _manifest.py
Show description for e06d2a7
MuteJester
committed
e06d2a7
View commit details
Copy full SHA for e06d2a7
Browse repository at this point
Commits on Jul 4, 2026
refactor(experiment): extract step-rate validators to _step_validation.py
Show description for 66e0ff7
MuteJester
committed
66e0ff7
View commit details
Copy full SHA for 66e0ff7
Browse repository at this point
refactor: rename _compile.py -> _lowering.py
Show description for 4c6e633
MuteJester
committed
4c6e633
View commit details
Copy full SHA for 4c6e633
Browse repository at this point
refactor(genotype): split genotype.py into a genotype/ package
Show description for 495c54d
MuteJester
committed
495c54d
View commit details
Copy full SHA for 495c54d
Browse repository at this point
chore: tidy Python imports (dup import, wildcard)
Show description for ba8ede9
MuteJester
committed
ba8ede9
View commit details
Copy full SHA for ba8ede9
Browse repository at this point
refactor(cartridge): extract estimators to _cartridge_estimators.py
Show description for 9a59f9f
MuteJester
committed
9a59f9f
View commit details
Copy full SHA for 9a59f9f
Browse repository at this point
refactor(result): split result.py into export + validation mixins
Show description for 8d12d03
MuteJester
committed
8d12d03
View commit details
Copy full SHA for 8d12d03
Browse repository at this point
refactor(engine): extract large inline test modules to sibling files
Show description for ea296a3
MuteJester
committed
ea296a3
View commit details
Copy full SHA for ea296a3
Browse repository at this point
test: repoint audit pins to files relocated by the hygiene refactor
Show description for e39dc06
MuteJester
committed
e39dc06
View commit details
Copy full SHA for e39dc06
Browse repository at this point
refactor(cartridge): split _cartridge_estimators into a package
Show description for 23313b7
MuteJester
committed
23313b7
View commit details
Copy full SHA for 23313b7
Browse repository at this point
refactor(experiment): decompose experiment.py into _experiment/ mixin package
Show description for d923e71
MuteJester
committed
d923e71
View commit details
Copy full SHA for d923e71
Browse repository at this point
refactor(compiled): split _compiled.py into a runtime-shape package
Show description for 83633b5
MuteJester
committed
83633b5
View commit details
Copy full SHA for 83633b5
Browse repository at this point
chore: prune dead surface + tighten internal imports (review findings)
Show description for 193ec34
MuteJester
committed
193ec34
View commit details
Copy full SHA for 193ec34
Browse repository at this point
refactor(dataconfig): defer authoring-layer imports to TYPE_CHECKING
Show description for e77d98a
MuteJester
committed
e77d98a
View commit details
Copy full SHA for e77d98a
Browse repository at this point
chore(api): add __all__ to the documented public authoring modules
Show description for a4972d8
MuteJester
committed
a4972d8
View commit details
Copy full SHA for a4972d8
Browse repository at this point
refactor(visualize): split visualize.py into a _visualize/ package
Show description for 4470904
MuteJester
committed
4470904
View commit details
Copy full SHA for 4470904
Browse repository at this point
refactor: delete dead utilities/mcp_helpers.py (946 lines, superseded)
Show description for 15751df
MuteJester
committed
15751df
View commit details
Copy full SHA for 15751df
Browse repository at this point
refactor(engine): split validate.rs into per-family submodules
Show description for de048cb
MuteJester
committed
de048cb
View commit details
Copy full SHA for de048cb
Browse repository at this point
test: repoint two Python pins that grep the split validate.rs source
Show description for 3e3f1ae
MuteJester
committed
3e3f1ae
View commit details
Copy full SHA for 3e3f1ae
Browse repository at this point
docs/test: strip private-planning + session-artifact references
Show description for b583a73
MuteJester
committed
b583a73
View commit details
Copy full SHA for b583a73
Browse repository at this point
Commits on Jul 5, 2026
feat(tools): first-class IMGT cartridge build tool
Show description for b569397
MuteJester
committed
b569397
View commit details
Copy full SHA for b569397
Browse repository at this point
docs: flag which bundled cartridges carry real vs placeholder distributions
Show description for 19ea936
MuteJester
committed
19ea936
View commit details
Copy full SHA for 19ea936
Browse repository at this point
You can’t perform that action at this time.