- 313 new markdown files created - 30 relationships embedded - 313 entries indexed - State initialized with usage data
577 B
577 B
| id | type | title | tags | importance | confidence | created | updated | |||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1695d110-7bcf-4e06-92e1-ffed8f686538 | solution | Fix numpy X86_V2 CPU compatibility in discord-app |
|
0.7 | 0.8 | 2026-01-08T20:04:25.371628+00:00 | 2026-01-08T20:04:25.371628+00:00 |
Added numpy<2 constraint to discord-app/requirements.txt. Numpy 2.x requires X86_V2 CPU instructions that sba-bots doesn't support, causing cogs.admins and cogs.gameplay to fail loading with RuntimeError. The database repo already had this constraint but discord-app was missing it.