Skip to content

Merge dev to main#7

Merged
rxolve merged 4 commits intomainfrom
dev
Mar 1, 2026
Merged

Merge dev to main#7
rxolve merged 4 commits intomainfrom
dev

Conversation

@rxolve
Copy link
Copy Markdown
Collaborator

@rxolve rxolve commented Mar 1, 2026

No description provided.

rxolve and others added 4 commits February 28, 2026 20:27
  DialecticConfig 9개 필드 → 4개로 축소 (model, language, exclude_patterns, strategies).
  context_files, false_positive_files, false_positive_patterns, framework_specific,
  conventions 필드 및 관련 타입(FrameworkSpecificConfig, ConventionsConfig, ProjectRules) 제거.

  새 convention-based 자동 감지 도입:
  - CLAUDE.md → 프로젝트 컨텍스트 자동 로드
  - .github/review-guardrails.json → FP 패턴 + disabled 목록 자동 로드

  ProjectRulesLoader를 파일 I/O 없는 순수 함수로 단순화.
  deprecated 필드 사용 시 경고 출력. 스키마/기본설정/CLI init 템플릿 동기화.
  - Rename files: config, workflow, template, schema (git mv × 4)
  - Rename types: DialecticConfig → LongblackConfig, DialecticError → LongblackError
  - Replace all string references: package name, repo URLs, display names, author
  - Update README with convention-over-config approach (remove deprecated fields)
  - Rebuild dist/action bundle
  - Claude Adapter: remove sendMessage, sendMessageStream, validateApiKey,
    getCodeReviewSchema, hardcoded pricing, cost calculation
  - GitHub Adapter: remove getFileContent, checkRateLimit
  - Strategy Selector: remove setCustomStrategy, getStrategyDescription, getAllStrategies
  - Types: remove CodeReviewSchema, extended thinking fields (enableThinking,
    thinkingBudget, thinking)
  - Tests: remove 4 test cases for deleted strategy selector methods
- Revert longblack-pr-review naming back to dialectic-pr for consistency
  (repo name is immutable due to Marketplace listing)
- Restore original type names: DialecticConfig, DialecticError
- Restore original file names: dialectic-pr.json, dialectic-pr-schema.json
- Remove unused methods: sendMessage, sendMessageStream, validateApiKey,
  getCodeReviewSchema, getFileContent, checkRateLimit, setCustomStrategy,
  getStrategyDescription, getAllStrategies
- Remove dead code: extended thinking, hardcoded pricing, CodeReviewSchema
- Keep README improvements: convention-over-config, auto-detection docs

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@rxolve rxolve self-assigned this Mar 1, 2026
@rxolve rxolve merged commit 23674bc into main Mar 1, 2026
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant