Conversation
Contributor
|
Important Review skippedReview was skipped as selected files did not have any reviewable changes. 💤 Files selected but had no reviewable changes (1)
⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
skrabe
added a commit
to skrabe/tweakcc-fixed
that referenced
this pull request
May 7, 2026
…ebald-AI#719 Piebald's official extraction (Piebald-AI#719, prompts/2.1.132 branch) is canonical and finds 289 prompts vs the 210 my naive extraction picked up — their pipeline catches prompts the basic Babel walker misses. Pull their JSON verbatim. Also revert the StringLiteral raw-substring change in tools/promptExtractor.js: upstream's pipeline still uses node.value (decoded form), and any local extraction should match that convention so cross-version metadata-binding works the same way Piebald does it. The escape-form alternation fix in src/systemPromptSync.ts (commit e9b2572) makes the search regex match either decoded-vs-escaped form in cli.js, so reverting the extractor doesn't reintroduce the stuck- prompt mismatch — the regex builder handles both pieces shapes now. When upstream merges PR Piebald-AI#719, the next `git merge upstream/main` will recognize the same JSON on both sides and the duplicate disappears cleanly — no manual intervention needed.
skrabe
added a commit
to skrabe/lobotomized-claude-code
that referenced
this pull request
May 7, 2026
After pulling Piebald-AI/tweakcc#719's prompts-2.1.132.json into the fork, 5 user overrides no longer bound to a 2.1.132 prompt id. Inspected each: Renamed (same content, new id): - system-prompt-proactive-schedule-offer-after-follow-up-work → system-prompt-proactive-schedule-offer-after-natural-future-follow-up (Anthropic kept the prompt, renamed the JS variable; same opening "natural future follow-up" hook, same body. Bumped ccVersion to 2.1.132.) Removed (feature deleted from the binary, content not findable elsewhere): - agent-prompt-onboarding-guide-share-link-close ("ShareOnboardingGuide" / "ONBOARDING.md is final" gone) - tool-description-schedule-proactive-offer-guidance ("OFFER PROACTIVELY" / "recurring or one-time remote agent" gone) - agent-prompt-verification-specialist ("verification specialist" / "adversarial" gone — already orphaned in 2.1.131) - data-background-agent-state-classification-examples (inlined into agent-prompt-background-agent-state-classifier directly; the rewrite of that override already carries its own examples block, so no functional loss. Already orphaned in 2.1.131.) The 4 removed overrides are archived to ~/.tweakcc/orphans-removed-for- 2.1.132/ per the workflow doc; recoverable from there or from this commit's parent. Coverage after this: 284/284 user overrides bound to a 2.1.132 prompt id.
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.
No description provided.