Apps, packages, AI skills, and AI tools for writing and reviewing code in FBH projects.
apps/contains runnable applications and CLIs.packages/contains reusable Dart and Flutter packages. Add package paths to the rootworkspacelist as packages are created.- Non-app, non-package directories also at the top level.
apps/ai_pr_review_optimizer- CLI app that runs an AI review of a GitHub PR.packages/- Shared logic and utilities used across apps and skills.skills- Collection of AI skills to help write and review code in FBH projects.
Common workspace commands:
dart pub get
dart run melos analyze
dart run melos format
dart run melos test