Repo Readiness Report
Run a readiness check immediately after repository setup.
Workflow
- Ensure the working directory is the target repository root.
- Check whether
droidis installed withcommand -v droid. - If
droidis not installed, install it:curl -fsSL https://app.factory.ai/cli | sh
- Run the readiness check:
droid "/readiness-report"
- Return the readiness-report output summary to the user and highlight blocking issues first.