fix(evolution): align repository overview and refresh state - #15
Merged
Conversation
Update repository-facing documentation to match the active CDNA scope and maintainer-controlled workflow. Track the canonical guide path and preserve safe initial watermarks for empty source scans.
|
Caution The consumer version of Gemini Code Assist on GitHub has been sunset. All code review activity has officially ceased. |
Reviewer's GuideAligns documentation, evolution tooling, and source registry with the active CDNA scope and maintainer-controlled workflow, tightens CI/quality contracts, and updates discovery state handling for empty initial scans and allowlisted AMDGPU guide paths. Sequence diagram for empty initial discovery refresh updating evolution statesequenceDiagram
participant discover_py as discover_py
participant source_repo as source_repository
participant evolution_state_yaml as evolution_state_yaml
discover_py->>source_repo: run_discovery(source_id, since)
source_repo-->>discover_py: [no_changes_found]
alt watermark_exists
discover_py->>evolution_state_yaml: update sources[source_id] with newest merge and pr
else watermark_is_none_and_since
discover_py->>evolution_state_yaml: set sources[source_id] = { merged_at: since, pr: 0, merge_sha: '', captured_at: capture_date }
end
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
4 tasks
Keep the generated manifest as a projection while canonical rolling and per-page freshness remain with their owning files.
Describe the service's actual create-or-edit behavior without implying that an existing PR must remain Draft.
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
Test plan
python3 -m pytest tests(57 passed)python3 scripts/validate.py(0 errors)Merge contract
Jin Pan <jin.pan@amd.com>with no co-author trailers.main.