✗agentic_development0/1No evidence of agent co-authorship in recent 100 commits (no droid, Claude, or co-authored-by agent signatures).
—automated_pr_review—/—SKIP: gh CLI available but no evidence of automated PR review bots generating review comments.
✓build_cmd_doc1/1Build commands well-documented in doc/building.md with PowerShell and Cmd examples.
—build_performance_tracking—/—SKIP: gh CLI available but no evidence of build performance tracking or caching metrics analysis in CI.
✗dead_feature_flag_detection0/1Feature flag infrastructure exists but no tooling to detect stale/unused flags in features.xml.
✓deployment_frequency1/1Multiple releases per month (30 releases listed in recent history, ~2-4 week cadence between releases).
✓deps_pinned1/1Dependencies pinned via vcpkg.json with explicit version overrides and builtin-baseline commit hash.
✓fast_ci_feedback1/1CI checks complete in under 10 minutes (spell check: ~2 minutes based on statusCheckRollup timestamps).
✓feature_flag_infrastructure1/1Robust feature flag system using src/features.xml with til::feature, supports branch/branding-based toggles.
—heavy_dependency_detection—/—SKIP: Native C++ application, not a bundled web app requiring bundle size analysis.
—monorepo_tooling—/—SKIP: Single application repository, not a monorepo with multiple independently deployable packages.
—progressive_rollout—/—SKIP: Desktop application distributed via Microsoft Store and direct download, not a web service with canary deployments.
✓release_automation1/1Automated release pipeline (build/pipelines/ob-release.yml) with signing, packaging, and publishing to multiple channels.
✓release_notes_automation1/1Automated releases with structured release notes (ob-release.yml pipeline, consistent format with bug fixes and contributors).
—rollback_automation—/—SKIP: Desktop application where users control version installation, not an infra-based deployment requiring rollback.
✓single_command_setup1/1Single command setup documented in doc/building.md: Import-Module + Set-MsBuildDevEnvironment + Invoke-OpenConsoleBuild.
✗unused_dependencies_detection0/1No unused dependency detection configured (vcpkg doesn't include built-in detection like npm/cargo).
✓vcs_cli_tools1/1GitHub CLI (gh) is installed and authenticated (verified with gh auth status).
—version_drift_detection—/—SKIP: Not a monorepo, no multiple packages requiring version consistency checks.