v0.2.6 — Rich CLI upgrade
Highlights
aidress-sdk0.2.4 —pip install -U aidress-sdkaidress-mcpunchanged at 0.2.5
CLI
The aidress command gets a full visual upgrade via Rich: a banner, colored trust-score output, styled tables for verify/match/registry/schema, spinners on network calls, and formatted --help panels (commands, arguments, options, examples).
Packaging fix
The Rich dependency briefly landed in the wrong package's config during development — aidress-mcp (the MCP server) does not bundle the CLI or require rich; it's exactly the same server as 0.2.5. aidress-sdk correctly declares rich>=13.0.0 so pip install aidress-sdk works standalone with no manual dependency install.
No API, MCP tool, or SDK function changes in this release.