Simplify sysco line item allocation: use actual amounts, default unmatched to food cost (50000)

This commit is contained in:
2026-05-27 13:22:29 -07:00
parent 7db1e07512
commit e5a2d0bbba
2 changed files with 16 additions and 21 deletions

View File

@@ -20,6 +20,11 @@ clj-nrepl-eval -p PORT "(+ 1 2 3)" # evaluate clojure code
```
### Editing clojure
When editing clojure, use the clojure-mcp editing tools, or ask @clojure-author to make the change. It is critical that you
do not use the file editing tools unless absolutely necessary.
Often times, if a file won't compile, first clj-paren-repair on the file, then try again. If it doesn't wor still, try cljfmt check.
### Running the Application