Skip to content

v5.0.2-beta.31 (rebased)#201

Open
rakesh-snippyly wants to merge 5 commits into
mainfrom
claude/v5.0.2-beta.31-rebased
Open

v5.0.2-beta.31 (rebased)#201
rakesh-snippyly wants to merge 5 commits into
mainfrom
claude/v5.0.2-beta.31-rebased

Conversation

@rakesh-snippyly

Copy link
Copy Markdown
Contributor

Clean rebase of #180 onto current main, plus a house-style and accuracy pass against the internal Approval Engine and Memory developer guides. Diff is exactly the 12 intended files; #180's branch predates main's beta.32/33 changelog entries and conflicts with main in the changelog region, so this PR replaces it (close #180 when merging this one).

What's in it

  • Approval Engine Developer Guide (ai/approval-engine/developer-guide.mdx): hands-on tutorial; author a workflow, dispatch a run, record a decision, receive the outcome (webhooks + polling).
  • Memory Overview (ai/memory/overview.mdx, new): concept-first page; what Memory is, how it works, core concepts, where the data comes from, limitations.
  • Memory Developer Guide (ai/memory/developer-guide.mdx): hands-on tutorial; add knowledge, ask, search, suggest. Concepts moved to the overview.
  • Approval Engine Overview: inbound webhook handler section, per-tenant storeDbId note, Developer Guide card.
  • REST references: listAgentExecutions, memory/knowledge/search.
  • Changelog: beta.31 entry in correct chronological position; backend-only items removed per changelog rules; Memory bullets now link to the new pages.

Style pass applied: no em-dashes, second person, callouts instead of bold asides, internal terminology removed (Cloud Function/onCall naming, Firestore collection names), observable behavior over implementation detail.

https://claude.ai/code/session_015qRRK7w4nbVX64YSGJDWZn


Generated by Claude Code

…rch, agent execution history

Clean rebase of PR #180 onto current main, including the house-style and
accuracy pass against the internal developer guides:

- ai/approval-engine/developer-guide.mdx: hands-on workflow tutorial
  (create definition, dispatch, record decision, get outcome).
- ai/memory/overview.mdx (new): concept-first page covering what Memory is,
  how it works, core concepts, data provenance, and limitations.
- ai/memory/developer-guide.mdx: hands-on tutorial (add knowledge, ask,
  search, suggest); concepts live in the overview.
- ai/approval-engine/overview.mdx: inbound webhook handler section,
  per-tenant storeDbId note, Developer Guide card.
- REST API references for listAgentExecutions and memory knowledge/search.
- Changelog entry for 5.0.2-beta.31 in chronological position, with
  backend-only items removed and Memory bullets linked to the new pages.
- Doc-gaps working file kept under .claude/logs/ (build-ignored).

Replaces #180, whose branch predates main's beta.32/33 changelog entries
and conflicts with main in the changelog region.

https://claude.ai/code/session_015qRRK7w4nbVX64YSGJDWZn
@mintlify

mintlify Bot commented Jun 10, 2026

Copy link
Copy Markdown
Contributor

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
velt 🟢 Ready View Preview Jun 10, 2026, 7:47 AM

…t Memory REST reference, add Beta labels

- Merge developer guides into Setup, matching the sitewide
  overview/setup/customize-behavior convention: approval-engine setup now
  carries the full tutorial (cURL steps, realistic parallel-review example,
  webhook receiver details, event traces); memory developer-guide renamed
  to setup. All cards, changelog bullets, and docs.json links updated; no
  redirects needed since the developer-guide URLs never shipped.
- Build out the Memory REST API reference from the internal
  memory-api-reference: 20 new pages across Search & Q&A (search,
  judgments/query, ask, suggest), Knowledge (upload-url, ingest,
  ingest-status, list, rules, download, update, delete), Insights
  (profiles, patterns, stats), and Alerts (list, dismiss, action,
  config get/update). Memory setup now links to them.
- Approval Engine REST coverage audited: all 14 public endpoints already
  have pages; inbound webhook surfaces remain undocumented (no response
  schemas in source) and are tracked in the gaps log.
- Add Beta labels: "Memory (Beta)" page title and "(Beta)" on the
  Approval Engine and Memory sidebar groups.

https://claude.ai/code/session_015qRRK7w4nbVX64YSGJDWZn
- ingest: spell out the supported mimeType values instead of 'supported types'
- alerts/dismiss: fix copy-pasted param wording
- search: note example decision filter values

https://claude.ai/code/session_015qRRK7w4nbVX64YSGJDWZn
- drop Staging base URL row and /v1/ versioning note from both setup pages
- replace <Steps> components with numbered ### headings on setup tutorials
  and plain ### headings on the Memory overview pipeline

https://claude.ai/code/session_015qRRK7w4nbVX64YSGJDWZn
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