Previous Next
0 / 3
Module VC-04VIBECODE

Merge Layered Configuration

VIBECODE โ€ข Vibe Coding: AI-First Software Delivery

Browser-only practice

Problem Statement

Stage: Build the First Vertical Slice

A feature needs safe defaults with environment-specific overrides.

Deliverable

A recursively merged JSON configuration.

Input and output contract

Read base JSON on the first line and override JSON on the second; recursively merge objects and print sorted compact JSON.

Acceptance criteria

  1. Preserve unmodified defaults.
  2. Replace scalar values.
  3. Merge nested objects recursively.

Suggested vibe loop

Read AGENTS.md, connect your Ollama or OpenAI-compatible provider in the browser, and ask the agent to restate the contract and make one small verifiable change. Watch edits stream into app.py while the editor is locked, then review the result and run the visible example. Keep the checkpoint when the evidence is correct or use Undo to restore it. The browser-client agent does not require an administrator gateway or API key.

Constraints

Use Python 3 standard library only. Read and follow AGENTS.md, keep main.py as the entry point, and implement solve(raw) in app.py.

Sample Testcases

Submit runs every public testcase in this browser. Results and code never leave this device.

Sample #1
Public sample
{"theme":"light","ai":{"timeout":10,"model":"small"}}
{"ai":{"timeout":20}}
{"ai":{"model":"small","timeout":20},"theme":"light"}
Merges a nested override.

Web terminal

C, C++, Java, and Python run locally in a browser VM. No worker or visualizer is used.

Saved in this browser
Editor settings