SetListBuilder

Agent SOP: SetManager Operations

Operational Mandates

Core Workflows

  1. Song Database Updates:
    • Modify src/js/songs.js.
    • Ensure the id is unique and metadata adheres to the established schema.
    • Run the validation script in tests/validation-script.js.
  2. Algorithm Refinement:
    • Update the 3-pass energy/effort logic in src/js/app.js.
    • Verify performance impact (<100ms generation).
  3. i18n Support:
    • Update translations in src/js/i18n.js.
    • Add new language buttons to src/index.html as needed.

Documentation SOP