Bring the docs, changelog and chart version in line for a release - #520
Merged
Conversation
davidmckayv
requested review from
MikeRyanDev,
guidovizoso,
mxmzb and
tylerslaton
as code owners
September 13, 2026 17:03
Validated every doc against the code and fixed the drift found: - README: the Main surfaces table was missing /routines, /admin/skills, /admin/people and /admin/identity-providers, and described /admin/plugins as configuring deployment skills, which it no longer does. - configuration.md: five required vars, not three; documented AGENT_BOT_MODEL, BOT_REASONING_EFFORT and OPENAI_CONTAINER_BASE_URL; fixed a broken table column; distinguished COMPUTER_SANDBOX from the cluster sandbox provider. - architecture.md: added the command policy field and the agent-harness service. - coworkers.md: noted the provenance block the deployment appends to the standing role. - development.md: openssl and npx prerequisites, and the routine worker in the start.sh summary. - releasing.md: the two gating CI jobs the checks table omitted; the release PR now carries three changes. - deployment.md: removed the desktop folder-access section; the desktop app is not released. - plugins/google-drive.md: rewritten for the REST API the connector actually uses, replacing the abandoned MCP setup, troubleshooting and enrolment steps. CHANGELOG: added the validation-hardening sweep that had no entry yet (agent tool-call, policy dry-run and audit-event limits, component publication, sandboxed fields, catalogue entries, the four human-input gestures), calling out the component decision-function fail-open; dropped the desktop question-box entry, since the desktop app is not released. Chart version: the default image tag was the bare appVersion (0.0.4), but published tags carry a v and 0.0.4 predates the first startable release, so a default helm install sat in ImagePullBackOff. appVersion now tracks the released version (0.0.9), the tag helper prefixes v to name a tag that exists, the release workflow moves appVersion with package.json every release, and CI refuses a tree where the two have drifted.
davidmckayv
force-pushed
the
docs/release-prep
branch
from
September 13, 2026 17:08
b0e152d to
2dbcbe6
Compare
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.
Pre-release sweep. Every doc validated against the code; the real drift is fixed and the CHANGELOG
## Unreleasedis reconciled against everything merged since v0.0.9.Docs
/routines,/admin/skills,/admin/people,/admin/identity-providers; corrected the/admin/pluginsdescription.AGENT_BOT_MODEL,BOT_REASONING_EFFORT,OPENAI_CONTAINER_BASE_URL; fixed a broken table column; disambiguatedCOMPUTER_SANDBOXfrom the cluster sandbox provider.commandpolicy field and theagent-harnessservice.openssl/npxprerequisites and the routine worker in the start summary.CHANGELOG
## Unreleasednow covers the file-attachment fix, the LangGraph refusal feedback, and the validation-hardening sweep, with the component decision-function fail-open called out.Chart version
The default image tag was the bare
appVersion(0.0.4), but published tags carry avand0.0.4predates the first startable release, so a defaulthelm installsat inImagePullBackOff. Now:appVersiontracks the released version (0.0.9), the tag helper prefixesv, the release workflow movesappVersionwithpackage.jsonevery release, and CI refuses a tree where the two have drifted.