Skip to content

Catch the changelog and docs up to what shipped - #125

Merged
davidmckayv merged 3 commits into
mainfrom
chore/changelog-docs-cleanup
Aug 22, 2026
Merged

Catch the changelog and docs up to what shipped#125
davidmckayv merged 3 commits into
mainfrom
chore/changelog-docs-cleanup

Conversation

@davidmckayv

Copy link
Copy Markdown
Contributor

The ## Unreleased notes already tracked most of the recent work (each change brought its own line). This reconciles the rest.

Changelog — two merged changes had no line, both added under Fixed:

Docs that drifted:

  • README and docs/deployment.md (Cloud Run) still said "one replica", which deployment.md's own Replicas section now contradicts (snapshot + policy are shared via Postgres). Both now point at the real remaining constraint: the browser is per-instance, so a Bot's logins don't follow it between replicas.
  • AUDIT_RETENTION_DAYS and COMPUTER_SANDBOX were configurable and in the changelog/README but missing from configuration.md's tables. Added.

Dead code the knowledge back-out missed:

No document-RAG feature is presented as shipped anywhere; the net state (OpenBot answers from a live system's own search, as the person asking) is what the Changed section says. The README carries no changelog-style history.

Verified: bun run typecheck, bun run lint (with --error-on-warnings), bun run format:check all exit 0; full suite 1136 pass.

The Unreleased notes already tracked most of the recent work, since each change
carried its own line in. This fills the gaps and fixes what went stale.

Two merged changes had no line. The address guard's alternate-encoding refusal:
it turned away the metadata and private addresses as usually written but not the
same ones spelled as an IPv6-mapped or NAT64 form, an integer, or with a trailing
dot, and it now canonicalises before it checks and refuses the container
credential endpoints even with the private-host opt-in on. And the supervisor
refusing to adopt a container it did not create, so a shared Docker host cannot
hand it a stranger's container with the computer token.

Docs that drifted: the README and the Cloud Run note still said one replica,
which the deployment doc's own Replicas section now contradicts, so both point at
the real remaining constraint instead, which is the shared browser. And
AUDIT_RETENTION_DAYS and COMPUTER_SANDBOX were configurable and documented in the
changelog and the README but missing from the configuration table.

The knowledge back-out left one more orphan the removal missed: agents/invocation.ts
routed a built-in agent to the knowledge agent that is gone, and nothing live
constructs it. Deleted with its test. The changelog line that said the local index's
connector "is going away" is now "has been removed", because it has been.

README stays a build doc; none of this adds history to it.
#126 and #127 dropped the document index and the old connector tables, so the
changelog line that said the index was "read by nothing" now understates it: the
tables are gone. Say dropped, and add the one Upgrading note that matters, which
is that those migrations destroy that data and cannot be rolled back.

architecture.md still listed connector state among what the database holds; #127
removed it, so the line goes too. The README's database line never named those
tables, so it needs nothing. #123 is CI and build hardening, not a deployment
behavior, so it earns no changelog line.
@davidmckayv
davidmckayv merged commit 3e753fd into main Aug 22, 2026
8 checks passed
@davidmckayv
davidmckayv deleted the chore/changelog-docs-cleanup branch August 22, 2026 00:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant