Fix Answer-length contradiction in research-report - #2
Open
jstoadv wants to merge 1 commit into
Open
Conversation
RULES said the Answer section is "the one-line bottom line"; SHAPE said "2-3 sentences: the conclusion and its confidence". An agent parsing the rule and an agent copying the skeleton produced different artifacts. Drop the length claim from RULES and keep SHAPE. Two rules in the file already require the longer form: SHAPE asks the Answer to carry the conclusion and its confidence, and AVOID forbids "a teaser Answer that defers the conclusion to the Synthesis section" — pinning to one line would push the conclusion into Synthesis. The length claim was also incidental to what that sentence is for, which is what goes where.
|
Closing: this targets the fork's own main, not Battle-Creek-LLC/tamos. The change landed upstream instead. |
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.
Fork-side copy of Battle-Creek-LLC#10.
RULES says the Answer section is "the one-line bottom line" (
artifacts/research-report.md:10); SHAPE says<2–3 sentences: the conclusion and its confidence>(:16).Drops the length claim from RULES; SHAPE unchanged. Two rules already need the longer form: SHAPE asks for conclusion + confidence, and AVOID (
:30) forbids "a teaser Answer that defers the conclusion to the Synthesis section".Expected behavioural impact: none. Consistency fix.