Merged
Conversation
Adds cluster_semantics module, refines issue semantics, updates work queue snapshot and plan ordering for phase isolation. Extends lifecycle phase handling and auto-cluster sync. Updates tests across plan, state, review, and narrative modules. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…n loading consolidation Fix cluster tracker race on parallel updates by introducing a shared boundary-triggered reconciliation pipeline that runs all sync steps sequentially. Add execution_status (active/review) flags to clusters, consolidate plan load/recovery into persistence module, and rename reconcile modules for clarity. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…cile improvements - Fix #412: scan merge now auto-resolves open issues when the source file no longer exists on disk (verify_disappeared + MergeScanOptions.project_root) - Triage: sense-check orchestration, completion policy, validation stage upgrades - Work queue: snapshot overhaul, synthetic workflow, ranking refinements - Plan: reconcile pipeline expansion, refresh lifecycle consolidation, phase cleanup support, scan issue reconcile enhancements - Review: holistic cluster modules removed (inlined), import plan sync expanded - Rust: fixer/detector cleanup, remove compat re-export wrapper - Tests: broad coverage additions across triage, reconcile, queue, holistic Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…ions Attestation validation for organize/enrich/sense-check stages no longer requires literal cluster name references — detailed descriptions of the verified work are now accepted as an alternative. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
… improvements, review batch enhancements Move cluster_ops/update modules into cluster/ subpackage and override modules into override/ subpackage. Enhance triage completion policy, stage validation, and review batch execution phases. Add dynamic loaders, scan preflight checks, and expanded test coverage. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Filter C/C++ security findings to scoped first-party file set - CMake-based test coverage mapping via add_executable/add_library/target_sources - Disable unsound generic unused-import phase for C++ - Fix _extract_import_name for C++ header extensions (.h, .hh, .hpp) - Remove duplicate test, add missing EOF newlines Co-Authored-By: Dragoy <Dragoy@users.noreply.github.com>
Closes #416. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
The tests load tweet_release.py which imports requests at module level. Without a stub, all 7 tests fail with ModuleNotFoundError since requests is a CI script dependency, not a project dependency. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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.