[spec-extractor] Update package specifications for agentdrain, cli, constants#28024
Merged
[spec-extractor] Update package specifications for agentdrain, cli, constants#28024
Conversation
- agentdrain: add Coordinator.TrainEvent to Coordinator section - cli: add 14 missing public Run* and utility functions to API table (RunSpecificWorkflowInteractively, RunAddInteractive, RunWorkflowTrials, RunUpdateWorkflows, RunChecks, RunProjectNew, RunListDomains, RunWorkflowDomains, RunHashFrontmatter, RunActionlintOnFiles, RunZizmorOnFiles, RunPoutineOnDirectory, RunRunnerGuardOnDirectory) - constants: fix DefaultCopilotVersion example value (1.0.31 → 1.0.21) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Collaborator
|
/q fix the round robin logic, the cache should not have been empty. Process 4 packages per run. |
Contributor
Author
|
🎩 Mission equipment ready! Q has optimized your workflow. Use wisely, 007! 🔫 |
Contributor
Author
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.
Package Specification Updates
This PR updates README.md specifications for the following packages (round-robin run 1, packages 1–3 of 20):
agentdrainCoordinator.TrainEventto Coordinator sectioncliRun*functions to API tableconstantsDefaultCopilotVersionexample value (1.0.31 → 1.0.21)What Changed
pkg/agentdrain/README.mdCoordinator.TrainEvent(evt AgentEvent) (*MatchResult, error)was a public method not documented in the Coordinator section. Added it alongsideAnalyzeEventwith a usage example.pkg/cli/README.mdRun*and utility functions were present in source but missing from the Public Functions table:RunSpecificWorkflowInteractively— dispatch a named workflow interactivelyRunAddInteractive— interactive wizard for adding workflowsRunWorkflowTrials— trial workflow executionsRunUpdateWorkflows— update workflows from upstreamRunChecks— CI check results for a PRRunProjectNew— create a GitHub Project V2 boardRunListDomains— list all domains used across workflowsRunWorkflowDomains— domains for a specific workflowRunHashFrontmatter— print frontmatter hashRunActionlintOnFiles,RunZizmorOnFiles,RunPoutineOnDirectory,RunRunnerGuardOnDirectory— linter/scanner batch operationspkg/constants/README.mdDefaultCopilotVersionwas stale ("1.0.31"); corrected to"1.0.21"to match the source constant.Extraction Method
grep -n "^func [A-Z]")Round-Robin State
agentdrain,cli,constantsconsole,envutil,fileutil,gitutilAuto-generated by Package Specification Extractor workflow