- 313 new markdown files created - 30 relationships embedded - 313 entries indexed - State initialized with usage data
626 B
626 B
| id | type | title | tags | importance | confidence | created | updated | |||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 36512ad8-dcfd-4084-a459-4feacb846f1e | solution | Unified submitSubstitution wrapper |
|
0.5 | 0.8 | 2026-01-14T02:00:33.116799+00:00 | 2026-01-14T02:00:33.116799+00:00 |
Added submitSubstitution() method to useGameActions.ts that routes to internal methods (requestPinchHitter, requestDefensiveReplacement, requestPitchingChange) based on type parameter. Removed individual methods from exports to enforce use of unified API. Added validation for defensive_replacement requiring position. Fixes CRIT-001.