Skip to content

Align CLI docs with v0.6.14#12

Merged
jonathanpopham merged 1 commit intomainfrom
docs/cli-v0614-reality-check
Apr 30, 2026
Merged

Align CLI docs with v0.6.14#12
jonathanpopham merged 1 commit intomainfrom
docs/cli-v0614-reality-check

Conversation

@jonathanpopham
Copy link
Copy Markdown
Collaborator

@jonathanpopham jonathanpopham commented Apr 30, 2026

Summary\n- remove deprecated --three-file and split-shard docs\n- replace the watch command page with the real bare supermodel daemon page\n- update config docs to use shards / SUPERMODEL_SHARDS\n- remove the broken Homebrew install path and correct llms.txt casing\n\n## Validation\n- jq . docs.json\n- rg staging check\n- mintlify openapi-check openapi.yaml\n- git diff --check\n- manual CLI/API smoke tests against supermodel 0.6.14

Summary by CodeRabbit

  • Documentation

    • Updated CLI documentation to reflect current daemon naming conventions
    • Revised quickstart examples and configuration references
    • Refreshed installation instructions
  • Changes

    • Removed --three-file flag from analyze command
    • Changed output format from multiple separate files to consolidated graph files
    • Updated environment variable naming for configuration options
    • Removed Homebrew installation support

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 30, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: af066df6-d0ec-4128-8717-012d2d5c9172

📥 Commits

Reviewing files that changed from the base of the PR and between 839858d and ec675ff.

📒 Files selected for processing (8)
  • cli/commands/analyze.mdx
  • cli/commands/docs.mdx
  • cli/commands/hook.mdx
  • cli/commands/supermodel.mdx
  • cli/install.mdx
  • cli/quickstart.mdx
  • docs.json
  • index.mdx
💤 Files with no reviewable changes (1)
  • cli/commands/analyze.mdx

Walkthrough

Documentation updates reflecting CLI terminology and output format changes: renaming "watch daemon" to "live graph daemon," removing --three-file flag and three-sidecar model in favor of single .graph.* shard output, dropping Homebrew installation support, and updating navigation references.

Changes

Cohort / File(s) Summary
Daemon Terminology Updates
cli/commands/hook.mdx, cli/commands/supermodel.mdx, index.mdx
Replaces "watch daemon" references with "live graph daemon" and "Supermodel daemon" across CLI documentation.
Output Format Changes
cli/commands/analyze.mdx, cli/quickstart.mdx, index.mdx
Removes --three-file flag documentation and updates output model from three separate sidecars (*.calls.go, *.deps.go, *.impact.go) to single .graph.* shard. Environment variable changes from SUPERMODEL_FILES=false to SUPERMODEL_SHARDS=false.
Installation Updates
cli/install.mdx
Removes Homebrew installation documentation and updates uninstall instructions to use rm instead of brew uninstall.
Metadata and Navigation Updates
cli/commands/docs.mdx, docs.json
Changes documented filename from LLMS.txt to llms.txt and replaces cli/commands/watch with cli/commands/supermodel in command navigation menu.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~12 minutes

Possibly related PRs

  • Add CLI documentation tab #7 — Adds the same CLI documentation files that this PR updates, making these changes direct refinements to the initially introduced documentation.
  • Add CLI quickstart to the welcome page #8 — Updates quickstart and command pages with "watch daemon" and three-file output model that this PR is now replacing with "live graph daemon" and single-shard output.

Poem

📚 The docs take flight, terminology refined,
Watch daemon sleeps, live graph is signed,
Three files unite in one .graph so tight,
Brew's gone, but the shard burns bright! ✨

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'Align CLI docs with v0.6.14' accurately summarizes the main change: updating documentation to match a specific software version release.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch docs/cli-v0614-reality-check

Review rate limit: 4/5 reviews remaining, refill in 12 minutes.

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

@jonathanpopham jonathanpopham merged commit c4072be into main Apr 30, 2026
3 checks passed
@jonathanpopham jonathanpopham deleted the docs/cli-v0614-reality-check branch April 30, 2026 22:08
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