Skip to content

Latest commit

 

History

History
53 lines (51 loc) · 2.89 KB

File metadata and controls

53 lines (51 loc) · 2.89 KB

KDM CLI Documentation - v2.0.0

Published on: 2026-06-07

Commits

  • chore: release v2.0.0
  • docs: add commands.md reference guide
  • fix: correct indentation of pre_merge_checks configuration in .coderabbit.yaml
  • chore: update package-lock.json for React 18 downgrade
  • refactor: downgrade react to v18 to fix ink runtime compatibility
  • docs: update README.md to document newly implemented commands
  • refactor(compliance): resolve Primitive Obsession and String-Heavy arguments in phase8 tests
  • refactor(compliance): flatten routeRequest, resolve networkpolicy complex checks, remove empty describes
  • refactor(compliance): simplify complex methods and remove duplication for CodeScene
  • refactor(compliance): resolve CodeScene violations and complete Codecov patch coverage
  • fix(types): fix test type check errors in config.test.ts
  • refactor(style): ensure compliance with coding_style.md and fix config setup test
  • fix(tests): rewrite phase8 analyzer tests + cleanup tracked .DS_Store
  • feat(phase6-7-8): AI explain mode, cache system, expanded analyzers, server & MCP
  • chore: ignore coverage directory in gitignore
  • refactor: fix CodeScene excess arguments and handleAuthAdd complexity
  • refactor: resolve CodeScene warnings and elevate code coverage to 100%
  • feat: implement Phase 4 (Filters) and Phase 5 (AI Auth & Provider System)
  • docs: add coding_style.md to guide future CodeScene gate compliance
  • refactor: optimize and simplify deployment, service, and analyze command for CodeScene delta gates
  • refactor: optimize and simplify code health complexity for CodeScene validation
  • feat: address PR comments, consolidate replica check, optimize service analyzer, and add JSDocs
  • Update src/analyzers/pvc.ts
  • Update src/kubernetes/client.ts
  • feat: implement Phase 3 kdm analyze command and core analyzers
  • Enhance email SMTP configuration process
  • Refactor email setup tests for clarity and structure
  • Update src/commands/config.ts
  • Update src/commands/config.ts
  • Refactor notification service setup logic
  • Remove duplicate finalValue declaration
  • chore(deps): bump mikepenz/release-changelog-builder-action
  • Add files via upload
  • Add files via upload
  • Add files via upload
  • Update changelog configuration with new categories
  • chore(deps): bump codecov/codecov-action from 5 to 6
  • Delete .github/workflows/refactoring-agent.yml
  • ci: add Codecov coverage reporting and CodeScene PR Refactoring Agent
  • Update src/config/migration.ts
  • refactor: simplify concurrency limit validation logic in resolveConcurrencyLimit
  • refactor: modularize analysis orchestration and output formatting logic
  • refactor: restrict SMTP passwords to environment variables, implement output redaction, and improve configuration migration logic.
  • Update src/tests/config-utils.test.ts
  • fix changelog.yml
  • fix changelog.yml
  • feat(analysis): implement phase 2 analyzer engine and registry
  • feat(config): add AI CLI phase 1 foundation