Skip to content

docs: add install & first run guide (guides checkpoint 2)#37

Merged
BunsDev merged 1 commit into
mainfrom
docs/guides-install-first-run
Jul 22, 2026
Merged

docs: add install & first run guide (guides checkpoint 2)#37
BunsDev merged 1 commit into
mainfrom
docs/guides-install-first-run

Conversation

@BunsDev

@BunsDev BunsDev commented Jul 21, 2026

Copy link
Copy Markdown
Member

Summary

Checkpoint 2 of the guides-section goal, stacked on #34: the first real guide in the catalog — Install and First Run — five verified steps from a bare machine to a recorded session.

Changes

  • content/docs/guides/install-and-first-run.mdx — prerequisites, 5 numbered steps (install CLI → doctor → harness auth → first coven run → review sessions), expected output per step, troubleshooting footer linking into reference/troubleshooting anchors
  • content/docs/guides/index.mdx — catalog row now links to the guide
  • content/docs/guides/meta.json — register the page
  • scripts/check-guides-docs.mjs — pin the new page, its command mentions, and the install-debugging cross-link

Verified against source (../coven @ 2850c53)

  • run_doctor/print_doctor_prose (main.rs:1556+): doctor report shape, [!!]/[OK] harness lines, install hints, Next steps block
  • doctor_next_steps: exact harness install commands (npm install -g @openai/codex && codex login, @anthropic-ai/claude-code, claude doctor)
  • main.rs:2766: daemon is optional for coven run (guide says so, unlike older getting-started ordering)
  • main.rs:3153-3160: Coven session created banner (id/harness/cwd/title)
  • run_daemon_command: Coven daemon: running (pid …, socket …)

Validation

  • check-guides-docs, english-only, no-leading-h1, mermaid-parse, validate-links (0 errors) ✅
  • npx tsc --noEmit + npx next build ✅ — /docs/guides/install-and-first-run prerendered

First entry in the Guides catalog: five verified steps from nothing
installed to a recorded session. Output shapes verified against
coven-cli source (run_doctor prose, daemon-optional coven run, session
banner). Extends check-guides-docs.mjs pins and links the catalog row.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings July 21, 2026 23:54
@vercel

vercel Bot commented Jul 21, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
coven-docs Ready Ready Preview Jul 21, 2026 11:55pm

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Adds the first concrete, end-to-end “Guides” entry to the docs catalog: an Install and First Run walkthrough that takes a user from a bare machine to a completed, recorded Coven session, and updates the Guides navigation + validation pins accordingly.

Changes:

  • Add a new install-and-first-run guide with prerequisites, 5 numbered steps, expected output, and troubleshooting links.
  • Link the new guide from the Guides catalog and register it in the Guides section meta.json.
  • Extend check-guides-docs to pin the new page and its required command/link mentions (including the install-debugging cross-link).

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.

File Description
content/docs/guides/install-and-first-run.mdx New “Install and First Run” step-by-step guide with expected outputs and troubleshooting references.
content/docs/guides/index.mdx Updates the Guides catalog table to link to the new guide.
content/docs/guides/meta.json Registers install-and-first-run in the Guides section nav/pages list.
scripts/check-guides-docs.mjs Pins the new guide page + required command mentions and enforces an install-debugging cross-link.

@BunsDev
BunsDev deleted the branch main July 22, 2026 00:36
@BunsDev BunsDev closed this Jul 22, 2026
@BunsDev BunsDev reopened this Jul 22, 2026
@BunsDev
BunsDev changed the base branch from docs/guides-scaffold to main July 22, 2026 00:37
@BunsDev
BunsDev merged commit ad560f3 into main Jul 22, 2026
2 checks passed
@BunsDev
BunsDev deleted the docs/guides-install-first-run branch July 22, 2026 00:38
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.

2 participants