mbochniak01 commited on
Commit
8cdbafd
·
1 Parent(s): 1f6dac5

Update NOTES.md

Browse files
Files changed (1) hide show
  1. NOTES.md +2 -5
NOTES.md CHANGED
@@ -79,8 +79,5 @@ teardown fixtures.
79
  - Generated a dead loop in `rosetta.py` (iterating over terms with `continue`
80
  but no code after the continue branch) that did nothing. The logic existed in
81
  a comment describing intent but was never implemented. Caught in review.
82
- - The first README used `sdk: gradio` in the HuggingFace frontmatter — the Space
83
- was created as Gradio before switching to Docker. LLM-generated config matched
84
- the target architecture but not the actual HF Space state.
85
- - Suggested `ShelfWise` as a fictional client name — it is a real US company.
86
- Required renaming to `ShelfWise`.
 
79
  - Generated a dead loop in `rosetta.py` (iterating over terms with `continue`
80
  but no code after the continue branch) that did nothing. The logic existed in
81
  a comment describing intent but was never implemented. Caught in review.
82
+ - Suggested a fictional client name that conflicted with a real company.
83
+ Required renaming before the repo went public.