Conversation
…outcomes _record_history теперь строит строки review_findings через account_outcomes (Task 3), получая parsed/kept из publish_review и candidates/verdicts/ verdict_reasons из сессии. Ранее в историю попадали только строки asm.findings_rows (published_*/already_posted); теперь фиксируется вся воронка кандидата — verify_rejected и gate_dropped с reject_reason, deduped — для наблюдаемости причин отсева. При status=error published снимается у всех строк, но намеченный outcome сохраняется. Отчёт publish_review и comments_summary (по asm.findings_rows) не изменены.
…промпта Правка verify-prompt.md (Task 6) изменила хеш payload плагина; манифест хранил старый (0.3.3+codex.9aa7a5c3958b). Регенерация приводит хеш к фактическому содержимому — восстанавливает snapshot-верификацию codex install и зелень tests/install.
…-reason Финальное ревью (Opus): два defense-in-depth теста. - test_all_rows_share_identical_key_set: расхождение outcomes._row vs assemble._row дало бы KeyError в executemany истории → проглатывание fail-soft → тихая потеря истории всего прогона. Guard фиксирует общий набор ключей (RED-proof: сломанный _row даёт 2 набора → падение). - test_verdict_in_reason_coercion_to_none: валидатор _reason — единственная коэрция whitespace-only причины (submit_verdicts фильтрует truthy, а " " truthy). Закрывает M-T2b.
review_findings теперь хранит каждого кандидата с outcome (6-состоянийная воронка) и reject_reason. Синхронно обновлены README.md (EN), README.ru.md (RU) — секции наблюдаемости, и CLAUDE.md — Неочевидные факты (identity-учёт deduped, инвариант len(rows)==len(candidates), обратная совместимость).
feat: персист отклонённых находок (verify/gate) для наблюдаемости precision
Бамп версии 0.3.3 → 0.3.4 + пересинхронизация манифестов плагина (scripts/update_codex_plugin_manifest.py): plugin/.claude-plugin/plugin.json, .codex-plugin/plugin.json, plugin/.codex-plugin/plugin.json (0.3.4+codex.320f247144d7). Релиз фичи персиста исходов находок (PR #116).
chore(release): 0.3.4
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Релиз 0.3.4
Промоут dev → main. Триггерит публикацию
rag-reviewer==0.3.4на PyPI.Основное — фича «Персист отклонённых находок» (PR #116)
review_findingsтеперь персистит каждого кандидата ревью с колонкамиoutcome(6-состоянийная воронка:
published_inline/published_summary/verify_rejected/gate_dropped/deduped/already_posted) иreject_reason. Раньше хранились только опубликованные находки —~30% отклонялось вслепую. Теперь наблюдаемость может мерить precision генерации/верификации.
policy.gate_reason,VerdictIn.reason, чистый юнитaccount_outcomes(инвариантlen(rows)==len(candidates), identity-учёт deduped), аддитивная идемпотентная миграция схемы.is_real/published/inlineзаполняются как прежде.Релизная гигиена
0.3.3 → 0.3.4(PR chore(release): 0.3.4 #117) + пересинк манифестов (Codex0.3.4+codex.320f247144d7).Проверки
Полный unit-набор 1367 passed; install 266 passed; ruff чист;
update_codex_plugin_manifest.py --checkexit 0. Финальное whole-branch ревью на Opus — 0 Critical/Important-в-коде.