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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
Database-Tycoon
/
tycoon-cli
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
8
Code
Issues
77
Pull requests
7
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
release: v0.1.11
- #199
#199
Merged
karlimess
merged 24 commits into
main
Database-Tycoon/tycoon-cli:main
from
v0.1.11
Database-Tycoon/tycoon-cli:v0.1.11
Copy head branch name to clipboard
Aug 7, 2026
Conversation
Commits
24
(24)
Checks
Files changed
Merged
release: v0.1.11
#199
karlimess
merged 24 commits into
main
Database-Tycoon/tycoon-cli:main
from
v0.1.11
Database-Tycoon/tycoon-cli:v0.1.11
Copy head branch name to clipboard
Commits
Commits on Jul 27, 2026
chore(lint): pin ruff 0.15.20 as dev dep, fix pre-existing violations from ruff 0.16.0 upgrade
Show description for 719482f
JesuFemi-O
committed
719482f
View commit details
Copy full SHA for 719482f
Browse repository at this point
Commits on Jul 28, 2026
chore(lint): add ruff format --check to CI, switch to uv sync --group dev
Show description for 98fee8f
JesuFemi-O
committed
98fee8f
View commit details
Copy full SHA for 98fee8f
Browse repository at this point
Commits on Aug 2, 2026
feat(project): add RuntimeEntry, MetadataConfig, runtimes and metadata fields to TycoonProject (M2 T2-1)
Show description for badd95b
JesuFemi-O
committed
badd95b
View commit details
Copy full SHA for badd95b
Browse repository at this point
feat(project): add migrate_project and SCHEMA_VERSION (M2 T2-2)
Show description for 8663218
JesuFemi-O
committed
8663218
View commit details
Copy full SHA for 8663218
Browse repository at this point
fix(migrate_project): consolidate MetadataConfig defaults, guard version bump
Show description for 13b497d
JesuFemi-O
committed
13b497d
View commit details
Copy full SHA for 13b497d
Browse repository at this point
fix(migrate_project): use ruamel.yaml to preserve comments, add schema_version field
Show description for bc587a7
JesuFemi-O
committed
bc587a7
View commit details
Copy full SHA for bc587a7
Browse repository at this point
fix(schema_version): switch to integer, validate type, error on future versions
Show description for fc67474
JesuFemi-O
committed
fc67474
View commit details
Copy full SHA for fc67474
Browse repository at this point
Merge pull request #174 from Database-Tycoon/chore/ruff-pin
Show description for 5787453
JesuFemi-O
authored
5787453
View commit details
Copy full SHA for 5787453
Browse repository at this point
style: apply ruff format to T2-2 additions in project.py and test_project.py
JesuFemi-O
committed
71d1217
View commit details
Copy full SHA for 71d1217
Browse repository at this point
feat(t2-3): replace global config singleton with local TycoonConfig construction
Show description for f76b7bc
JesuFemi-O
committed
f76b7bc
View commit details
Copy full SHA for f76b7bc
Browse repository at this point
refactor(config): add load_config() factory, drop dead reload() calls
Show description for 508d511
JesuFemi-O
committed
508d511
View commit details
Copy full SHA for 508d511
Browse repository at this point
feat(t2-4): warn on stale schema_version, add tycoon init --upgrade
Show description for 9bc2d8c
JesuFemi-O
committed
9bc2d8c
View commit details
Copy full SHA for 9bc2d8c
Browse repository at this point
fix(t2-4): address review feedback — move warning to load_config, fix edge cases
Show description for ff5a72f
JesuFemi-O
committed
ff5a72f
View commit details
Copy full SHA for ff5a72f
Browse repository at this point
fix(t2-4): move future-schema gate to load_config, preserve schema_version in save_project
Show description for 53cebfc
JesuFemi-O
committed
53cebfc
View commit details
Copy full SHA for 53cebfc
Browse repository at this point
chore(deps): dependency review for v0.1.11
Show description for fed2f98
2 people
authored and
JesuFemi-O
committed
fed2f98
View commit details
Copy full SHA for fed2f98
Browse repository at this point
Merge pull request #178 from Database-Tycoon/feat/m2-t2-4
Show description for a9d42ab
JesuFemi-O
authored
a9d42ab
View commit details
Copy full SHA for a9d42ab
Browse repository at this point
Merge pull request #180 from Database-Tycoon/chore/deps-review-v0.1.11
Show description for 1d9b9e1
JesuFemi-O
authored
1d9b9e1
View commit details
Copy full SHA for 1d9b9e1
Browse repository at this point
Merge feat/m2-t2-3 into v0.1.11: T2-1 through T2-4 (schema_version, load_config enforcement, migrate_project)
Show description for 91a8de0
JesuFemi-O
committed
91a8de0
View commit details
Copy full SHA for 91a8de0
Browse repository at this point
Commits on Aug 5, 2026
fix(scaffold): stamp schema_version via migrate_project, preserving template layout
Show description for a99f440
db-tycoon-stephen
and
claude
committed
a99f440
View commit details
Copy full SHA for a99f440
Browse repository at this point
fix(project): drop no-op schema_version re-add in save_project
Show description for 3394071
db-tycoon-stephen
and
claude
committed
3394071
View commit details
Copy full SHA for 3394071
Browse repository at this point
test(cli-surface): subprocess guard for import-time CLI breakage
Show description for 6bcbf5f
db-tycoon-stephen
and
claude
committed
6bcbf5f
View commit details
Copy full SHA for 6bcbf5f
Browse repository at this point
docs: document schema_version and tycoon init --upgrade
Show description for bfe71ad
db-tycoon-stephen
and
claude
committed
bfe71ad
View commit details
Copy full SHA for bfe71ad
Browse repository at this point
chore(v0.1.11): bump version, add CHANGELOG entry and release notes
Show description for 204caeb
db-tycoon-stephen
and
claude
committed
204caeb
View commit details
Copy full SHA for 204caeb
Browse repository at this point
docs: rename v0.1.10 release notes to match the release-naming pattern
Show description for cc086bf
db-tycoon-stephen
and
claude
committed
cc086bf
View commit details
Copy full SHA for cc086bf
Browse repository at this point
You can’t perform that action at this time.