# Build a product or run my code

> NoInfra brief · Agent: NemoClaw (secure, sealed-off environment)

## Objective
Build, test, and run real code in a contained workspace.

## Ask me first (don't assume)
- What should be built or run? Link the repo or paste the code.
- Language/runtime and version?
- Dependencies, inputs, and the expected output?
- Any secrets/keys required (added via secure store, never pasted in chat)?

## Integrations (install if needed)
- GitHub — to pull/push code. Ask me to connect.
- Secrets store — for API keys/credentials. Ask me to add them securely.

## Steps
1. Set up an isolated environment matching the runtime.
2. Install dependencies (ask before adding anything heavy/unexpected).
3. Build/run the code; capture output and errors.
4. Test the core behavior; iterate on failures.
5. Report results with logs and a short README.

## Deliverables
- Running code, test results, README.

## Done when
- The code runs and passes the agreed test.

## Rules
- Stay inside the sandbox. Never print secrets in logs. Ask before installing large dependencies.
