docs(schema): schema-migrations.md + cli --help expand + AGENTS (#420)#423
Merged
Conversation
FT17 docs PR。#422 (SchemaDiffer + cli/schemaDiff.php) merged 後の状態を 集約。 ### New file - docs/development/schema-migrations.md - TL;DR (5 step workflow) - Why no auto-apply (3 reasons) - 何が emit され / 何が warning だけになるかの表 2 種 - Driver support (MySQL + SQLite) - Output 構造の説明 (stdout vs stderr 分離) - Recommended deploy hook (bash example、CI exit-1 で operator action gate) - Versioning migration files - 関連 link (ADR-0005 / 0009、REPORT_commercial_feasibility.md、#421) ### CLI --help expand (F-4) cli/schemaDiff.php の --help が短い "see docblock" から、USAGE / OPTIONS / EXAMPLES / OUTPUT / EXIT CODES / NOT EMITTED / SEE ALSO の multi-line help に。 ### AGENTS.md "Read First" \`docs/development/schema-migrations.md\` への 1 行リンク追加。 Framework code 変更なし (CLI の --help 出力以外)。 Closes #420. Co-Authored-By: Claude Opus 4.7 (1M context) <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.
FT17 docs PR (#422 framework port が landed 後)。
New file
CLI --help expand (F-4)
`cli/schemaDiff.php --help` を multi-line に拡張 (USAGE / OPTIONS / EXAMPLES / OUTPUT / EXIT CODES / NOT EMITTED / SEE ALSO)。
AGENTS.md
"Read First" 表に schema-migrations.md を追加。
Framework code 変更なし。
Test plan
Closes #420.