- Sort __all__ in cleveragents/domain/contexts/__init__.py (RUF022)
- Remove unused ScopeChainResolver import from examples/scope_resolvers/git_issue_resolver.py (F401)
- Fix EntryPoints.get() type error in scope_chain_resolver.py by casting to dict before calling .get() (reportAttributeAccessIssue)