docs: ドキュメント整合性修正と競合比較ドキュメント追加#6
Merged
takemi-ohama merged 2 commits intomainfrom May 1, 2026
Merged
Conversation
REPORT01の指摘に基づく修正: - plugin-registries.md: 'repo sync' を実装と一致する 'repo refresh' に修正 - plugin-dev/quickstart.md: 存在しない 'devbase shell' を 'devbase login' に修正 - plugin-dev/quickstart.md: CONTAINER_SCALE のデフォルト値を実装(2)と一致させる - README.md: snapshot対象を 'ホームボリューム' から '/work ボリューム' に修正 (snapshot-guide.md および実装と整合) - container-operations.md / quickstart.md: php85 イメージを一覧に追加 その他: - docs/comparison.md: 競合ツール比較ドキュメントを新規追加 - .gitignore: issues/ を追加(ローカル作業用ディレクトリ) Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
全ドキュメントレビューで検出した実装との差分を修正:
- snapshot-guide.md: スナップショット保存先を 'projects/<project>/backups/' から
'\${DEVBASE_ROOT}/backups/'(全プロジェクト共通)に修正
(lib/devbase/snapshot/manager.py:30 と整合)
- getting-started.md: プロジェクト構成図の backups/ を devbase ルート直下に移動
- troubleshooting.md: 'du -sh projects/<project>/backups/' を
'du -sh \${DEVBASE_ROOT}/backups/' に修正
- cli-reference.md: 'snapshot rotate --keep' のデフォルト記述を
定数名 'DEFAULT_MAX_GENERATIONS' から実際の値 '3' に変更
(lib/devbase/cli.py:182 の argparse default=3 と整合)
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
3 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
概要
外部レビュー(REPORT01)の指摘および全ドキュメント横断レビューで発見した 実装とドキュメントの差分 をまとめて修正し、あわせて競合ツール比較ドキュメントを新規追加する。
関連 Issue
変更点
A. ドキュメント整合性修正(REPORT01 の指摘)
B. 全ドキュメント横断レビューで追加発見した差分
C. 新規追加
D. .gitignore
棄却した指摘(参考)
やらないこと
動作確認