docs: daily update 2026-07-31 - #5528
Open
deco-cms[bot] wants to merge 4 commits into
Open
Conversation
…metry opt-in for self-hosted Kubernetes
…to-merge, and ship-to-production
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.
Release window
Diffed the real commit range
v4.157.0...v4.158.0(compare: v4.157.0...v4.158.0), not the release-bump SHA (6f5897fc8) alone — that commit is only the version bump.Depends on: #5527 (
docs/auto-update-2026-07-31-v4) — this branch is stacked on that PR's HEAD to avoid conflicts. Please merge #5527 first, then this one (and transitively #5510 → #5493 → #5491 → #5464, which #5527 already depends on).Commits covered (v4.157.0...v4.158.0)
3c04e919bfeat(task-board): QA Agent + Code Reviewer review flow with ship-to-production (#5520)1109b3bd3[chore]: bump homebrew cask to 4.157.06f5897fc8[release]: bump changed workspace versions(The 4th log entry,
f8e0791a9bump homebrew cask to 4.156.0, predatesv4.157.0and was already covered by an earlier run.)Files changed
en/studio/task-board.mdx(+ pt-br translation) — introduces the Task Board (kanban board for agent-driven work) and documents the new Reviewers & merge settings: QA Agent, Code Reviewer, Auto-merge, review activity on the task card, and the "Ship to production" action. This is the first dedicated doc page for the Task Board — it did not exist before, despite the feature having grown substantially over many prior PRs.en/studio/concepts.mdx(+ pt-br) — added a "Task Board" bullet to the core-concepts list, linking to the new page.Both pt-br files are full manual-style translations (code, URLs, and component/product terms like "agent", "connection", "QA Agent", "Code Reviewer", "Super Agent", "Ship to production" kept in English per house style).
Consistency notes
apps/docs/has ever mentioned "task board" or "kanban", across the full git history of the docs directory). This PR only documents the review/ship-to-production slice added in this release's range — it is not a comprehensive Task Board reference (columns beyond what's directly relevant, card fields, comments, attachments, sprints/releases from earlier PRs like feat(task-board): kanban feature parity — columns, automation, tags, comments, attachments, sprints, releases, activity #5258 are out of scope here). Flagging for a human to decide if a fuller Task Board guide is worth a follow-up.navigation.ts(outsideapps/docs/client/src/content/deco-studio/, so out of my allowed edit scope) defines an explicit page order for the sidebar/prev-next nav. The newtask-board.mdxpage isn't in that list, so it will render at its URL and fall back to alphabetical sort in the collection, but won't get a curated position in the sidebar ordering or in the "previous/next" footer. A human should add"studio/task-board"to thelatestOrderarray inapps/docs/client/src/utils/navigation.ts(suggested position: right afterstudio/monitoringor nearstudio/agents, since it's a core product surface).Summary by cubic
Adds a new Task Board docs page covering QA Agent/Code Reviewer reviews, auto-merge, and the Ship to production action. Also documents optional sandbox daemon OTLP metrics for self-hosted Kubernetes, and links Task Board from core concepts with pt-br translations.
New Features
Migration
apps/docs/client/src/utils/navigation.tsto position it in the nav.Written for commit c0233d9. Summary will update on new commits.