open-code-review/internal/config
kite a2e08b77a1
Some checks are pending
CI / test (push) Waiting to run
feat(review): add structured category and severity to findings (#311)
Add two structured fields, category and severity, to every review finding
so CI integrations can sort, group, filter, or gate builds without
re-parsing natural-language comment text.

- Tool schema (tools.json): add category/severity as enum-constrained,
  required properties of code_comment. severity is limited to
  critical/high/medium/low (info dropped, since LLMs struggle to
  distinguish low from info).
- System prompt (task_template.json) is intentionally left untouched to
  avoid the review-quality regression observed on the benchmark suite;
  the tool schema alone drives field population.
- JSON output: category/severity are flat siblings of content/start_line,
  omitted entirely when empty (backward compatible).
- CLI output: render an inline [category - severity] badge before the
  comment, colored by severity.
- Sync docs across all five README locales.
2026-07-07 13:08:41 +08:00
..
allowlist fix: support Astro files in review filters (#286) 2026-07-03 15:47:14 +08:00
rules feat: add Astro-specific review rules (#289) 2026-07-03 20:05:34 +08:00
template test: improve coverage for template and pathutil packages 2026-06-27 00:22:30 +08:00
testconnection test: add unit tests for output_helpers, config, model, stdout, and telemetry packages 2026-06-26 23:26:49 +08:00
toolsconfig feat(review): add structured category and severity to findings (#311) 2026-07-07 13:08:41 +08:00