CodingFeline
About
Products
Tags
RECENT CONTRIBUTIONS
@yshrsmz's recent pull requests on GitHub.
Last update:
Aug 28, 2025, 12:27 AM
refactor: extract common helper functions from CLI commands
yshrsmz
/
ticketflow
0
#84
6 days ago
refactor: remove unused CloseTicketInternalError struct
yshrsmz
/
ticketflow
0
#83
last week
Fix: Commands ignoring --format json parameter
yshrsmz
/
ticketflow
0
#82
last week
Complete Phase 3 of Printable interface migration
yshrsmz
/
ticketflow
0
#81
last week
Kotlin Multiplatform polymorphism with custom discriminator support
OpenAPITools
/
openapi-generator
24.7K
#21772
last week
feat: migrate result types to Printable interface pattern
yshrsmz
/
ticketflow
0
#80
last week
Improve JSON validation logic for integration tests
yshrsmz
/
ticketflow
0
#79
2 weeks ago
Add 'workflow' command to print development guide
yshrsmz
/
ticketflow
0
#78
2 weeks ago
feat: centralize format constants to eliminate duplication
yshrsmz
/
ticketflow
0
#77
2 weeks ago
Refactor all CLI commands to use NewAppWithFormat
yshrsmz
/
ticketflow
0
#76
2 weeks ago
Refactor CLI package to respect JSON format setting
yshrsmz
/
ticketflow
0
#75
2 weeks ago
Add early context cancellation checks to all commands
yshrsmz
/
ticketflow
0
#74
2 weeks ago
feat: improve test coverage for maintenance commands (cleanup, worktree, status)
yshrsmz
/
ticketflow
0
#73
2 weeks ago
test: add comprehensive integration tests for zero-coverage commands
yshrsmz
/
ticketflow
0
#72
2 weeks ago
Improve test coverage for core workflow commands (start and close)
yshrsmz
/
ticketflow
0
#71
2 weeks ago
Finalize Command Interface Migration
yshrsmz
/
ticketflow
0
#70
2 weeks ago
Migrate worktree command to new Command interface
yshrsmz
/
ticketflow
0
#69
2 weeks ago
Migrate cleanup command to new Command interface
yshrsmz
/
ticketflow
0
#68
2 weeks ago
Remove deprecated migrate command
yshrsmz
/
ticketflow
0
#67
2 weeks ago
Fix: Prevent incorrect removal of current-ticket.md when closing non-current tickets
yshrsmz
/
ticketflow
0
#66
2 weeks ago
Migrate restore command to new Command interface
yshrsmz
/
ticketflow
0
#65
2 weeks ago
refactor: App methods return primary entities instead of just errors
yshrsmz
/
ticketflow
0
#64
2 weeks ago
refine: Prepare close command migration ticket with comprehensive implementation guide
yshrsmz
/
ticketflow
0
#63
2 weeks ago
Migrate start command to new Command interface
yshrsmz
/
ticketflow
0
#62
2 weeks ago
Migrate new command to new Command interface
yshrsmz
/
ticketflow
0
#61
2 weeks ago
Migrate show command to new Command interface
yshrsmz
/
ticketflow
0
#60
2 weeks ago
feat: Migrate list command to new Command interface
yshrsmz
/
ticketflow
0
#59
2 weeks ago
feat: Migrate status command to new Command interface
yshrsmz
/
ticketflow
0
#57
2 weeks ago
Migrate init command to new Command interface
yshrsmz
/
ticketflow
0
#56
2 weeks ago
Migrate help command to new Command interface
yshrsmz
/
ticketflow
0
#55
2 weeks ago
refactor: Define Command interface hierarchy for better code organization
yshrsmz
/
ticketflow
0
#54
2 weeks ago
Enable parallel test execution for unit tests
yshrsmz
/
ticketflow
0
#53
2 weeks ago
Cancel object pooling optimization after profiling analysis
yshrsmz
/
ticketflow
0
#52
2 weeks ago
feat: Implement concurrent directory operations for List command
yshrsmz
/
ticketflow
0
#50
2 weeks ago
feat: Add comprehensive benchmark infrastructure for performance optimization
yshrsmz
/
ticketflow
0
#49
3 weeks ago
feat: Add close-with-reason functionality for abandoned/invalid tickets
yshrsmz
/
ticketflow
0
#48
3 weeks ago
Improve related field quoting to prevent YAML linting warnings
yshrsmz
/
ticketflow
0
#47
3 weeks ago
feat: Improve worktree error messages with actionable guidance
yshrsmz
/
ticketflow
0
#46
3 weeks ago
Improve close error message to suggest restore command
yshrsmz
/
ticketflow
0
#45
3 weeks ago
Fix current-ticket.md duplication in worktree mode
yshrsmz
/
ticketflow
0
#44
3 weeks ago
Decision: Don't implement worktree recovery - keep ticketflow focused
yshrsmz
/
ticketflow
0
#41
3 weeks ago
Handle branch divergence when starting tickets
yshrsmz
/
ticketflow
0
#40
3 weeks ago
Extract common test setup code to reduce duplication
yshrsmz
/
ticketflow
0
#39
3 weeks ago
Add context support for cancellation of long-running operations
yshrsmz
/
ticketflow
0
#38
3 weeks ago
Add comprehensive benchmarks for critical paths
yshrsmz
/
ticketflow
0
#37
3 weeks ago
Add --force flag to ticketflow start command
yshrsmz
/
ticketflow
0
#36
3 weeks ago
Optimize IO operations with pre-allocated slices and string builders
yshrsmz
/
ticketflow
0
#35
3 weeks ago
feat: Add --parent flag to ticketflow new command
yshrsmz
/
ticketflow
0
#34
3 weeks ago
Refactor tests to remove os.Chdir and fix race conditions
yshrsmz
/
ticketflow
0
#33
4 weeks ago
Fix: Handle existing branches when creating worktrees
yshrsmz
/
ticketflow
0
#32
4 weeks ago