Files
HAL9000 e18851b172 fix(contexts): resolve lint and typecheck failures in scope resolver module
- 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)
2026-06-06 01:15:58 -04:00
..