refactor: use ATProto SDK types instead of hand-rolled string parsing (#1076)
* refactor: use ATProto SDK types (AtUri, NSID) instead of hand-rolled string parsing
replace manual rsplit/split parsing with the SDK's proper NSID and AtUri
types, which provide validation and semantic clarity.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* docs: update STATUS.md with SDK types refactor, fix deferred import
move AtUri import to module level in client.py. update STATUS.md to
document PR #1076 and correct the rsplit description.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
authored by