Results 38 issues of Wilson Garcia

## Description Remove legacy code after TypeScript version is stable in production. ## Tasks - [ ] Wait 2+ weeks after cutover for burn-in period - [ ] Verify no...

phase-6

## Description Switch default npm start to TypeScript version and monitor for issues. ## Tasks - [ ] Update package.json to make `npm start` run TypeScript version - [ ]...

phase-6
breaking-change
critical

## Description Verify all data migrations work correctly and backward compatibility is maintained. ## Tasks - [ ] Verify TotalSold.json compatibility (ProfitTracker) - [ ] Test auth token migration (TokenStore)...

phase-6
critical

## Description Run legacy and new versions side-by-side to validate behavioral equivalence. ## Tasks - [ ] Run `npm run start:legacy` (old version) - [ ] Run `npm run dev`...

phase-6
testing
critical

## Description Create comprehensive test suite with 70%+ coverage. **BLOCKS PRODUCTION CUTOVER**. ## Tasks - [ ] Unit tests for utilities (Logger, TimeUtils, SteamUtils, SpamFilter) - [ ] Unit tests...

phase-6
testing
critical

## Description Migrate cluster-based auto-restart from legacy code to TypeScript. ## Tasks - [ ] Port cluster manager from index.js:1-10 - [ ] Handle worker crashes and automatic restart -...

phase-6

## Description Initialize SteamBot, register all handlers, and start the bot with error handling. ## Tasks - [ ] Initialize SteamBot orchestrator - [ ] Register all event handlers -...

phase-6

## Description Background and emote trading logic with callback pattern compatibility. ## Tasks - [ ] Implement Sell_Bgs_And_Emotes function - [ ] Implement Buy_Bgs_And_Emotes function - [ ] Keep callback...

phase-5

## Description Common key trading logic for TF2 and CS:GO keys. ## Tasks - [ ] Key identification functions - [ ] Key counting methods - [ ] Common key...

phase-5

## Description Core trading validation including rate validation, limits, blacklist checks, and gem calculations. ## Tasks - [ ] Implement rate validation against config - [ ] Trade limits enforcement...

phase-5
critical