✗agentic_development0/1No agent co-authorship found in git log history. No evidence of droid/Claude co-authors in recent commits.
✓automated_pr_review1/1Both Pullfrog and Claude Code Review workflows exist, automatically generating review comments on PRs.
✓build_cmd_doc1/1AGENTS.md and README.md document build commands: 'pnpm build' and test commands clearly listed.
✗build_performance_tracking0/1No build caching (turbo/nx), no build metrics exported, no evidence of deliberate build performance monitoring.
—dead_feature_flag_detection—/—Prerequisite feature_flag_infrastructure not configured, cannot evaluate dead flag detection.
✓deployment_frequency1/130 releases in recent months (v4.3.5 to v4.0.9), averaging multiple deployments per week with automation.
✓deps_pinned1/1pnpm-lock.yaml committed to repository, ensuring reproducible builds across environments.
✓fast_ci_feedback1/1CI completes in ~1-2 minutes based on statusCheckRollup analysis (e.g., 2026-01-02 run: 23:52:40Z to 23:54:21Z).
✗feature_flag_infrastructure0/1No LaunchDarkly, Statsig, Unleash, GrowthBook, or custom feature flag system found in codebase.
✗heavy_dependency_detection0/1packages/docs has no bundle analyzer or size limit tools. packages/zod is library (skipped).
✗monorepo_tooling0/1Uses pnpm workspaces but no Turborepo, Nx, or Lerna for advanced monorepo management and build optimization.
—progressive_rollout—/—Library repository published to npm, not an infrastructure/deployed service requiring canary deployments.
✓release_automation1/1.github/workflows/release.yml automates npm publishing, JSR publishing, and GitHub releases on main branch changes.
✓release_notes_automation1/1.github/workflows/release.yml uses release-changelog-builder-action to automatically generate release notes.
—rollback_automation—/—Library repository published to npm, not an infrastructure-based deployment requiring rollback automation.
✓single_command_setup1/1AGENTS.md documents 'pnpm install && pnpm build' for setup, and devcontainer uses 'pnpm i' as postCreateCommand.
✗unused_dependencies_detection0/2No depcheck, npm-check, knip, or unused dependency detection configured for either package (0/2 apps pass).
✓vcs_cli_tools1/1GitHub CLI (gh) is installed and authenticated, verified with 'gh auth status' showing active account.
✗version_drift_detection0/1No syncpack, manypkg, or version consistency tooling found for detecting dependency drift across packages.