Commit e0e7fd4
Remove explore.py — agent orchestrates search+chat workflow itself
explore.py was a hardcoded pipeline (search → chat) that:
- Did not pass search results to chat (independent server-side RAG)
- Took control away from the agent (no reasoning between steps)
- Always invoked expensive chat even when search was sufficient
AI coding agents are better orchestrators — they can inspect search
results, apply freshness annotations, Read() modified files, and
decide whether to invoke chat.py with reasoning between each step.
Removed explore.py and all references from SKILL.md, workflows.md,
query-patterns.md, agents/codealive-code-explorer.md.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent feda335 commit e0e7fd4
5 files changed
Lines changed: 5 additions & 385 deletions
File tree
- agents
- skills/codealive-context-engine
- references
- scripts
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
45 | 44 | | |
46 | 45 | | |
47 | 46 | | |
| |||
93 | 92 | | |
94 | 93 | | |
95 | 94 | | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | 95 | | |
104 | 96 | | |
105 | 97 | | |
| |||
158 | 150 | | |
159 | 151 | | |
160 | 152 | | |
161 | | - | |
162 | | - | |
163 | | - | |
164 | | - | |
165 | | - | |
166 | | - | |
167 | | - | |
168 | | - | |
169 | | - | |
170 | | - | |
171 | | - | |
172 | | - | |
173 | | - | |
174 | | - | |
175 | | - | |
176 | | - | |
177 | 153 | | |
178 | 154 | | |
179 | 155 | | |
| |||
240 | 216 | | |
241 | 217 | | |
242 | 218 | | |
243 | | - | |
| 219 | + | |
244 | 220 | | |
245 | 221 | | |
246 | 222 | | |
| |||
Lines changed: 0 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
221 | 221 | | |
222 | 222 | | |
223 | 223 | | |
224 | | - | |
225 | | - | |
226 | | - | |
227 | | - | |
228 | | - | |
229 | 224 | | |
230 | 225 | | |
231 | 226 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | 109 | | |
116 | 110 | | |
117 | 111 | | |
| |||
147 | 141 | | |
148 | 142 | | |
149 | 143 | | |
150 | | - | |
151 | | - | |
152 | | - | |
153 | | - | |
154 | | - | |
155 | | - | |
156 | 144 | | |
157 | 145 | | |
158 | 146 | | |
| |||
191 | 179 | | |
192 | 180 | | |
193 | 181 | | |
194 | | - | |
195 | | - | |
196 | | - | |
197 | | - | |
198 | | - | |
199 | | - | |
200 | 182 | | |
201 | 183 | | |
202 | 184 | | |
| |||
227 | 209 | | |
228 | 210 | | |
229 | 211 | | |
230 | | - | |
231 | | - | |
232 | | - | |
233 | | - | |
234 | | - | |
235 | | - | |
236 | 212 | | |
237 | 213 | | |
238 | 214 | | |
| |||
338 | 314 | | |
339 | 315 | | |
340 | 316 | | |
341 | | - | |
342 | | - | |
343 | | - | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
344 | 320 | | |
345 | 321 | | |
346 | 322 | | |
| |||
0 commit comments