-
-
Notifications
You must be signed in to change notification settings - Fork 0
chore(deps): bump tempfile from 3.23.0 to 3.24.0 #28
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
Open
dependabot
wants to merge
1
commit into
main
Choose a base branch
from
dependabot/cargo/tempfile-3.24.0
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
c51d8ae to
4943bc4
Compare
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.23.0 to 3.24.0. - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](Stebalien/tempfile@v3.23.0...v3.24.0) --- updated-dependencies: - dependency-name: tempfile dependency-version: 3.24.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
4943bc4 to
cedf79e
Compare
hyperpolymath
pushed a commit
that referenced
this pull request
Feb 7, 2026
Implements Task #28 from Opus recovery session (Part 1/2). New Bot Modes: -------------- 1. **Verifier** (default) - Silent pass/fail reporting - Minimal output: ✅/❌ only - No detailed failures - No tactic suggestions - Doesn't block merges 2. **Advisor** - ML-powered tactic suggestions - Detailed failure output - Tactic suggestions from ECHIDNA ML backend - Warning-level severity - Helps developers fix failing proofs 3. **Consultant** - Interactive Q&A about proof state - Detailed failure output - Tactic suggestions - Supports interactive questions - Can explain proof state, dependencies, history 4. **Regulator** - Quality gate enforcement - Detailed failure output - Error-level severity - **Blocks PR merges when proofs fail** - No tactic suggestions (enforcement only) Implementation: -------------- - src/modes/mod.rs: Core BotMode enum with 4 variants - Helper methods for mode-specific behavior: - show_detailed_failures() - suggest_tactics() - blocks_merges() - supports_interactive() - check_run_severity() - comment_style() - FormattedResult type for mode-specific output formatting - Comprehensive test suite (8 tests covering all modes) Configuration: ------------- - Added Config.bot_mode field (defaults to Verifier) - Serde support for TOML/ENV configuration - Example: `bot_mode = "advisor"` in echidnabot.toml Build Status: ------------ ✅ Library compiles successfully (4 warnings only) ✅ Modes module complete with tests ⏳ Next: Wire modes into dispatcher for actual usage Part 2 will integrate modes into the verification workflow. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
hyperpolymath
pushed a commit
that referenced
this pull request
Feb 7, 2026
Implements Task #28 from Opus recovery session (Part 2/2). Result Formatting: ----------------- - Bridges dispatcher.ProofResult → modes.FormattedResult - Converts TacticSuggestion to user-friendly strings - Generates mode-specific PR comments with: - Mode badge (🦔 echidnabot • Mode: Advisor) - Summary line (✅/❌) - Verification output (detailed modes only) - Tactic suggestions (Advisor/Consultant modes) - Merge blocking notice (Regulator mode) - Interactive prompt (Consultant mode) PR Comment Examples: ------------------- **Verifier Mode:** ```markdown ## 🦔 echidnabot • Mode: **Verifier** ✅ Proof verified (Coq) ``` **Advisor Mode:** ```markdown ## 🦔 echidnabot • Mode: **Advisor** ❌ Proof failed with Coq — Suggestions available ### 📋 Verification Output [detailed output...] ### 💡 Suggested Tactics • `induction xs` (85% confidence) — Try induction on list structure • `rewrite app_assoc` (72% confidence) ``` **Regulator Mode:** ```markdown ## 🦔 echidnabot • Mode: **Regulator** 🚫 BLOCKED: Coq verification failed — Merge blocked ### 🚫 Merge Blocked This PR cannot be merged until all proofs pass verification. **Action required:** Fix the failing proof(s) and push an update. ``` Check Run Integration: --------------------- - check_run_conclusion(): Maps to GitHub/GitLab check status - check_run_summary(): Generates check run summary text - Supports all 3 forge platforms (GitHub/GitLab/Bitbucket) Implementation: -------------- - src/result_formatter.rs: Format bridge (193 lines) - format_proof_result(): Main formatting function - generate_pr_comment(): PR comment generation - check_run_conclusion/summary(): Check run status - 8 comprehensive tests covering all modes and scenarios Build Status: ------------ ✅ Library compiles successfully ✅ All tests pass (modes + formatter) Task #28 COMPLETE: All 4 bot modes fully implemented and integrated. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
hyperpolymath
pushed a commit
that referenced
this pull request
Feb 7, 2026
Updated project state to reflect Task #28 completion: - Bot Modes: planned (0%) → complete (100%) - Overall completion: 90% → 95% Session accomplishments: - Implemented all 4 bot modes (Verifier/Advisor/Consultant/Regulator) - Created modes module (301 lines) + result formatter (252 lines) - Comprehensive test coverage (16 tests total) - Build successful, ready for webhook integration Remaining work (5%): - Production hardening - End-to-end integration tests - Monitoring and alerting Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
0 participants
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.
Bumps tempfile from 3.23.0 to 3.24.0.
Changelog
Sourced from tempfile's changelog.
Commits
1712764chore: release v3.24.0a8dc864feat: completely support WASIP2 on stable rust (#382)5a03572Exclude CI scripts from published package (#384)da894f1build(deps): bump actions/checkout from 5 to 6 (#383)You can trigger a rebase of this PR by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)