✗agentic_development0/1No agent co-authorship in recent 100 commits. No Factory/Claude agent workflows or config directories found.
—automated_pr_review—/—Skipped - gh CLI available but no evidence of automated review generation (Danger, AI bots) found
✓build_cmd_doc1/1README documents getting started. Package.json scripts include 'build' command clearly listed.
—build_performance_tracking—/—Skipped - no build caching, metrics export, or deliberate build optimization tracking found in CI
—dead_feature_flag_detection—/—Skipped - prerequisite feature_flag_infrastructure not met, no feature flags to detect as stale
✓deployment_frequency1/1Regular releases via gh release list: 10 releases from Feb 2024 to May 2025, averaging 1-2 per month
✓deps_pinned1/1pnpm-lock.yaml committed, ensuring reproducible dependency installations
✓fast_ci_feedback1/1CI checks complete in ~2-3 minutes based on statusCheckRollup data from recent PRs, well under 10 min threshold
✗feature_flag_infrastructure0/1No LaunchDarkly, Statsig, Unleash, GrowthBook, or custom feature flag system found
—heavy_dependency_detection—/—Skipped - backend library/framework, not a bundled frontend application requiring bundle size analysis
✗monorepo_tooling0/1Uses pnpm workspaces and preconstruct but lacks Turborepo/Nx/Lerna for managed builds and caching
—progressive_rollout—/—Skipped - library/framework repo publishing to npm, not an infrastructure deployment with canary/percentage rollouts
✓release_automation1/1Changesets + publish.yml workflow automates npm publishing on workflow_dispatch trigger
✓release_notes_automation1/1Changesets configured (.changeset/ directory with config.json) for automated changelog and release notes generation
—rollback_automation—/—Skipped - library/framework repo, rollback via npm package versions handled by package managers, not infra-based
✓single_command_setup1/1README documents setup via pnpm install. Devcontainer has postCreateCommand: pnpm install for automated setup.
✗unused_dependencies_detection0/1No depcheck, npm-check, knip, or similar unused dependency detection tools configured
✓vcs_cli_tools1/1gh CLI authenticated and working, confirmed via 'gh auth status' returning success
—version_drift_detection—/—Skipped - monorepo but no syncpack/manypkg for version drift detection, Renovate handles updates uniformly