This commit is contained in:
2026-05-18 14:08:13 -04:00
commit 377326ec2c
36 changed files with 1473 additions and 0 deletions

15
docs/agent-guide.md Normal file
View File

@@ -0,0 +1,15 @@
# Agent Guide
## Implementation priorities
1. Keep the app simple for a 3-person internal team.
2. Prefer server-rendered Django flows over heavy frontend complexity.
3. Optimize for fast item creation and quick search.
4. Preserve creator attribution on every item.
5. 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.