- Fix return value from 2-tuple to 4-tuple (browser, context, page, main_frame)
- Correct function signature to match actual implementation
- Documentation now matches the actual API
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Clarify that auth module is pure with no environment access
- Document URL construction pattern for callers
- Update module structure documentation
- Emphasize caller responsibility for configuration
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Document project overview and architecture
- Add development environment setup instructions
- Specify environment configuration requirements
- Document module structure and page interaction patterns
- Add common commands for testing
- Establish code conventions including mandatory test coverage for new components
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>