✗agentic_development0/1No evidence of agent co-authorship in recent 100 commits. No factory-droid or other agent identifiers found in git log.
—automated_pr_review—/—Skipped: No evidence of automated PR review generation tools found despite gh CLI being available.
✓build_cmd_doc1/1Build command is documented under the docs/ folder
—build_performance_tracking—/—Skipped: No build performance tracking or caching metrics found. No evidence of deliberate build time monitoring.
—dead_feature_flag_detection—/—Skipped: No dead feature flag detection tooling found despite feature_flag_infrastructure passing.
—deployment_frequency—/—Skipped: Would require analyzing release frequency and workflow runs via gh CLI with repo-specific access.
✓deps_pinned1/1Dependencies pinned via Cargo.lock which is committed to the repository.
—fast_ci_feedback—/—Skipped: Would require analyzing CI check durations via gh CLI, which requires repository-specific API access.
✓feature_flag_infrastructure1/1Feature flag infrastructure exists via crates/feature_flags workspace member.
—heavy_dependency_detection—/—Skipped: Bundle size analysis not applicable for compiled Rust applications.
✗monorepo_tooling0/1Cargo workspace is used but no specialized monorepo tooling like Turborepo, Nx, or Lerna is configured.
—progressive_rollout—/—Skipped: Not applicable for desktop editor application. Progressive rollout is for deployed services, not packaged applications.
✓release_automation1/1Release automation exists via .github/workflows/release.yml triggered on version tags.
✗release_notes_automation0/1No automated release notes generation found. No semantic-release, standard-version, changesets, or release-please configuration.
—rollback_automation—/—Skipped: Not applicable for desktop editor application. Rollback automation is for infrastructure, not desktop software.
✗single_command_setup0/1README points to separate build docs per platform. No single command documented in README or AGENTS.md to go from clone to running dev server.
✗unused_dependencies_detection0/4No unused dependencies detection configured. No cargo-udeps or similar tooling found in CI or scripts.
✓vcs_cli_tools1/1GitHub CLI (gh) is installed and available at /opt/homebrew/bin/gh.
—version_drift_detection—/—Skipped: Cargo workspace handles dependency versions uniformly, no drift detection tooling needed for Rust workspaces.