-
Notifications
You must be signed in to change notification settings - Fork 1
feat: add agents-verifier to consumer repo sync #194
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -113,6 +113,7 @@ jobs: | |
| "agents-orchestrator.yml:agents-70-orchestrator.yml" | ||
| "agents-pr-meta.yml:agents-pr-meta.yml" | ||
| "agents-keepalive-loop.yml:agents-keepalive-loop.yml" | ||
| "agents-verifier.yml:agents-verifier.yml" | ||
| "autofix.yml:autofix.yml" | ||
|
Comment on lines
113
to
117
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
The verifier thin-caller was added to the sync detection list, but the apply step still only copies orchestrator/pr-meta/keepalive/autofix/pr-00 workflows—there is no Useful? React with 👍 / 👎. |
||
| "pr-00-gate.yml:pr-00-gate.yml" | ||
| ) | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The new entry is not placed in alphabetical order within the SYNC_FILES array. The array should be sorted alphabetically by filename. Currently the order is:
The correct alphabetical order should be:
Move the agents-verifier.yml entry to maintain alphabetical ordering, which improves maintainability and makes it easier to locate entries in the array.