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
fix(person): Support name lookup and id: prefix syntax (#13)
## Summary
- Fix missing Content-Type header for POST requests without body
- Add name-based person lookup via search API (exact then partial
matching)
- Require explicit `id:xxx` prefix for ID lookups to eliminate ambiguity
- Support email addresses for direct lookup
- Comprehensive help text and error hints for AI agent usability
## Test plan
- `bob person Ernesto` → name search
- `bob person id:12345` → direct ID lookup
- `bob person user@co.com` → direct email lookup
- All 27 existing tests pass
🤖 Generated with Claude Code
---------
Co-authored-by: Claude Haiku 4.5 <noreply@anthropic.com>
0 commit comments