Dashboard › cli › Distillation
84d3d285-8739-4da1-a632-9423f0638033["lore_tm_v1_epTlZ8YvUSZjEra0SgRdaGxGCqe1838f9paGCIfK5is","lore_tm_v1_i0ZVMdHN_X-DrubBW3lolfA6w4mNdlQrGmNKNvsujhs"]
Date: Sep 8, 2026
packages/cli/test/lib/token-claims.test.ts:205: “must NEVER use the claim as a primary security signal — see”.packages/cli/test/lib/help-positional.test.ts:182-202 verifies both sentry help project create and generated project create --help expose the public positional syntax exactly as sentry project create [<org>/]<name>:<platform>...; help must omit --platform and <name-or-platform>, include “cannot contain whitespace,” and produce no recovery Tip on the normal sentry help project create path.packages/cli/test/lib/help-positional.test.ts:205-231 defines the project create parser contract: removed flags --platform and -p are rejected when running project create my-app:node <flag> javascript, and stderr must mention the rejected flag and match /No (flag|alias) registered/.packages/cli/test/lib/help-positional.test.ts:164-180 verifies normal help behavior remains unchanged: sentry help shows branded output without a recovery Tip, and sentry help issue list shows introspected sentry issue list help without a recovery Tip.