ericflo commited on
Commit
f3d369e
·
verified ·
1 Parent(s): 4915429

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +11 -6
README.md CHANGED
@@ -34,14 +34,19 @@ A one-sentence summarizer fine-tuned from [Qwen3-0.6B](https://huggingface.co/Qw
34
  ## Example
35
 
36
  ```
37
- Input: "Eric asked about the gallery app showing broken thumbnails. Turned out
38
- B2 signed URLs were expiring after 1 hour but cached for 24 hours."
39
-
40
- Output: "Gallery app bug fix image thumbnails were broken because B2 signed
41
- URLs expired after 1 hour, resolved by reducing the 24-hour cache TTL
42
- to 45 minutes."
 
 
 
43
  ```
44
 
 
 
45
  ## Quick Start
46
 
47
  ### With llama-cpp-python (CPU, no GPU needed)
 
34
  ## Example
35
 
36
  ```
37
+ Input: "Eric wants to reorganize how Cloud Eric handles project planning loops.
38
+ Currently the planning task runs every 30 minutes and creates sub-tasks,
39
+ but it often creates duplicates because it does not check what tasks are
40
+ already running or what PRs are already open. The fix should add a dedup
41
+ check that reviews pending tasks and recent GitHub PRs before creating
42
+ anything new."
43
+
44
+ Output: "Cloud Eric planning bug fix — current task creates duplicates because
45
+ it lacks a dedup check for pending tasks and open PRs."
46
  ```
47
 
48
+ 375 characters in, 124 out — 67% compression while preserving the root cause and fix.
49
+
50
  ## Quick Start
51
 
52
  ### With llama-cpp-python (CPU, no GPU needed)