docs(field-trials): FT6 (cli-tooling) report を追加して trial を閉じる#293
Merged
Conversation
FT6 は CLI 経路 (cli/initSQLite.php, cli/setupDatabase.php) を
fresh-installer / DBA 視点で実走検証した。
結果:
- setupDatabase.php は --env/--yes/--help が綺麗、idempotent、
MySQL/SQLite 両対応で実用十分 (F-6/F-7 positive)
- 主要 friction は structural / discoverability:
F-1 (initSQLite.php と setupDatabase.php の overlap)
F-2 (schema が 3 箇所重複: mysql init SQL / initSQLite.php /
DatabaseInstaller.php — FT2 F-7 は 2 箇所だけ documented)
F-5 (composer scripts に CLI shortcut が無い)
- 操作系の小さい friction: F-3 (initSQLite に --yes 無し),
F-4 (--env=typo silent fallback)
5 件の follow-up Issue を起票予定 (4 framework fix + 1 docs)。
F-6/F-7 は positive、no action。Closes #292.
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.
Summary
self-review checklist 適用: `docs/review/field-trial-report.md` (#291 で landed)。
Test plan
🤖 Generated with Claude Code