-
Notifications
You must be signed in to change notification settings - Fork 292
v1.3.0 + follow-up: untrusted-content coverage, artifact-gate mitigation, drift guard, large-scenario pair #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Changes from all commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
f31f6f8
v1.3.0: evidence is data, never instructions (round 11, s9 poisoned-e…
clifferchance 9ded22e
Round 11b: blind-judge replication corrects the intent-gate claim to …
clifferchance 5e3a0e1
CI: SKILL/AGENTS sync guard; fixes the drift it caught on first run
clifferchance ea62125
Round 12: second injection channel (tool output) + widen the hook
clifferchance 107c907
Round 13: A/B-tested artifact gate closes the EMBEDDED dropout (50->1…
clifferchance 00928c1
Round 13b: artifact gate closes the round-12 tool-output gap (2/4 -> …
clifferchance 662e523
Round 14: first large multi-file scenario (s10), a calibration null
clifferchance 8f72c25
Round 15: the large-scenario null is robust to signposting (s10b)
clifferchance 5331903
Round 16: harder root-cause trap (s10c) is null too, with a synthesis
clifferchance 744a9f5
Round 17: the method's win-condition scales - authority trap at multi…
clifferchance e2c09eb
Round 18: authority-action gate lifts ideal-action 1/3 -> 3/4 on s12
clifferchance c9707f3
docs: refresh eval/README with the full scenario roster and the trap-…
clifferchance b9e2aa6
Round 19: the authority-at-scale win is tier-dependent (self-correction)
clifferchance 0f03e86
Round 20: false completion at the executor - a weak/null
clifferchance File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Because this parser only records numbered
Steprule titles, section-level method content can drift while CI stays green. I verified the current tree already has this problem:skills/fable-method/SKILL.mdcontains the domain-adapter instructions and flowchart references, whileAGENTS.mdstill omits them, yetpython3 .github/checks.pypasses. That defeats the new drift guard for non-numbered method changes, so future SKILL/AGENTS divergence outside the numbered rule headings will not be caught.Useful? React with 👍 / 👎.