From 8ea1eeecc7dbe307ea4e7714267edab62c2f5219 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 10:16:47 +0000 Subject: [PATCH 1/3] Update package specifications for stringutil, styles, testutil, timeutil MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - stringutil: already up-to-date with source-verified export coverage - styles: already up-to-date with source-verified export coverage - testutil: added source-verified export coverage appendix (4 functions, 0 types) - timeutil: added source-verified export coverage appendix (3 functions, 0 types) Round-robin rotation: last_index 12 → 16 (packages 13–16 processed) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- pkg/testutil/README.md | 16 ++++++++++++++++ pkg/timeutil/README.md | 16 ++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/pkg/testutil/README.md b/pkg/testutil/README.md index 6ea408a589e..d7e33cc32d4 100644 --- a/pkg/testutil/README.md +++ b/pkg/testutil/README.md @@ -56,6 +56,22 @@ func TestMyFunction(t *testing.T) { `GetTestRunDir` is safe to call concurrently from multiple goroutines; the underlying `sync.Once` ensures the directory is created exactly once. `TempDir` and `CaptureStderr` require a valid `*testing.T` and MUST be called from a single test goroutine only (as required by the `testing` package). + +## Source-verified export coverage + +This appendix is generated from the current non-test Go source files in this package and records any exported top-level symbols that are not already described above. + +| Category | Count | +|----------|------:| +| Types | 0 | +| Constants | 0 | +| Variables | 0 | +| Functions and methods | 4 | +| Additional symbols documented in this appendix | 0 | + +The sections above already mention every exported top-level symbol in the current source tree. + + --- *This specification is automatically maintained by the [spec-extractor](../../.github/workflows/spec-extractor.md) workflow.* diff --git a/pkg/timeutil/README.md b/pkg/timeutil/README.md index 74e8376a3a4..87927a1f960 100644 --- a/pkg/timeutil/README.md +++ b/pkg/timeutil/README.md @@ -102,6 +102,22 @@ timeutil.FormatDurationNs(90_000_000_000) // "1m30s" All functions in this package are stateless pure functions. They are safe to call concurrently from multiple goroutines without synchronization. + +## Source-verified export coverage + +This appendix is generated from the current non-test Go source files in this package and records any exported top-level symbols that are not already described above. + +| Category | Count | +|----------|------:| +| Types | 0 | +| Constants | 0 | +| Variables | 0 | +| Functions and methods | 3 | +| Additional symbols documented in this appendix | 0 | + +The sections above already mention every exported top-level symbol in the current source tree. + + --- *This specification is automatically maintained by the [spec-extractor](../../.github/workflows/spec-extractor.md) workflow.* From 65f88b88b63b00f0d69af956ffac6b1c2d0cb9cf Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 17 Jul 2026 11:38:43 +0000 Subject: [PATCH 2/3] Plan PR finishing pass Co-authored-by: gh-aw-bot <259018956+gh-aw-bot@users.noreply.github.com> --- .github/workflows/agentic-auto-upgrade.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/agentic-auto-upgrade.yml b/.github/workflows/agentic-auto-upgrade.yml index 7035101ee35..e169cea32b6 100644 --- a/.github/workflows/agentic-auto-upgrade.yml +++ b/.github/workflows/agentic-auto-upgrade.yml @@ -34,7 +34,7 @@ name: Agentic Auto-Upgrade on: schedule: - - cron: "21 3 * * 5" # Weekly (auto-upgrade) + - cron: "11 4 * * 6" # Weekly (auto-upgrade) workflow_dispatch: permissions: From 3cbd716766a9c4a5290dc063670dda7ecbb3610e Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 17 Jul 2026 11:52:05 +0000 Subject: [PATCH 3/3] Revert accidental workflow drift Co-authored-by: gh-aw-bot <259018956+gh-aw-bot@users.noreply.github.com> --- .github/workflows/agentic-auto-upgrade.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/agentic-auto-upgrade.yml b/.github/workflows/agentic-auto-upgrade.yml index e169cea32b6..7035101ee35 100644 --- a/.github/workflows/agentic-auto-upgrade.yml +++ b/.github/workflows/agentic-auto-upgrade.yml @@ -34,7 +34,7 @@ name: Agentic Auto-Upgrade on: schedule: - - cron: "11 4 * * 6" # Weekly (auto-upgrade) + - cron: "21 3 * * 5" # Weekly (auto-upgrade) workflow_dispatch: permissions: