✗agentic_development0/1No evidence of AI agent co-authorship found in git history. No droid, factory-droid, or Claude Code co-authored-by signatures
✓automated_pr_review1/1Automated PR reviews found: entelligence-ai-pr-reviews bot and GitGuardian Security Checks post review comments on PRs
✓build_cmd_doc1/1README documents build/install commands: 'pip install -r requirements.txt' or 'uv pip install -e .' for Python projects
✗build_performance_tracking0/1No build performance tracking found. No build caching, metrics export, or timing analysis configured
—dead_feature_flag_detection—/—Skipped: Prerequisite failed. No feature flag infrastructure exists to detect stale flags
✗deployment_frequency0/1No releases or deployments found. 'gh release list' returned empty. This is a showcase repo, not a deployed service
✓deps_pinned1/1Dependencies are managed via requirements.txt and pyproject.toml files across projects. uv.lock in .gitignore shows lock file usage
—fast_ci_feedback—/—Skipped: Cannot calculate CI duration without analyzing statusCheckRollup timing data across multiple PRs
✗feature_flag_infrastructure0/1No feature flag infrastructure found. No LaunchDarkly, Statsig, Unleash, or custom feature flag systems configured
—heavy_dependency_detection—/—Skipped: Not applicable. This is not a bundled application. Individual projects are Python/Node examples
—monorepo_tooling—/—Skipped: Not a monorepo. This is a collection of independent example projects without shared build tooling
—progressive_rollout—/—Skipped: Not applicable. This is a showcase repository, not an infrastructure/deployment system
✗release_automation0/1No release automation found. No CD pipelines, semantic-release, or automated deployment workflows
✗release_notes_automation0/1No release notes automation found. No semantic-release, changesets, or GitHub release automation configured
—rollback_automation—/—Skipped: Not applicable. This is a showcase repository, not an infrastructure/deployment system
✓single_command_setup1/1README documents single-command setup: 'git clone && cd project && pip install -r requirements.txt && python main.py'
✗unused_dependencies_detection0/1No unused dependency detection found. No depcheck, deptry, knip, or similar tools configured
✓vcs_cli_tools1/1GitHub CLI (gh) is installed and authenticated, enabling branch protection checks and CI metrics queries
—version_drift_detection—/—Skipped: Not a monorepo. Each example project manages its own dependencies independently