{{ message }}
docs(plans): accurate status table + persist Round-2/backlog specs - #2227
Merged
Conversation
Rewrite plans/README.md as the work queue: Round 2 (04-13) all merged with PR links, Round 3 (14-70) split into merged (9), held-for-review (4, each with reason), and not-started (44, grouped by blocker/dependency). Persist the plan spec files that existed only as untracked local files so the backlog survives a clean checkout: all 10 Round-2 specs (code merged, specs never landed) and the 44 not-started specs, plus OVERNIGHT-SWARM.md, ROADMAP-2026H2.md, and round3-issues.csv. Specs for the 4 held plans (14/25/56/66) stay on their PR branches to avoid squash-merge collisions. Co-Authored-By: duyetbot <bot@duyet.net>
duyet
enabled auto-merge (squash)
July 3, 2026 10:05
Contributor
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.

What
Rewrites
plans/README.mdinto an accurate work queue and persists the planspec files that existed only as untracked local files, so the backlog survives a
clean checkout.
Status table (README)
two infra PRs (style(format): apply biome formatting to 6 drifted files #2212 format, fix(insights): break baseline import cycle + clear round-3 format drift #2220 baseline import-cycle).
share), feat(onboarding): 'Try with sample ClickHouse' preset + convert CTA (plan 66) #2225 (66 onboarding) — each row states the specific decision it needs.
alerting cluster, integrations toolchains, advisor wedge, dashboards→chore(deps): update docker/metadata-action digest to 6d6eaf3 #56,
growth copy verification).
Persisted specs
main).OVERNIGHT-SWARM.md,ROADMAP-2026H2.md,round3-issues.csv.branches to avoid squash-merge collisions when those PRs land.
Why
Only 12 of 70 plan specs were on
main; the rest (including the entirenot-started backlog) lived as untracked local files at risk of loss. A stale
README also caused repeated re-derivation of what was already done. This makes
the queue authoritative and durable.
Risk
Docs-only (
plans/**markdown + one CSV). No code, nosrc/changes; lint-stagedmatches nothing, so no quality gate is affected.
Co-Authored-By: duyetbot bot@duyet.net