Describe exactly what must be implemented.
Explain the repository, current behavior, and desired behavior.
- Requirement 1
- Requirement 2
- Requirement 3
The agent must not:
- rewrite unrelated modules
- change unrelated APIs
- introduce large dependencies without need
- remove tests
Relevant files/folders:
src/
tests/
README.md
package.json
Run the available commands:
npm test
npm run build
npm run lintOr for .NET:
dotnet test
dotnet build- All requirements are implemented
- Tests pass
- Build passes
- Lint/typecheck passes, when available
- GOAL_RESULT.md is written