Skip to content

fix: make system prompt language-agnostic#35

Merged
robotlearning123 merged 1 commit intomainfrom
fix/language-agnostic-prompts
Mar 4, 2026
Merged

fix: make system prompt language-agnostic#35
robotlearning123 merged 1 commit intomainfrom
fix/language-agnostic-prompts

Conversation

@robotlearning123
Copy link
Member

Summary

  • Auto-detects project language (TypeScript/Python/JavaScript/unknown) via config files
  • buildSystemPrompt() and buildTaskPrompt() emit language-appropriate instructions
  • verifyBuild() only runs npx tsc for TypeScript projects
  • 3 new tests + 5 updated tests, all 33 pass

Closes #31

@robotlearning123 robotlearning123 merged commit 0b8b027 into main Mar 4, 2026
3 checks passed
@robotlearning123 robotlearning123 deleted the fix/language-agnostic-prompts branch March 4, 2026 19:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Default system prompt assumes TypeScript — should be language-agnostic

1 participant