Skip to content

[spec-extractor] Update package specifications for agentdrain, cli, console, constants#27006

Merged
pelikhan merged 1 commit intomainfrom
spec-extractor/round-1-cli-fix-7cf2821c19a07017
Apr 18, 2026
Merged

[spec-extractor] Update package specifications for agentdrain, cli, console, constants#27006
pelikhan merged 1 commit intomainfrom
spec-extractor/round-1-cli-fix-7cf2821c19a07017

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

Package Specification Updates

This PR updates README.md specifications for the following packages (round-robin run 1):

Package Status Changes
agentdrain Verified No changes — specification is accurate and complete
cli Updated Fixed 4 command table entries (see below)
console Verified No changes — specification is accurate and complete
constants Verified No changes — specification is accurate and complete

What Changed in pkg/cli/README.md

  • gh aw run: Fixed entry point — NewRunCommand does not exist; the run command is defined inline in cmd/gh-aw/main.go and delegates to RunWorkflowOnGitHub
  • gh aw remove: Fixed entry point — NewRemoveCommand does not exist; the remove command is defined inline in cmd/gh-aw/main.go and delegates to RemoveWorkflows
  • gh aw pr transfer: Added missing subcommand (NewPRTransferSubcommand) — "Transfer a pull request to another repository"
  • gh aw project new: Added missing subcommand (NewProjectNewCommand) — "Create a new GitHub Project V2 board"

Extraction Method

  • Source code analysis of exported symbols, types, and constants via grep on pkg/ Go source files
  • Cross-referenced New*Command function inventory against command table entries
  • Verified entry points against cmd/gh-aw/main.go command wiring
  • All documented APIs verified against source code at commit 82cf6ba62f8cf3713f941bfc37650ee8e68fd28c

Round-Robin State

  • Packages processed this run: agentdrain, cli, console, constants (indices 0–3)
  • Next packages in rotation: envutil, fileutil, gitutil, logger (indices 4–7)
  • Total packages: 20
  • Coverage: 4/20 packages verified this run

Auto-generated by Package Specification Extractor workflow

Generated by Package Specification Extractor · ● 5.1M ·

  • expires on Apr 21, 2026, 10:32 AM UTC

- Fix gh aw run entry: NewRunCommand does not exist; command is wired
  in main.go via RunWorkflowOnGitHub
- Fix gh aw remove entry: NewRemoveCommand does not exist; command uses
  RemoveWorkflows function wired in main.go
- Add gh aw pr transfer (NewPRTransferSubcommand)
- Add gh aw project new (NewProjectNewCommand)

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@github-actions github-actions bot added automation documentation Improvements or additions to documentation pkg-specifications labels Apr 18, 2026
@pelikhan pelikhan merged commit b929278 into main Apr 18, 2026
@pelikhan pelikhan deleted the spec-extractor/round-1-cli-fix-7cf2821c19a07017 branch April 18, 2026 10:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automation documentation Improvements or additions to documentation pkg-specifications

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant