[v0.8 Prompts P02] add clear direct prose guidance - #1237
Open
sethkarten wants to merge 3 commits into
Open
Conversation
sethkarten
marked this pull request as ready for review
August 11, 2026 18:23
sethkarten
requested review from
alexzhang13,
skirsten and
snimu
and removed request for
skirsten
August 11, 2026 18:23
7 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
P02 — clear direct prose guidance (child of P01)
Published main-topology child head:
6839d49bce9cadb463aaa3004e51ca65b0fc7d15Base:
v080/promptsat P01 head1a53c7064c8689f39c56da4639be7df1738fbc8e.Ordered parents: prior P02
d46d605ce56bfaa126d138d09db60d9b49dc72de, then main-based P011a53c7064c8689f39c56da4639be7df1738fbc8e.Incremental scope: only
packages/coding-agent/test/system-prompt.test.ts; raw reviewed P02 patch preserved byte-for-byte (SHA-256aa3155112eda411030bd6ff5ea291c4cfdd719fa0b002e30d0d8bab981f04dc3).Adds the literal built-in clear-direct-prose block and deterministic full-prompt coverage. Typed P01 provenance ensures custom including empty/lookalike content receives none and unknown fails closed. Independent Terra review accepted the final child tree; neutral validation passes 59/59 and root type-check passes. Merge only after P01.
Note
Add strict full-string equality assertion to
buildRlmPromptsystem prompt testReplaces substring containment checks in system-prompt.test.ts with a single
toBeassertion against the complete expected prompt string, covering all guidance sections and runtime context lines. ImportsDEFAULT_RLM_EXTRA_IMPORT_LABELSfrom the bootstrap module to dynamically build the pre-installed packages line in the expected output. Risk: any change to the prompt text, including whitespace or ordering, will now fail the test.Macroscope summarized 6839d49.
Note
Cursor Bugbot is generating a summary for commit 6839d49. Configure here.