Uh oh!
There was an error while loading. Please reload this page.
fix: consolidate runtime documentation facts - #852
Merged
Conversation
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 freeto 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.
Summary
@maka/ui.maka evalthe canonical Headless command in help, errors, evidence, and documentation; correct remaining Security and bundled-skill authority drift.Why
The final documentation audit found several places where prose drift was caused by duplicated runtime facts in code. Fixing only the Markdown would leave the same failure mode in place. This PR removes those parallel facts so future Settings sections, status labels/tones, connection reasons, and CLI guidance change at one owning seam.
Closes#767.
Scope
This is PR 4 of 4 and closes the governance series. It contains the minimal code changes required to eliminate duplicated documentation facts; it does not redesign Settings navigation or runtime behavior.
Verification
npm test --workspace @maka/core— passed (804 tests).npm test --workspace @maka/ui— passed (116 tests).npm test --workspace @maka/headless— passed (808 tests).npm test --workspace @maka/desktop— passed (2375 tests).git diff --check— passed.Impact
Internal public seams become more explicit. The legacy
maka-headlessbinary remains compatible and emits a deprecation warning; new help and audit evidence usemaka eval.Reviewer notes
Dependency direction is Core domain facts → UI presentation → Desktop consumers. The legacy CLI compatibility printer and stable storage identifiers may retain historical
maka-headlessnames; user-facing canonical guidance does not.Ready for review
Verificationexplains why it is not applicable