Thanks for helping improve Harness Studio.
npm installnpm run devFor the demo flow:
npm run demo- Run
npm run typecheck - Run
npm run test:smoke - Make sure the workspace still opens, builds, and runs
- Keep changes minimal and focused
- Do not introduce mock-only success paths
- Do not bypass workflow logic with hardcoded outputs
- Prefer adapter boundaries over direct coupling
- Keep user-facing copy honest about current capability
When filing an issue, include:
- what you tried
- what you expected
- what happened instead
- whether
DEMO_MODEwas enabled - the relevant provider / credentialRef settings
Please include:
- a short summary
- the files you changed
- test results
- whether docs, env, or smoke behavior changed
This repository is an OSS harness runtime and workbench. If your change requires a new integration, keep it behind an adapter boundary when possible.