Description
Change Requested
On the Audio Playground Import screen, show a red debug banner after the sample audio file has been loaded.
Banner text must be exactly:
FARMSLOT DEMO: SAMPLE AUDIO LOADED
The banner should appear above the waveform / audio preview area.
Requirements
- Show the banner only after sample audio has been loaded.
- Do not show the banner before any audio is loaded.
- Background color: red.
- Text color: white.
- Keep styling minimal.
- This is a debug-only POC and must not be merged.
Acceptance Criteria
- Given the Import screen has no loaded audio, the banner is not shown.
- Given the user taps Load Sample and the sample audio loads successfully, the red banner is shown.
- The banner text is exactly
FARMSLOT DEMO: SAMPLE AUDIO LOADED.
- The implementation is minimal and easy to revert.
- The branch or PR is clearly marked
DO NOT MERGE.
- Validation proves the behavior on:
Validation Requirements
The agent must create or update a Farmslot recipe that:
- Opens the Import screen.
- Asserts the banner is absent before loading sample audio.
- Taps
load-sample-button.
- Waits for sample audio / preview readiness.
- Asserts the banner is present with exact text.
- Captures screenshot evidence.
- Runs with matrix validation:
bash scripts/agentic/validate-recipe.sh "$TASK_ARTIFACT_DIR/recipe.json" \
--matrix ios,android,web \
--artifacts-dir "$TASK_ARTIFACT_DIR/recipe-runs/final"
Demo Notes
This issue exists only to demonstrate Farmslot dispatch, agent implementation, cross-platform recipe validation, evidence artifacts, and PR review flow.
Description
Change Requested
On the Audio Playground Import screen, show a red debug banner after the sample audio file has been loaded.
Banner text must be exactly:
The banner should appear above the waveform / audio preview area.
Requirements
Acceptance Criteria
FARMSLOT DEMO: SAMPLE AUDIO LOADED.DO NOT MERGE.Validation Requirements
The agent must create or update a Farmslot recipe that:
load-sample-button.Demo Notes
This issue exists only to demonstrate Farmslot dispatch, agent implementation, cross-platform recipe validation, evidence artifacts, and PR review flow.