✗agentic_development0/1No evidence of agent co-authorship in git log, no agent CI workflows, no .factory/droids/ or agent configuration directories.
—automated_pr_review—/—Skipped: OSS evaluation mode without admin API access. PR gate workflow exists but doesn't generate review comments.
✓build_cmd_doc1/1README.md documents 'npm run build' command clearly in Development section.
—build_performance_tracking—/—Skipped: no evidence of build caching metrics, no build metrics exported to monitoring, would fail in OSS mode.
—dead_feature_flag_detection—/—Skipped: prerequisite feature_flag_infrastructure not configured.
✓deployment_frequency1/1Very frequent releases: 30 releases in ~15 days (multiple per day/week). gh release list shows active deployment culture.
✓deps_pinned1/1package-lock.json exists and is committed, ensuring dependency versions are pinned.
—fast_ci_feedback—/—Skipped: requires authenticated gh CLI access to PR statusCheckRollup data not available for OSS evaluation.
✗feature_flag_infrastructure0/1No feature flag system configured (LaunchDarkly, Statsig, Unleash, GrowthBook, or custom system).
—heavy_dependency_detection—/—Skipped: no bundle analysis configured (webpack-bundle-analyzer, size-limit), not critical for CLI tools.
✗monorepo_tooling0/1Uses npm workspaces only without sophisticated monorepo tooling (Turborepo, Nx, Lerna) for incremental builds and caching.
—progressive_rollout—/—Skipped: CLI tools and library repository, not an infrastructure deployment with canary/percentage rollouts.
✓release_automation1/1Automated release pipeline: scripts/release.mjs handles version bumping, changelog, commit, tag, publish; build-binaries.yml handles binary builds.
✓release_notes_automation1/1scripts/release.mjs automatically updates CHANGELOG.md files when releasing: [Unreleased] → [version] with date.
—rollback_automation—/—Skipped: CLI tools and library repository, not an infrastructure deployment requiring rollback automation.
✓single_command_setup1/1README documents simple setup: 'npm install && npm run dev' gets you from fresh clone to running dev environment.
✗unused_dependencies_detection0/3No unused dependency detection tools configured (depcheck, npm-check, knip).
✓vcs_cli_tools1/1GitHub CLI (gh) is installed and authenticated (verified with gh auth status).
✓version_drift_detection1/1scripts/sync-versions.js keeps package versions in sync across monorepo (used in version:patch/minor/major commands).