Commit ab540ed
docs(qa): re-quote --seed-admin flag contract in the platform checklist (#14515)
The zero-user predicate in packages/cli/src/commands/dev.ts's
--seed-admin flag text changed (#14157): "only acts on a zero-user DB"
became "it acts only while no account holds the seed address and no
local password login exists anywhere". Two verbatim quotations of that
sentence in docs/qa/platform-checklist/areas/cli.json (the :42 verify
clause and the :797 knownGaps note) go stale on the day it lands.
Re-quotes both fragments from dev.ts:142, unchanged otherwise. The
:42 step itself is not rewritten — "never overwrites an existing
account" is the half that survived the rewrite, so the step still
tests what it claims to (idempotency across a restart with a changed
--admin-password).
Co-authored-by: Claude <noreply@anthropic.com>1 parent fa7292c commit ab540ed
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
794 | 794 | | |
795 | 795 | | |
796 | 796 | | |
797 | | - | |
| 797 | + | |
798 | 798 | | |
799 | 799 | | |
800 | 800 | | |
| |||
0 commit comments