Skip to content

docs: polish pass + launch-readiness pages#60

Merged
suleimansh merged 1 commit into
mainfrom
docs/polish-pass
Jun 27, 2026
Merged

docs: polish pass + launch-readiness pages#60
suleimansh merged 1 commit into
mainfrom
docs/polish-pass

Conversation

@suleimansh

Copy link
Copy Markdown
Member

Follow-up polish on the docs site (#58), from a full read-through of all 18 pages.

Fixes

  • Two real snippet bugs: Ollama baseUrl now includes /v1 (it speaks the OpenAI wire format; the default is …/v1), and the openai peer-dep list in installation now includes Azure for parity with the providers page.
  • toolDefinition() everywhere: the exported factory is toolDefinition() (there is no tool() export); fixed the prose in guide/index and ai-skills that said tool().
  • Dropped a dangling boost/skills internal reference in ai-skills.
  • Navigation: added uniform "See also" footers to the ai-sdk deep pages and to the four family pages (which previously dead-ended on a ## License / MIT line, README noise on a docs site).
  • Consistency: unified the MCP disambiguation heading across ai-mcp and mcp, and the structured-output link label.
  • Voice: reworded ai-autopilot from an internal-design register ("the seed", "earns its keep") to the user-facing voice used elsewhere.

New pages (launch-readiness)

  • guide/tutorial.md — an end-to-end "Build a Multi-Agent App" walkthrough composing ai-sdk tools + an ai-skills SKILL.md + an ai-autopilot Supervisor. Every API verified against source.
  • guide/when-to-use.md — positioning: when to reach for GemStack, where it stops, how it differs from a provider SDK or a heavyweight framework.
  • guide/contributing.md — the graduation model and how to contribute.

All three are wired into the sidebar.

Verification

pnpm --filter @gemstack/docs docs:build is green, no dead links, no em-dashes. Docs-only, private package, no changeset.

Polish from a full review of the site:

- Fix two real snippet bugs: Ollama baseUrl now includes /v1 (it speaks the
  OpenAI wire format), and the openai peer-dep list includes Azure.
- Standardize on toolDefinition() (there is no tool() export); drop a dangling
  internal boost/skills reference.
- Add uniform "See also" footers to the ai-sdk deep pages and the four family
  pages (which previously dead-ended on a License/MIT line); unify the MCP
  disambiguation heading and the structured-output link label.
- Reword ai-autopilot from an internal-design register to user-facing voice.

New pages for a launch-ready site:

- guide/tutorial.md: an end-to-end "Build a Multi-Agent App" walkthrough that
  composes ai-sdk tools, an ai-skills SKILL.md, and an ai-autopilot Supervisor.
- guide/when-to-use.md: positioning / when to reach for GemStack.
- guide/contributing.md: the graduation model and how to contribute.

All wired into the sidebar. docs:build is green, no dead links, no em-dashes.
@suleimansh suleimansh added the documentation Improvements or additions to documentation label Jun 27, 2026
@suleimansh suleimansh self-assigned this Jun 27, 2026
@suleimansh suleimansh merged commit fdbb045 into main Jun 27, 2026
1 check passed
@suleimansh suleimansh deleted the docs/polish-pass branch June 27, 2026 18:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant