feat: path-aware CI, refreshable export manifest, deployment doctor - #84
Merged
Merged
Conversation
Member
Author
|
I have read and agree to the SixSentences CLA v1.0. |
L4XB
enabled auto-merge (squash)
September 14, 2026 08:30
This was referenced Sep 14, 2026
L4XB
force-pushed
the
release/complete
branch
2 times, most recently
from
September 14, 2026 08:41
4630d7d to
90a7a67
Compare
Brings main to the tree develop carries: the deployment doctor, the refreshable export manifest, the path-aware Companion build, the community API dependency update, the credential-storage record in SECURITY.md, the two registration gates that had no test, and the trivy action bump. Replayed on top of main as one commit so both branches stay linear under a squash-only, up-to-date-required policy. Signed-off-by: L4XB <L4XB@users.noreply.github.com>
L4XB
force-pushed
the
release/complete
branch
from
September 14, 2026 08:54
90a7a67 to
2c73c52
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.
Brings
mainto the treedevelopcarries, as one commit on top ofmainsoboth branches stay linear under a squash-only, up-to-date-required policy.
Contents:
six-community doctor(feat(ops): answer whether a running deployment can do its work #79, closes cli: add adoctorcommand that proves a deployment's configuration works #45) — reports whether a runningdeployment can do its work: database tables, storage, mail, and which optional
features are off and why. Off is a decision, not a fault; no secret is printed.
--refresh-manifest(feat(audit): let whoever changes the tree rewrite its manifest #76) — the export audit can now rewrite the manifesta change invalidates, after every other gate has passed.
reports both required macOS contexts without starting an Xcode toolchain.
uv lockresolution, plus the trivy action bump.SECURITY.mdcredential record (docs(security): record why each credential class is stored the way it is #80, closes security(docs): record the credential-hashing decision in SECURITY.md #44) — why passwords gothrough 600k PBKDF2 iterations while bearer tokens are SHA-256 digests, with a
test pinning the entropy assumption that reasoning rests on.
recorded acceptance versions, neither of which had a test.
This runs in parallel with the develop-side pull request carrying the same
content; whichever lands first, both branches end on the same tree.