The CLI accepts invalid values for the sh1pt skills new --price option and writes them into sh1pt.skill.json plus generated marketplace publish commands.\n\nExamples:\n- --price -5 stores price: -5 and generates a uGig command with --price -5.\n- --price 1.9 is silently truncated by Number.parseInt and stored as 1.\n\nListing prices should be non-negative integer sat amounts. Invalid, negative, or fractional values should not be persisted into the manifest or marketplace commands.
The CLI accepts invalid values for the sh1pt skills new --price option and writes them into sh1pt.skill.json plus generated marketplace publish commands.\n\nExamples:\n- --price -5 stores price: -5 and generates a uGig command with --price -5.\n- --price 1.9 is silently truncated by Number.parseInt and stored as 1.\n\nListing prices should be non-negative integer sat amounts. Invalid, negative, or fractional values should not be persisted into the manifest or marketplace commands.