WYD Code captures the reasoning behind every AI decision -
across every tool you use, in a single
ledger you control. Inspect it with
wydcode blame.
Watch it evolve with
wydcode replay.
Wire it into tools with MCP and query it with
wydcode status --json.
AI tools are extraordinarily capable and architecturally amnesiac. Reasoning built in one session vanishes before the next one opens. No single vendor can solve this - because the history lives across competing tools they will never share data with.
WYD Code keeps the human surface small and adds machine-usable output for tools, scripts, and MCP integrations.
A new developer runs wydcode replay --since 180d
and understands six months of architectural decisions in minutes.
WYD Code exposes a discovery handshake at
/v1/ping.
Hosted deployments may route that through deployment-specific prefixes, but the protocol surface stays canonical.
| System | What it shows | Cross-tool | Reasoning timeline | Merkle-verified |
|---|---|---|---|---|
| git log | Code diffs, commit messages | x | x | x |
| WYD Code | Cross-tool reasoning timeline + conflicts + actors | yes | yes | yes |
Install globally or run once with npx. Local-first by default. Cloud mode is one flag.
cd your-project && wydcode link or wydcode status --cloud --json