docs: sync documentation with 2026-04-14 tick-7 merges (#74, #75, #76) - #77
Merged
Merged
Conversation
- CLAUDE.md: Go test count 731 → 740; migration count 16 → 23; workspace_schedules.source column documented in Database section. - PLAN.md: new "Recently launched (2026-04-14 tick-7)" section for PRs #74/#75/#76 and closed issues #24/#51. - docs/edit-history/2026-04-14.md: per-PR breakdown of tick-7 merges. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
HongmingWang-Rabbit
pushed a commit
that referenced
this pull request
Jun 12, 2026
) Adds the required Tier 2g directive comments to 4 workflow jobs that emit commit-status contexts on pull_request but lacked a bp-directive: - e2e-peer-visibility.yml / pr-validate # bp-required: pending #1296 — intentionally not yet in branch protection (sibling peer-visibility-local already carries this; pr-validate was missed). - ci-arm64-advisory.yml / fast-checks # bp-exempt: advisory arm64 pilot, non-gating by design (internal#418). - sync-providers-yaml.yml / compare # bp-required: pending #718 — soak-then-promote, not in BP yet. - verify-providers-gen.yml / verify # bp-required: pending #718 — soak-then-promote, not in BP yet. All directives are placed within the 3-line lint window above the job key so lint-required-context-exists-in-bp (Tier 2g) can see them. Closes Task #77 / internal#802. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
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.
Summary
workspace_schedules.sourcedocumented.docs/edit-history/2026-04-14.md: per-PR breakdown of tick-7 merges.Per the standing rule that
docs/sync-*PRs touching CLAUDE.md or PLAN.md are always noteworthy — treat this as such.Test plan
go test ./...PASS linesls platform/migrations/*.up.sql | wc -l🤖 Generated with Claude Code