# Command-tree duplicates — ACKNOWLEDGED BACKLOG. Currently EMPTY.
#
# `the_command_tree_has_no_duplicate_names` asserts that no name repeats at any level of the command
# tree. A duplicated or reparented block still parses as valid TOML and still builds, so nothing else
# catches it — a real corruption of pulumi.toml survived a fully green suite until it was noticed by
# eye.
#
# The guard found 35 pre-existing duplicates on its first run; all 35 are now resolved, so this file
# is empty and the guard is absolute. The loader's rule, established by measurement rather than
# assumption, is that the FIRST declaration wins — so every duplicate was a dead second block, and
# removing each was behaviour-neutral (verified against the released binary).
#
# Adding a row here says "known, not yet triaged". It does NOT say the shape is correct. The guard
# fails on any problem not listed AND on any listed row that no longer reproduces, so this file
# cannot drift into describing a past that no longer exists.