Skip to content

Improve generated Wurst agent guidance - #80

Merged
Frotty merged 1 commit into
masterfrom
codex/idiomatic-wurst-agent-template
Sep 6, 2026
Merged

Improve generated Wurst agent guidance#80
Frotty merged 1 commit into
masterfrom
codex/idiomatic-wurst-agent-template

Conversation

@Frotty

@Frotty Frotty commented Sep 6, 2026

Copy link
Copy Markdown
Member

Summary

  • restructure the generated Wurst project agent template into a compact, priority-ordered baseline
  • add explicit idiomatic guidance for implicit string conversion, tuples, stdlib collections, new generic syntax, and null-safe access
  • restore basic Warcraft III lockstep, lifecycle, integer-overflow, closure, and object-data guidance
  • treat the template size limit as a ceiling and guard the durable idiomatic rules with tests

Acceptance criteria

  • agents are directed away from redundant .toString() calls in string concatenations
  • vec2/vec3, ArrayList<T>, <T:>, and ?. are presented as normal Wurst defaults
  • WC3-specific correctness remains in the always-loaded baseline while advanced material stays on demand
  • template version and generated marker stay synchronized

Checks

  • ./gradlew.bat test — passed
  • git diff --check — passed

Known gaps

None.

@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 6, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review Completed 2026-09-06T07:25:16.072246Z 76a5eed PR opened
ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

@Frotty
Frotty merged commit 1189ead into master Sep 6, 2026
1 check passed
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.

1 participant