(sigil changes names)
(sigil changes names) - Memorable name generation for changesets
Generates unique adjective-noun combinations like "fuzzy-tiger" or "calm-river" for changeset filenames.
Exports
adjectivesvariableWord lists for memorable names ~100 adjectives and ~100 nouns gives 10,000 possible combinations
*random-state*variableSimple pseudo-random number generator using current time Not cryptographically secure, but fine for generating unique names
generate-changeset-idprocedureGenerate a unique changeset ID (adjective-noun format) Checks the changes-dir for existing files to avoid collisions
generate-base-idprocedureGenerate a base adjective-noun ID
changeset-exists?procedureCheck if a changeset with the given ID already exists
changeset-pathprocedureGet the full path for a changeset file