Merged
Conversation
Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Claude <noreply@anthropic.com>
Unit-Number: 001 Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Claude <noreply@anthropic.com>
config.pyをTOML解析API/CLI処理/マイグレーションの3ファイルに分割 Unit-Number: 002 Co-Authored-By: Claude <noreply@anthropic.com>
- tests/test_proxy.py: proxy.pyユニットテスト(26ケース) - tests/sandbox_linux_systemd.bats: プロパティ生成テスト(19ケース) - Makefile: python unittest discover を test ターゲットに追加 Unit-Number: 003 Co-Authored-By: Claude <noreply@anthropic.com>
- README.md: 4セクション構成(Install, Quick Start, Config Reference, Troubleshooting) - docs/README.md: 詳細リファレンスとして位置付け、重複解消・相互参照追加 Unit-Number: 004 Co-Authored-By: Claude <noreply@anthropic.com>
セクション境界を6セクションに明確化: 1. パスリスト構築 2. プラットフォームバックエンド読込 3. env-spec生成 4. execスクリプト生成 5. プロキシ管理 6. メインエントリポイント Unit-Number: 005 Co-Authored-By: Claude <noreply@anthropic.com>
- 6セクションにセクション境界を明確化 - CLI引数パースを _parse_name_option() に共通化 - キーチェーン操作・バリデーション・サブコマンド・ディスパッチを分離 Unit-Number: 006 Co-Authored-By: Claude <noreply@anthropic.com>
- tests/credential_guard.bats: 二重サンドボックス防止テスト(4ケース) - _CREDENTIAL_GUARD_SANDBOXED=1/0/空/未設定の各パターンを検証 Unit-Number: 007 Co-Authored-By: Claude <noreply@anthropic.com>
- docs/architecture.md: 5層アーキテクチャ説明、データフロー図、セキュリティモデル - docs/contributing.md: 開発環境セットアップ、テスト実行方法、コーディング規約 Unit-Number: 008 Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Claude <noreply@anthropic.com>
- .kiro/agents/aidlc.json(壊れたシンボリックリンク)を削除 - README.md の設定リファレンスキー名をTOML実体に合わせて修正 (UPPER_SNAKE_CASE → snake_case) Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Claude <noreply@anthropic.com>
- .aidlc/cycles/ を .gitignore に追加しインデックスから削除 - HISTORY.md を作成しv0.1.0の対応内容を記録 Co-Authored-By: Claude <noreply@anthropic.com>
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.
Summary
既存コードベースを全体的にチェック・整理し、初回リリースに向けてコード品質・テストカバレッジ・ドキュメントの3つの軸で品質を引き上げる。
受け入れ基準
__pycache__/が含まれ、リポジトリに.pycファイルが存在しない変更概要
Test plan
make testが全テストパスで終了する🤖 Generated with Claude Code