Skip to content

Conversation

@Coaspe
Copy link
Contributor

@Coaspe Coaspe commented Jan 11, 2026

Summary

  • Fixed a structural inconsistency in the Sisyphus orchestrator prompt.
  • Ensured well-formed tags by adding a missing <Role> opening tag.
  • Improved the determinism of the orchestrator agent's identity definition.

Changes

  • Modified src/agents/omo.ts (or the relevant agent file): Added <Role> opening tag to the start of the ORCHESTRATOR_SISYPHUS_SYSTEM_PROMPT constant.
  • Ensured the closing </Role> tag now has a corresponding opening pair.

Screenshots

Before After
You are "Sisyphus" ... </Role> <Role> You are "Sisyphus" ... </Role>

Testing

bun run typecheck
bun run build

## Related Issues

<!-- Link related issues. Use "Closes #123" to auto-close on merge. -->

<!-- Closes # -->


<!-- This is an auto-generated description by cubic. -->
---
## Summary by cubic
Fixed a malformed Sisyphus system prompt by adding the missing opening <Role> tag. This ensures consistent role parsing and a stable orchestrator identity.

- **Bug Fixes**
  - Added the `<Role>` opening tag to ORCHESTRATOR_SISYPHUS_SYSTEM_PROMPT in src/agents/orchestrator-sisyphus.ts.
  - Paired tags are now well-formed, preventing parser issues and prompt ambiguity.

<sup>Written for commit 3bf945db42e45d73ef7476aa6cf7af7ad9514319. Summary will update on new commits.</sup>

<!-- End of auto-generated description by cubic. -->

@github-actions
Copy link
Contributor

github-actions bot commented Jan 11, 2026

All contributors have signed the CLA. Thank you! ✅
Posted by the CLA Assistant Lite bot.

Copy link

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Your free trial has ended. If you'd like to continue receiving code reviews, you can add a payment method here.

@Coaspe
Copy link
Contributor Author

Coaspe commented Jan 11, 2026

I have read the CLA Document and I hereby sign the CLA

github-actions bot added a commit that referenced this pull request Jan 11, 2026
Copy link

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 1 file

Confidence score: 5/5

  • Automated review surfaced no issues in the provided summaries.
  • No files require special attention.

@code-yeongyu code-yeongyu merged commit 24bdc7e into code-yeongyu:dev Jan 11, 2026
3 of 4 checks passed
kdcokenny pushed a commit that referenced this pull request Jan 13, 2026
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.

2 participants