Open Issues Need Help
View All on GitHubAI 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.
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.