Skip to content

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

Merged
pelikhan merged 2 commits into
mainfrom
spec-extractor/2026-07-10-run-0-0a355e84cae3dfba
Jul 10, 2026
Merged

[spec-extractor] Update package specifications for agentdrain, cli, console, constants#44704
pelikhan merged 2 commits into
mainfrom
spec-extractor/2026-07-10-run-0-0a355e84cae3dfba

Conversation

@github-actions

@github-actions github-actions Bot commented Jul 10, 2026

Copy link
Copy Markdown
Contributor

Summary

Updates pkg/cli/README.md to document recently added API surface in the cli package. No logic changes — documentation only.

Changes

pkg/cli/README.md

Adds missing entries to three reference tables:

  • Configuration types: ExperimentsListConfig, ExperimentsAnalyzeConfig
  • Exported functions: RunOutcomes, RunForecast, RunExperimentsList, RunExperimentsAnalyze
  • Exported types/structs: ExperimentState, ExperimentRunRecord, ExperimentVariantStats, ExperimentInfo, ForecastResult, ForecastWorkflowResult, ForecastMonteCarloSummary, ForecastEvaluation

These entries document the A/B experiments subsystem (experiments list/experiments analyze) and the Monte Carlo-based token usage forecasting subsystem (forecast), plus the RunOutcomes function for evaluating safe-output outcomes.

Scope

File Kind Description
pkg/cli/README.md docs Add config types, functions, and structs for experiments and forecast APIs

Agentic Notes

  • Pure documentation sync; no behaviour or API surface changes.
  • The implementations referenced (experiments_command.go, forecast_command.go) already exist; this PR only updates the README to match.
  • Safe to merge without further review gates.

Generated by PR Description Updater for #44704 · 26.6 AIC · ⌖ 5.46 AIC · ⊞ 4.7K ·

Add missing exported symbols to the cli package specification:
- RunForecast, RunExperimentsList, RunExperimentsAnalyze to Key Functions
- ExperimentsListConfig, ExperimentsAnalyzeConfig to Key Types
- RunOutcomes (was referenced but not listed in functions table)
- ExperimentState, ExperimentRunRecord, ExperimentVariantStats, ExperimentInfo
- ForecastResult, ForecastWorkflowResult, ForecastMonteCarloSummary, ForecastEvaluation

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@gh-aw-bot

Copy link
Copy Markdown
Collaborator

@copilot please run the pr-finisher skill, address any remaining review feedback, refresh the branch if needed, and rerun checks.

Generated by 👨‍🍳 PR Sous Chef · 4.34 AIC · ⌖ 5.93 AIC · ⊞ 7.1K ·
Comment /souschef to run again

Copilot AI commented Jul 10, 2026

Copy link
Copy Markdown
Contributor

@copilot please run the pr-finisher skill, address any remaining review feedback, refresh the branch if needed, and rerun checks.

...

Ran pr-finisher for PR #44704.

  • No in-scope unresolved review threads/comments remain.
  • Branch is not behind main (base SHA is current main), so no refresh was needed.
  • Re-ran local checks: make fmt, make lint, make test-unit, make test, make recompile.
    • fmt, lint, and recompile passed.
    • test-unit/test fail on pre-existing unrelated workflow package tests in this environment.
  • Last known PR CI runs are action_required with no jobs emitted; CI on the current head remains unverified until a maintainer re-triggers workflows.

Reference commit: 5add8b3.

Copilot AI requested a review from gh-aw-bot July 10, 2026 13:38
@gh-aw-bot

Copy link
Copy Markdown
Collaborator

@copilot please run the pr-finisher skill, address unresolved review comments, refresh the branch if needed, and rerun checks once ready.

Generated by 👨‍🍳 PR Sous Chef · 11.3 AIC · ⌖ 6.23 AIC · ⊞ 7.1K ·
Comment /souschef to run again

…7-10-run-0-0a355e84cae3dfba

Co-authored-by: gh-aw-bot <259018956+gh-aw-bot@users.noreply.github.com>

Copilot AI commented Jul 10, 2026

Copy link
Copy Markdown
Contributor

@copilot please run the pr-finisher skill, address unresolved review comments, refresh the branch if needed, and rerun checks once ready.

...

Completed another pr-finisher pass.

  • Unresolved in-scope review comments/threads: none.
  • Branch was behind main; I refreshed it by merging latest origin/main.
  • Re-ran checks locally on the refreshed branch: make fmt, make lint, make test-unit, make test, and make recompile all passed.
  • Prior PR CI runs were inspected at log level and still show action_required with no failed jobs emitted.

Reference commit: a2b9419.

CI for the updated head must still be re-triggered by a maintainer to obtain fresh remote check results.

@pelikhan pelikhan merged commit 0fe3322 into main Jul 10, 2026
@pelikhan pelikhan deleted the spec-extractor/2026-07-10-run-0-0a355e84cae3dfba branch July 10, 2026 14:43
@github-actions

Copy link
Copy Markdown
Contributor Author

🎉 This pull request is included in a new release.

Release: v0.82.8

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.

3 participants