Commit 814d409
Fold freelancer + research examples into marketplace and txodds
Five example dirs down to three, no functionality lost:
- examples/freelancer/start.ts -> examples/marketplace/freelancer.ts and
examples/research/start.ts -> examples/marketplace/research.ts — both
were marketplace sessions already (same protocol, feed, visualizer,
ledger); now they're rounds of the one market: npm start (classic),
npm run freelancer (verifier-gated harnesses), npm run research
(event-driven)
- the odds-move watcher + detectEvents (+ tests) move to
examples/txodds/research/ — they're tooling over the txodds proxy;
the watcher is rewritten on node:http to match the proxy's style
(drops the express dep), `npm run watch` there
- examples/agent-economy README gains the "where the economy goes next"
section tying its front doors to the market rounds
- root npm run freelancer/research/research:watch retargeted; all
inbound references fixed (README, CLAUDE.md, CORAL.md diagrams + file
map, coral-agents READMEs, Dockerfile.claude, build-agents.sh,
wantFeed.ts, ROADMAP.md keeps the history)
Verified: txodds 10/10 tests (detect suite moved in), marketplace +
txodds typecheck, watcher smoke (health / 204-on-empty / dead-proxy
resilience).
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent 45e122c commit 814d409
28 files changed
Lines changed: 172 additions & 268 deletions
File tree
- coral-agents
- buyer-agent/src
- seller-agent
- examples
- agent-economy
- freelancer
- marketplace
- research
- txodds
- research
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | | - | |
33 | | - | |
34 | | - | |
| 32 | + | |
35 | 33 | | |
36 | 34 | | |
37 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
41 | | - | |
| 40 | + | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
391 | 391 | | |
392 | 392 | | |
393 | 393 | | |
394 | | - | |
395 | | - | |
| 394 | + | |
| 395 | + | |
396 | 396 | | |
397 | 397 | | |
398 | 398 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
230 | 230 | | |
231 | 231 | | |
232 | 232 | | |
233 | | - | |
234 | | - | |
235 | | - | |
236 | | - | |
| 233 | + | |
| 234 | + | |
237 | 235 | | |
238 | 236 | | |
239 | 237 | | |
| |||
0 commit comments