open-code-review/cmd/opencodereview
kite d44fd31989 feat(rules): unify rule resolution behind Resolver interface with four-layer priority
Consolidate review rules into a composedResolver that supports four layers
  (--rule flag > project .open-code-review/rule.json > global ~/rule.json >
  embedded system default), each with first-match-wins fall-through semantics.
2026-05-25 17:45:53 +08:00
..
config_cmd.go feat: add llm.extra_body config support to disable thinking mode 2026-05-22 21:28:32 +08:00
flags.go feat: add llm.extra_body config support to disable thinking mode 2026-05-22 21:28:32 +08:00
git.go feat: init 2026-05-20 22:03:52 +08:00
llm_cmd.go feat: init 2026-05-20 22:03:52 +08:00
main.go feat: init 2026-05-20 22:03:52 +08:00
output.go fix: propagate LLM API errors instead of showing misleading "Looks good to me" 2026-05-22 15:28:26 +08:00
review_cmd.go feat(rules): unify rule resolution behind Resolver interface with four-layer priority 2026-05-25 17:45:53 +08:00
version.go feat: init 2026-05-20 22:03:52 +08:00
viewer_cmd.go feat: init 2026-05-20 22:03:52 +08:00