AI CLI設定ディレクトリの権限を修正する - #157
Merged
Merged
Conversation
takemi-ohama
commented
Sep 4, 2026
takemi-ohama
left a comment
Contributor
Author
There was a problem hiding this comment.
🤖 cross-review | round 1 | codex | APPROVE
修正必須の指摘はありません。
takemi-ohama
commented
Sep 4, 2026
takemi-ohama
left a comment
Contributor
Author
There was a problem hiding this comment.
🤖 cross-review | round 1 | agy | APPROVE
変更内容、パーミッション設定および回帰テストを確認しました。修正アクションはありません。
takemi-ohama
commented
Sep 4, 2026
takemi-ohama
left a comment
Contributor
Author
There was a problem hiding this comment.
🤖 cross-review | round 2 | agy | APPROVE
確定仕様(docs/specifications/ai-cli-alias-loading.md)の追加および回帰テスト・実装内容を確認しました。修正が必要な点はありません。
takemi-ohama
commented
Sep 4, 2026
takemi-ohama
left a comment
Contributor
Author
There was a problem hiding this comment.
🤖 cross-review | round 2 | codex | APPROVE
修正アクションが必要な指摘はありません。
Contributor
Author
リリース後テスト対象の版:
合否: 合格(6件中6件) |
8 tasks
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.
Pull Request
概要
no-cacheでbaseイメージを構築すると
/etc/devbaseが0644になり、ubuntuユーザーのbash起動時にai-cli-aliases.shを読めない問題を修正します。関連 Issue
変更点
/etc/devbaseを0755で明示作成0644を適用する退行を再現テストで固定docs/specifications/ai-cli-alias-loading.mdの確定仕様へ変換動作確認
RUN ... /etc/devbase不在で失敗uv run pytest -q tests/containers/test_ai_cli_aliases.py(38 passed)uv run pytest -q(1793 passed)git diff --checkdevbase-base:hotfix-156を実ビルド/etc/devbase=0755、aliasファイル0644、ubuntuユーザーのsource成功補足
稼働中
ai-plugins-dev-1には暫定措置としてchmod 0755 /etc/devbaseを適用済みです。恒久反映には本PRマージ後のbaseイメージ再ビルドとコンテナ再作成が必要です。