2 Open Issues Need Help Last updated: Dec 25, 2025

Open Issues Need Help

View All on GitHub

AI Summary: This GitHub issue proposes refactoring the `TestExclusionPatternRegex` class in `scripts/tests/test_verify_architecture_manifest.py` to adhere to the DRY principle. The `excluded_patterns` list is currently duplicated across multiple test methods, and the suggested solution is to extract it into a shared pytest fixture. This refactoring was identified by Gemini-code-assist following a recent PR that added numerous exclusion pattern tests.

Complexity: 1/5
enhancement good first issue testing

Storage and inspection

Python

AI Summary: This issue proposes creating a single, unified entry point document for all UI/UX documentation within the project. The new document, `docs/ui-ux/standard.md`, will consolidate links to existing scattered documentation, provide summaries of key standards, and list prohibited practices to improve discoverability for new team members and AI tools.

Complexity: 2/5
documentation good first issue design-system

Storage and inspection

Python