Address code review feedback: fix missing import, remove unused dep, improve docs

Co-authored-by: henriquescrrrr <192057244+henriquescrrrr@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-02-22 11:05:49 +00:00
parent 072e7e294c
commit f228180350
5 changed files with 7 additions and 13 deletions
+1 -1
View File
@@ -211,7 +211,7 @@ You can query this with any SQLite client or DB browser to generate sales report
## Known Limitations
- No admin GUI for viewing transaction stats (planned for v2).
- Search functionality is planned but not implemented in v1 (click Search shows a placeholder message).
- Search functionality is not implemented in v1 (planned for v2).
- Items with special meta (potions, enchanted books) are excluded by default; when enabled, only the base type is priced (no meta matching).
- The `sell-inventory` button sells **all** sellable items in the inventory at once — use with caution.
- Quantities are capped to 64 × inventory size; extremely large transactions may be slow.