Commit f0dcfa2
feat: Enhance orchestration system with test infrastructure and documentation
Orchestration Enhancements:
- backend/services/orchestrator.cjs: Multi-agent sequential workflow orchestration
- State-passing between agents (governor → finance → seo → marketing → builder)
- Cove Framework threshold logic (18+ score executes all agents, <18 stops early)
- Lens validation integration for each agent output
- Performance metrics tracking (duration, prompt/response length)
- backend/scripts/test-orchestrator.cjs: Test harness for orchestration workflows
Documentation:
- workspace/docs/Obsidian-v2/plans/active/ORCHESTRATION-TEST-RESULTS.md
- Test results for 5-agent workflow validation
- Score-based execution thresholds working correctly
- workspace/docs/Obsidian-v2/technical/orchestrator-pipeline-fix-2025-10-26.md
- Technical details on LensOrchestrator.apply() parameter fix
- workspace/docs/Obsidian-v2/tests/test-run-2025-10-26.md
- Test execution log and validation results
Reference Documentation:
- workspace/docs/Obsidian-v2/docs/reference/services/orchestrator.md
- Complete orchestrator API and workflow patterns
- workspace/docs/Obsidian-v2/docs/reference/tools/*.md
- claude-trace, claude-code-docs-map, test-lens-pipeline, soulfield-debugging-options
Cleanup:
- Remove 72 old test result files (Google Workspace, Drive webhook, production readiness)
- Remove 26 test project directories from agent workspace
- Remove 2 old marketing campaign files
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent b7eeb06 commit f0dcfa2
83 files changed
Lines changed: 3670 additions & 11662 deletions
File tree
- backend
- scripts
- services
- tests/results
- workspace
- agent-workspace/agents
- _projects/projects
- test-list-1760721123943
- distributor
- metrics
- test-list-1760721198065
- distributor
- metrics
- test-list-1760721220946
- distributor
- metrics
- test-list-1761087753495
- distributor
- metrics
- test-list-1761087767096
- distributor
- metrics
- test-list-1761360987745
- distributor
- metrics
- test-list-1761361325163
- distributor
- metrics
- test-list-1761389962865
- distributor
- metrics
- test-list-1761389972187
- distributor
- metrics
- test-list-1761390181682
- distributor
- metrics
- test-list-1761391330465
- distributor
- metrics
- test-list-1761391512168
- distributor
- metrics
- test-list-1761393012223
- distributor
- metrics
- test-project-1760721123940/distributor
- test-project-1760721198061/distributor
- test-project-1760721220943/distributor
- test-project-1761087753488/distributor
- test-project-1761087767087/distributor
- test-project-1761360987735/distributor
- test-project-1761361325158/distributor
- test-project-1761389962859/distributor
- test-project-1761389972182/distributor
- test-project-1761390181678/distributor
- test-project-1761391330460/distributor
- test-project-1761391512162/distributor
- test-project-1761393012214/distributor
- marketing/campaigns
- docs/Obsidian-v2
- .obsidian
- docs/reference
- services
- tools
- plans/active
- technical
- tests
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
162 | 171 | | |
163 | 172 | | |
164 | 173 | | |
165 | 174 | | |
166 | 175 | | |
167 | 176 | | |
| 177 | + | |
168 | 178 | | |
169 | 179 | | |
170 | 180 | | |
| |||
174 | 184 | | |
175 | 185 | | |
176 | 186 | | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
177 | 197 | | |
178 | 198 | | |
179 | 199 | | |
| |||
202 | 222 | | |
203 | 223 | | |
204 | 224 | | |
| 225 | + | |
205 | 226 | | |
206 | 227 | | |
207 | 228 | | |
| |||
211 | 232 | | |
212 | 233 | | |
213 | 234 | | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
214 | 244 | | |
215 | 245 | | |
216 | 246 | | |
| |||
222 | 252 | | |
223 | 253 | | |
224 | 254 | | |
| 255 | + | |
225 | 256 | | |
226 | 257 | | |
227 | 258 | | |
| |||
231 | 262 | | |
232 | 263 | | |
233 | 264 | | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
234 | 274 | | |
235 | 275 | | |
236 | 276 | | |
| |||
242 | 282 | | |
243 | 283 | | |
244 | 284 | | |
| 285 | + | |
245 | 286 | | |
246 | 287 | | |
247 | 288 | | |
| |||
251 | 292 | | |
252 | 293 | | |
253 | 294 | | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
254 | 304 | | |
255 | 305 | | |
256 | 306 | | |
| |||
262 | 312 | | |
263 | 313 | | |
264 | 314 | | |
| 315 | + | |
265 | 316 | | |
266 | 317 | | |
267 | 318 | | |
| |||
271 | 322 | | |
272 | 323 | | |
273 | 324 | | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
274 | 334 | | |
275 | 335 | | |
276 | 336 | | |
| |||
287 | 347 | | |
288 | 348 | | |
289 | 349 | | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
290 | 363 | | |
291 | 364 | | |
292 | 365 | | |
| |||
Lines changed: 0 additions & 36 deletions
This file was deleted.
Lines changed: 0 additions & 36 deletions
This file was deleted.
Lines changed: 0 additions & 36 deletions
This file was deleted.
Lines changed: 0 additions & 36 deletions
This file was deleted.
0 commit comments