Commit 176146b
fix(observer_recall): answer conversationally, not as a machine dump (beat 20) (#263)
Recall replied like a log printer:
"Here's the last 20 min (from CODEC's observer):
You were in: Claude.
Timeline:
12:20 Claude
Files touched: best-noise-cancelling-headphones-2026.md."
Accurate but robotic — CODEC should answer like someone who was watching over
your shoulder. Now:
"Over the last 9 minutes, you were in Claude the whole time.
You touched 4 files: …"
Prose adapts to what actually happened (one app / two apps / moved around a fair
bit), mentions the last thing on screen, and pluralises files properly. Kept
deterministic — no second LLM call — so it stays instant and, more importantly,
can't invent anything (the whole point of the earlier anti-fabrication work).
The honest out-of-range answer for clock-time asks is unchanged.
Manifest regenerated. 52 observer tests pass, ruff clean.
Co-authored-by: Mickael Farina <farina.mickael@gmail.com>
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>1 parent ab213cc commit 176146b
2 files changed
Lines changed: 48 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
108 | 124 | | |
109 | 125 | | |
110 | 126 | | |
111 | 127 | | |
112 | 128 | | |
113 | 129 | | |
114 | 130 | | |
| 131 | + | |
115 | 132 | | |
116 | 133 | | |
117 | 134 | | |
| |||
122 | 139 | | |
123 | 140 | | |
124 | 141 | | |
| 142 | + | |
| 143 | + | |
125 | 144 | | |
126 | 145 | | |
127 | 146 | | |
| |||
136 | 155 | | |
137 | 156 | | |
138 | 157 | | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
139 | 163 | | |
140 | 164 | | |
141 | | - | |
142 | | - | |
143 | | - | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
144 | 178 | | |
145 | | - | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
146 | 185 | | |
147 | | - | |
| 186 | + | |
148 | 187 | | |
149 | 188 | | |
150 | 189 | | |
| |||
204 | 243 | | |
205 | 244 | | |
206 | 245 | | |
207 | | - | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
0 commit comments