✗agentic_development0/1No evidence of agent co-authorship in git log. No factory-droid, Claude, or AI agent signatures found in recent 100 commits
✓automated_pr_review1/1Semgrep automated security reviews visible in PR statusCheckRollup. Code scanning generates review comments
✓build_cmd_doc1/1README.md and AGENTS.md document build commands: make, make bins, make install. Clear instructions for building temporal-server
✗build_performance_tracking0/1No explicit build caching config, build metrics export, or build duration tracking visible. GitHub Actions cache not explicitly configured
—dead_feature_flag_detection—/—Skipped - prerequisite feature_flag_infrastructure failed. No feature flag system to detect stale flags
✓deployment_frequency1/120 releases in gh release list with v1.28.2, v1.27.4, v1.29.2 on 2025-12-30. Multiple releases per month showing frequent deployment
✓deps_pinned1/1go.sum committed with exact dependency versions and checksums. Go modules provide deterministic builds
✓fast_ci_feedback1/1CI checks complete in ~4 minutes based on PR statusCheckRollup (e.g., 23:03:35 to 23:04:05, 18:44:08 to 18:47:49). Well under 10 minute threshold
✗feature_flag_infrastructure0/1No LaunchDarkly, Statsig, Unleash, GrowthBook, or custom feature flag system found. Dynamic config exists but not feature flags
—heavy_dependency_detection—/—Skipped - backend Go service without bundle size concerns. Not applicable for server-side applications
—monorepo_tooling—/—Skipped - single Go module with go.mod at root. Not a monorepo requiring Turborepo/Nx/Lerna
—progressive_rollout—/—Skipped - no evidence of canary deployments or percentage-based rollouts. Infrastructure repository focus
✓release_automation1/1release.yml workflow triggers on release published. goreleaser automates binary builds for multiple platforms
✓release_notes_automation1/1goreleaser.yml configured for automated release builds and artifact generation. GitHub releases workflow automates releases
—rollback_automation—/—Skipped - no rollback automation documentation or scripts found. Infrastructure repository focus
✓single_command_setup1/1README.md documents brew install temporal && temporal server start-dev. CONTRIBUTING.md shows make start for local development
✓unused_dependencies_detection1/1go mod tidy in Makefile and CI (ci-build-misc target calls gomodtidy) ensures unused dependencies are detected
✓vcs_cli_tools1/1gh CLI v2.52.0 installed and authenticated to github.com with repo, workflow, read:org scopes
—version_drift_detection—/—Skipped - single application repo with unified go.mod. No package version drift concerns