Uh oh!
There was an error while loading. Please reload this page.
Docs: cross-refactoring 再々検証の引継ぎメモを追加し、v8.3.0 へ更新 - #123
Merged
Conversation
未到達の 2 項目(指摘の修正と再レビューの繰り返し、上限到達時の項目単位の 見送り)を通すための作業メモ。実測で踏んだ落とし穴と所要時間の目安、 先に決めること(指摘が出る確率をどう上げるか)を残す。 あわせて、再々検証とは独立に残っている 2 件も記録する。 - #121 が公開インタフェースを変えたのにバージョンが v8.2.0 のまま - cross-review が投稿の成否を突き合わせていない(#121 のラウンド 3 で実際に発生) Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01GSwBvT9CH8mKfgyFn2JWfS
#121 で公開インタフェースが変わったのに版数が v8.2.0 のままだったため揃える。 - `--sync-command` の新設(追加) - 実装担当が push しない、`merge-apply` / `merge-fix` が常に push する(破壊的) 版数の基準である Claude 版 plugin.json を更新し、生成物(Kiro の VERSION)は build-runtime-plugins.sh で同期した。README へ v8.3.0 の変更内容を追記し、 引継ぎメモの「別件で残っているタスク」からバージョン項目を削除した。 Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01DhXHMSW7A61J3H9LMtJbLT
Uh oh!
There was an error while loading. Please reload this page.
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 freeto 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.
概要
次の 2 つを行う。本番コードの振る舞いは変えない。
/ndf:cross-refactoringの未到達 2 項目を次のセッションで通すための引継ぎメモを追加するコンテキストが肥大化したため、再々検証は新しいセッションで行う。そこで必要になる情報を 1 ファイルにまとめた。
1. 引継ぎメモ
PLUGIN_ROOT/--scope/--sync-commandを含む実行コマンドmonitor.pyの実行権限 など)2. v8.3.0 への更新
#121 が変えた公開インタフェースは次の 2 つで、片方は破壊的である。
--sync-commandの新設(追加)merge-applymerge-fixが常に push する(破壊的)plugins/ndf-claude/.claude-plugin/plugin.jsonversionと description。版数の唯一の基準plugins/ndf-codex/.codex-plugin/plugin.jsonplugins/ndf-kiro/VERSIONbuild-runtime-plugins.shが基準から同期した生成物.claude-plugin/marketplace.json(v8.3.0)README.md--sync-commandの使い方)AGENTS.md/CLAUDE.md--sync-commandの記述plugins/ndf-codex/README.md/plugins/ndf-kiro/README.mdCLAUDE.md 44 行目と README.md 130 行目に残る
8.2.0は過去の版の履歴なので変更していない。残った別件
cross-reviewは「AI 自身がgh apiで投稿する」設計だが、投稿が失敗しても結果ファイルの申告だけで判定が進む。#121 のラウンド 3 で実際に起きた(comments_count=2の申告に対し、GitHub 上にスレッドが 1 つも作られなかった)。今回は payload ファイルから内容を拾えたが、気付かなければ指摘を取りこぼす。本 PR では記録のみで、修正しない。テストプラン
ドキュメントと版数のみのため、リンク検査と配布物の検証で足りる。
検証結果
python3 scripts/check-markdown-links.pybash scripts/build-runtime-plugins.sh --checkbash scripts/validate-runtime-plugins.shclaude plugin validate3 件も ✔)未検証の項目: なし(本番の振る舞いも本番コードの構造も変えないため、テストの実行は不要と判断した)
既存の失敗: なし / 範囲外と判断したもの: 上記「残った別件」1 件
関連
🤖 Generated with Claude Code
https://claude.ai/code/session_01DhXHMSW7A61J3H9LMtJbLT