You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(ticker): equity research in the pit, shipped as an installable plugin (#318)
`trade` could quote a price and place an order, but nothing answered the
question that comes first. `moshcode ticker <SYMBOL>` renders advis0r.com's
stored research report — score, technicals, SEC fundamentals, thesis, signals
with their sources — plus verbs for signals, transcript search, company-name
lookup, the stored report index, ranked discovery, and coverage stats. Same
surface as `/ticker` at the mosh prompt.
Every route used is public, read-only and unauthenticated, so there is no login
verb and no write path. Two rules the renderers enforce rather than document: a
stored snapshot always prints its `reportGeneratedAt`, whether the price is
delayed and which feed produced it — a stale price dressed as a live one is the
one failure mode that costs money — and the API's own disclaimer travels with
the data.
Also publishes moshcode's first Claude Code marketplace. `moshcode plugin
install` adds it and installs `ticker@moshcode`, which provides /ticker,
/signals, /research, /lookup, /reports and /discover inside the engine. The
fan-out follows the same contract as skills (prd/0003 R8): every engine appears
in the summary, and the ones with no plugin primitive say so.
See prd/0008.
Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
0 commit comments