Skip to content

docs: simplify package READMEs (lean intros, details in toggles)#7

Merged
CahidArda merged 4 commits into
mainfrom
docs-simplify-readmes
Jun 24, 2026
Merged

docs: simplify package READMEs (lean intros, details in toggles)#7
CahidArda merged 4 commits into
mainfrom
docs-simplify-readmes

Conversation

@CahidArda

Copy link
Copy Markdown
Collaborator

Restructure the sdk / ai-sdk / eve package READMEs for readability:

  • Each feature leads with a one-line "what it does" + a minimal-comment snippet.
  • Options, storage details, and security/behavior notes move into collapsible
    Details toggles below the snippet, instead of heavy inline comments and stacked blockquotes.
  • The eve "keep each agent/ file self-contained" warning moves from the top of the README to a dedicated section at the bottom.

Content is unchanged — same options, same guarantees — just reorganized.

Restructure the sdk / ai-sdk / eve package READMEs for readability:

- Each feature leads with a one-line "what it does" + a minimal-comment snippet.
- Options, storage details, and security/behavior notes move into collapsible
  <details> toggles below the snippet, instead of heavy inline comments and
  stacked blockquotes.
- The eve "keep each agent/ file self-contained" warning moves from the top of
  the README to a dedicated section at the bottom.

Content is unchanged — same options, same guarantees — just reorganized.
- package.json (root + 3 packages): add repository, homepage, and bugs links;
  homepages point to the docs pages (ai-sdk, eve) and the GitHub repo (root,
  core sdk). Refresh stale descriptions (drop telemetry / model cache / sandbox
  from core, etc.).
- Chat history (README + docs): show where userId and chatId come from — userId
  from the auth session, chatId from the useChat id the client posts — in a full
  POST handler instead of bare variables.
- eve install: only the AgentKit packages (@upstash/agentkit-eve, @upstash/redis,
  and @upstash/box for the sandbox); don't tell users to install eve or an
  AI-SDK provider, which an eve project already has.
- Rate limiting: split the POST-only-counting explanation into its own toggle.
- Prose cleanup per the "signs of AI writing" guide: cut puffery
  (drop-in/ready-made/self-contained/"production"), reduce em-dash density in
  section leads and toggle titles.
@CahidArda CahidArda merged commit 9ae2953 into main Jun 24, 2026
1 check passed
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