docs: rewrite README for v0.8.6 - #22
Merged
Merged
Conversation
… 7-d sessions) Reflects the operator-DX work since v0.8.0: - Cover banner now points at v0.8.6, with the new curl installer command and notes about the always-re-asserted service-user Dolt identity (install.sh fix that prevents 'empty ident name' on provisioning). - 'What it does' gets a row for the global-admin implicit-access bypass so the reader doesn't have to grep for it. - New 'Linux install (recommended)' section so production deploys don't have to discover the one-line command on their own. - API surface table reflects /push-commits and the v0.8.5 switch from per-row INSERT to dolt table import -r against a temp CSV (mentions type coercion cleanly). - Architecture section adds the bootstrap-admin / licensing / TOFU addon context that the table at the top of the file points at. - Push pipeline narrative ties v0.8.2 (real error surfaced), v0.8.4 (ReferenceError fix) and v0.8.5 (row loader switch) into a single mental model. - Auth/Authz section: sliding-window 15 m / 7 d, global-admin implicit admin on every repo for operations, canCreateRepos flag for provisioning, fail-closed everywhere. - Licensing section explicit about the BSL rationale (Enterprise single-tenant, not SaaS). - Security section: identity reassert on every install, real provisioning errors, global-admin implicit access, refresh TTL bumped to 7 days. - Roadmap gets a 6th row: 'Operator DX round (v0.8.0 → v0.8.6)'. No code changes; doc-only PR.
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.
Doc-only PR that brings README up to date with v0.8.6: provisioning error surface, push pipeline (with the v0.8.5 dolt table import -r switch), global-admin implicit access, 7-day sliding-window session tokens, install.sh service-user identity fix, licensing rationale.