✗agentic_development0/1Only dependabot co-authorship found; no evidence of AI agent (droid/Claude/etc.) participation in development
✓automated_pr_review1/1CodeAnt AI generates automated code review comments on PRs (verified in recent PR #37178)
✓build_cmd_doc1/1AGENTS.md documents setup commands: 'npm install && npm run dev' for frontend, Docker setup for full stack
—build_performance_tracking—/—Skipped - no evidence of build duration measurement or optimization tracking
✗dead_feature_flag_detection0/1Feature flag infrastructure exists but no tooling to detect stale/unused flags
—deployment_frequency—/—Skipped - requires time-series analysis of releases/deployments which cannot be determined from static repo scan
✓deps_pinned1/1Multiple package-lock.json files for JS/TS and requirements.txt with version pins for Python dependencies
—fast_ci_feedback—/—Skipped - would require detailed timing analysis of CI workflows across multiple PRs
✓feature_flag_infrastructure1/1Custom feature flag system in superset/config.py with FEATURE_FLAGS dict and GET_FEATURE_FLAGS_FUNC
—heavy_dependency_detection—/—Skipped - main app frontend likely has webpack-bundle-analyzer but not verified; websocket N/A (Node.js backend)
✓monorepo_tooling1/1Lerna configured with workspace structure in superset-frontend/package.json for managing multiple packages
—progressive_rollout—/—Skipped - no evidence of canary deployments or percentage-based rollouts in deployment configs
✓release_automation1/1Automated release pipelines in .github/workflows: release.yml, tag-release.yml handle releases automatically
✓release_notes_automation1/1Multiple release workflows found: release.yml, embedded-sdk-release.yml, superset-helm-release.yml automate releases
—rollback_automation—/—Skipped - no documented rollback procedures or automation found in deployment workflows
✓single_command_setup1/1Docker Compose setup documented in README with single command: docker-compose up
—unused_dependencies_detection—/—Skipped - no depcheck (JS) or deptry (Python) found in CI or pre-commit hooks
✓vcs_cli_tools1/1GitHub CLI (gh) is installed and authenticated (verified via gh auth status)
—version_drift_detection—/—Skipped - monorepo exists but no syncpack, manypkg, or similar version consistency tooling found