Skip to content

docs: humanize the documentation set and restructure the gitbook - #238

Merged
senamakel merged 1 commit into
mainfrom
docs-humanizer-pass
Aug 8, 2026
Merged

docs: humanize the documentation set and restructure the gitbook#238
senamakel merged 1 commit into
mainfrom
docs-humanizer-pass

Conversation

@senamakel

Copy link
Copy Markdown
Member

Audit and editorial pass over the whole documentation set, plus a restructure so the README is the marketing landing page and the gitbook carries the depth with developer material in its own section.

What changed

README is marketing-first. The orchestrator argument moves up under the fold, the five feature paragraphs lose their bold inline headers, and the OpenRouter harness-preset paragraph (which was sitting under a heading called "Documentation") moves into the gitbook where it belongs. Install instructions, quick start, and the offline demo stay.

Editorial pass over README.md, DEVELOPING.md, all of docs/, and all of gitbooks/. The tells were clustered:

  • 421 em/en dashes, now zero. The house style used Term — gloss on nearly every list item and as the default mid-sentence connector.
  • Bold inline-header lists (- **Thing.** description) throughout, including a six-item one in token-efficiency.md and ten in e2e-live-harness.md.
  • A closing punchline on nearly every subsection. The "X, rather than Y" formula alone appeared about 20 times in the developer section.
  • Diff-anchored prose. vendoring.md argued with its own previous revision ("This section used to say the opposite... That is now inverted"), workflows.md narrated what releases 0.7 and 0.8 wrote to disk, and configuration.md and authentication.md carried blockquotes about removed features in the middle of reference prose. These now describe the current system, with genuine upgrade notes under their own headings.
  • The "Two X carry / matter / keep this honest" opener in seven separate files, the same distilled-slice sentence restated four times, and four verbatim copies of the persona-memory note.

Gitbook restructure. The developer section grew from 8 pages to 17. Nine new pages carry over technical material that was only in docs/ and invisible to readers: glossary, harness integration, host-link protocol, attribution and routing, troubleshooting, testing, the Rust SDK, an environment-variable index, and vendoring. The two thin overview pages (13 and 15 lines, largely restating each other) were split so why-an-orchestrator-model.md makes the argument and rlm-context-scaling.md explains the mechanism.

Bugs found along the way

  • contributing.md documented the coverage gate as 90%; CI enforces 80.
  • contributing.md referenced mock_core.rs, which does not exist. Replaced with the real contents of src/sdk/tests/support/.
  • The TUI tab list was wrong in both directions. Docs listed Tasks, TokenMaxxxing, Routing, and Memory tabs that are not in the tab bar, and omitted Changes and Feedback. Corrected against the TABS constant, along with the nav paths that implied ("Routing > Add Host" is actually "Hosts > Add Host").
  • Rebasing onto feat(tui): group and sort the Agents sidebar from Appearance #230 surfaced that the Agents tab is now Sessions and a Subconscious tab was added, which had gone undocumented. Seven files corrected.
  • workers-and-sessions.md listed a duplicated verb ("resume one, resume one").
  • vendoring.md described three top-level submodules that no longer exist; there is one, vendor/openhuman.
  • A broken relative link in architecture.md pointed at workflows/ops.rs, which is a directory.
  • There is no RUST_LOG or EnvFilter anywhere in src/, so the new troubleshooting page documents the logging surface that actually exists rather than the one you would assume.

Validation

Documentation only; no source files touched, and CI has no docs gate.

Verified mechanically across all 39 changed files: zero em/en dashes, zero curly quotes, zero emoji, no AI-vocabulary hits. Every relative link in gitbooks/ resolves, SUMMARY.md is consistent in both directions (every page listed, every entry exists), and no file lost more than 7% of its lines. The three largest deletions were read line by line to confirm the shrinkage was rewording rather than dropped commands, flags, table rows, or code blocks.

@greptile-apps greptile-apps Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Your trial has ended. Reactivate Greptile to resume code reviews.

@coderabbitai

coderabbitai Bot commented Aug 8, 2026

Copy link
Copy Markdown

Warning

Review limit reached

You’ve reached a temporary PR review limit under our Fair Usage Limits Policy.

Your recent review volume is higher than typical usage, so adaptive limits are currently applied.

Next review available in: 50 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 22ef4115-86b5-4754-8cb4-523db4ebf9b1

📥 Commits

Reviewing files that changed from the base of the PR and between 9140df0 and 1d3b0f2.

📒 Files selected for processing (39)
  • DEVELOPING.md
  • README.md
  • docs/TERMINOLOGY.md
  • docs/agent-harness-contract.md
  • docs/attribution-proxy.md
  • docs/clipboard-and-tmux.md
  • docs/codex-app-server.md
  • docs/e2e-live-harness.md
  • docs/host-link-protocol.md
  • docs/vendoring.md
  • docs/workflows.md
  • docs/workspace-profiles.md
  • gitbooks/README.md
  • gitbooks/SUMMARY.md
  • gitbooks/developers/README.md
  • gitbooks/developers/architecture.md
  • gitbooks/developers/attribution-and-routing.md
  • gitbooks/developers/authentication.md
  • gitbooks/developers/cli-reference.md
  • gitbooks/developers/configuration.md
  • gitbooks/developers/contributing.md
  • gitbooks/developers/environment-variables.md
  • gitbooks/developers/getting-started.md
  • gitbooks/developers/glossary.md
  • gitbooks/developers/harness-integration.md
  • gitbooks/developers/host-link-protocol.md
  • gitbooks/developers/sdk.md
  • gitbooks/developers/testing.md
  • gitbooks/developers/the-tui.md
  • gitbooks/developers/troubleshooting.md
  • gitbooks/developers/vendoring.md
  • gitbooks/features/routing.md
  • gitbooks/features/token-efficiency.md
  • gitbooks/features/workers-and-sessions.md
  • gitbooks/features/workflows.md
  • gitbooks/features/workspace-profiles.md
  • gitbooks/pricing-and-availability.md
  • gitbooks/rlm-context-scaling.md
  • gitbooks/why-an-orchestrator-model.md

Comment @coderabbitai help to get the list of available commands.

@senamakel
senamakel merged commit 11de2f0 into main Aug 8, 2026
8 checks passed

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 1d3b0f2a51

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines +3 to +4
An index of every environment variable Medulla reads, what it does, and its
default.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge List the embedded-core environment overrides

This page claims to index every environment variable Medulla reads, but it omits the operator-facing OPENHUMAN_WORKSPACE, OPENHUMAN_ACTION_DIR, OPENHUMAN_MEDULLA_BASE_URL, BACKEND_URL, and VITE_BACKEND_URL overrides read in src/sdk/src/core_host/mod.rs. Those bindings deliberately preserve existing values, so an exported variable can redirect state or authentication even when MEDULLA_HOME and MEDULLA_API_URL are set as documented; omitting them makes endpoint mismatches and state written outside the expected home particularly difficult to diagnose.

Useful? React with 👍 / 👎.

@senamakel
senamakel deleted the docs-humanizer-pass branch August 10, 2026 09:36
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