fix(docs): make doc-path index migration conditional - #255
Merged
Conversation
fresh install向け10枠割当と既存deploymentの実在indexを分離し、list確認後にだけ必要なmutationを行う手順へ修正した。
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
github-rag-mcp | 1171858 | Sep 07 2026, 01:35 PM |
lipluscodex
commented
Sep 7, 2026
lipluscodex
left a comment
Member
Author
There was a problem hiding this comment.
Self-review: PASS
受け入れ条件: fresh install向け10枠割当と既存deploymentの実在一覧を区別し、doc_path未作成時は空き枠なら削除なし、10枠かつassignee_1実在時だけ置換するinspect-first手順になっている。英日要件・導入文書は同期済みで、code behaviorの変更はない。GitHub CIは全件成功。
Scope deviations: なし。
Next: auto modeのmergeable stateを確認し、squash mergeへ進む。
lipluscodex
deleted the
issue-254-conditional-doc-path-index-migration
branch
September 7, 2026 13:37
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.
Closes #254
既存deploymentではmetadata indexの実在一覧を先に確認し、空き枠があれば削除なしで doc_path を追加する手順へ修正する。fresh install向け10枠割当とruntime観測値を区別する。