574 B
574 B
Agent Guide
Implementation priorities
- Keep the app simple for a 3-person internal team.
- Prefer server-rendered Django flows over heavy frontend complexity.
- Optimize for fast item creation and quick search.
- Preserve creator attribution on every item.
- Treat pricing integrations as advisory.
Working conventions
- Update the docs whenever a workflow or model meaningfully changes.
- Keep new fields aligned with the existing thrift-to-sale lifecycle.
- Add focused tests for item creation, filters, and profit math before expanding the feature set.