Fix prediction workflow and add X source evidence - #63
Open
kriptoburak wants to merge 1 commit into
Open
Conversation
kriptoburak
force-pushed
the
codex/add-tweetclaw-source-evidence
branch
from
July 29, 2026 20:47
25ea5eb to
2e4d623
Compare
Author
|
Rebuilt this PR on current |
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.
Summary
Independent Repository Repairs
Allow valid retrospective edits
The immutability hook previously searched a multiline
old_stringwithgrep -F.greptreated every line as a separate pattern. Empty lines matched the protected section, so valid multiline## 复盘edits were blocked.The hook now reconstructs the proposed file and compares protected prediction sections exactly. It:
A 7-case shell regression suite covers those boundaries.
Finish strict Skill frontmatter compatibility
The recent strict-loader repair missed 4
argument-hintvalues containing colons. This commit quotes the remaining values in:cheat-learn-fromcheat-predictcheat-publishcheat-retroAll root and sub-Skill frontmatter now parses with strict YAML.
Validation
bash hooks/prediction-immutability_test.sh(7 passed)bash tools/diff_pct_test.sh(3 passed)git diff --checkThe branch is rebuilt as one verified signed commit on current upstream
main.