Skip to content

docs(5db2766d-3107-4a9d-a6a4-9d9950cd4fbe): add comprehensive version history documentation - #775

Merged
NiamhRelevance merged 16 commits into
mainfrom
docs/version-history-comprehensive
Aug 19, 2026
Merged

docs(5db2766d-3107-4a9d-a6a4-9d9950cd4fbe): add comprehensive version history documentation#775
NiamhRelevance merged 16 commits into
mainfrom
docs/version-history-comprehensive

Conversation

@claude

@claude claude Bot commented Aug 18, 2026

Copy link
Copy Markdown

Summary

  • Creates build/agents/build-your-agent/version-history.mdx — a new page covering version history for Agents, Tools, and Workforces with sections on when versions are created, the draft/active model, accessing the UI per asset type, restoring via UI and Inventor, the (restored) suffix, and the retention policy
  • Adds a version history link to the "What's next" section of create-an-agent.mdx, create-a-tool.mdx, and create-a-workforce.mdx
  • Expands the "Restore a version" tab and card in invent.mdx with a link to the full guide
  • Updates docs.json to add the new page under Build an Agent in the navigation

Fixes: https://linear.app/relevance/issue/5db2766d-3107-4a9d-a6a4-9d9950cd4fbe/

Test plan

  • New page renders at /build/agents/build-your-agent/version-history
  • Tabs render correctly for Agents / Tools / Workforces access sections
  • All internal links resolve (data-retention, invent, create-an-agent, etc.)
  • Page appears in sidebar under "Build an Agent"
  • Callout types are valid (no invalid attributes)
  • All headings are sentence case

…entation page

Creates build/agents/build-your-agent/version-history.mdx covering all three
asset types (Agents, Tools, Workforces) with sections on version creation,
the draft/active model, restoring from UI or Inventor, naming, the (restored)
suffix, and retention policy. Adds version history links to create-an-agent,
create-a-tool, create-a-workforce, and expands the Inventor restore tab.
Updates docs.json navigation.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@claude claude Bot added the docs-drafter Documentation drafted by Claude label Aug 18, 2026
@mintlify

mintlify Bot commented Aug 18, 2026

Copy link
Copy Markdown
Contributor

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

Project Status Preview Updated (UTC)
relevanceai 🟢 Ready View Preview Aug 18, 2026, 1:38 AM

💡 Tip: Enable Workflows to automatically generate PRs for you.

@github-actions

Copy link
Copy Markdown
Contributor

🎯 Vibe check

Reviewed: 6 files (2 with issues, 4 clean) — 5 .mdx files + docs.json (navigation only, correct placement confirmed)

Scores

Dimension Score What's holding it back
🟢 Consistency 9/10 build/invent/invent.mdx:24 — "agents" should be "Agents" (product feature, not generic term). Everything else is clean — no banned words, no British spellings, heading case is correct throughout.
🟢 Technical clarity 9/10 Solid. The draft/active distinction and restore-lands-in-draft behavior are explained precisely. Minor: create-a-tool.mdx CardGroup cards lack href anchors (unlike the equivalent cards in create-an-agent.mdx), so they don't navigate to the relevant section.
🟢 Non-technical clarity 10/10 No issues found.
🟢 Structure 10/10 No issues found.

Score key: 🟢 9–10, 🟡 6–8, 🔴 1–5.

Overall vibe: This is a tidy, well-executed PR. The new version-history.mdx page is the standout — it precisely explains the draft/active model, covers the restore flow from both the UI and Inventor, and uses accordions well for edge cases. The cross-references wiring version history into create-an-agent, create-a-tool, create-a-workforce, and invent are consistent and correctly implemented. Two small things to fix: one capitalization miss in invent.mdx and missing anchor links on the create-a-tool CardGroup.

🔧 Issues (1)
  • build/invent/invent.mdx:24 — Card title "Debug failing agents""Debug failing Agents". "Agents" here refers to Relevance AI Agents (the product feature), not a generic concept — consistent with how the same word is capitalized everywhere else in the file and across the PR.
🧩 Component suggestions (1)
  • build/tools/create-a-tool.mdx:11–18 — The two CardGroup cards ("Invent" and "Build from scratch") don't have href attributes, so clicking them does nothing. Compare create-an-agent.mdx:12–33 which correctly uses href="#option-1-invent-an-agent" etc. Add href="#option-1-invent-a-tool" to the first card and href="#option-2-build-from-scratch" to the second to make them navigable and consistent.
✅ Clean files (4)

build/agents/build-your-agent/version-history.mdx, build/agents/create-an-agent.mdx, build/invent/invent.mdx (one issue above), build/workforces/create-a-workforce.mdx, docs.json

🔋 Credit usage
Item Count
Files reviewed 6
Context pages read 3
Total lines processed ~670

Files read: version-history.mdx (109 lines), create-an-agent.mdx (92 lines), invent.mdx (243 lines), create-a-tool.mdx (103 lines), create-a-workforce.mdx (46 lines), triggers.mdx (40 lines, partial), memory.mdx (30 lines, partial)

@jordanc-relevanceai

Copy link
Copy Markdown
Collaborator

Agent, Tool, and Workforce all need amended capitalisation

@jordanc-relevanceai

Copy link
Copy Markdown
Collaborator

Instead of just having a "Restore via Inventor" section, please make it feel more integrated into this documentation, as Invent is going to be an extremely common way of working moving forward.

@jordanc-relevanceai

Copy link
Copy Markdown
Collaborator

Do you really need a big heading for "The “(restored)” suffix"?

@jordanc-relevanceai

Copy link
Copy Markdown
Collaborator

"Things to know" should really just be notes / disclaimers / callouts in plain-text. If you mean to insert a Frequently asked questions (FAQs) section then make sure that is exactly the title

@jordanc-relevanceai jordanc-relevanceai added the drafter:go When you review an AI generated PR, add this label to have the AI action your review. label Aug 18, 2026
… on version history page

- Capitalize Agent, Tool, Workforce consistently as product names throughout version-history.mdx
- Rework Invent integration: promote Inventor to a first-class restore path alongside the UI, weave it into the main narrative rather than an isolated subsection
- Fold the (restored) suffix note into the Version naming and descriptions section instead of a standalone heading
- Rename Things to know → Frequently asked questions (FAQs) per content standards
- Fix invent.mdx line 24: capitalize Agents, Tools, Workforces in card description
- Add href anchors to create-a-tool.mdx CardGroup cards (matching create-an-agent.mdx pattern)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@claude

claude Bot commented Aug 18, 2026

Copy link
Copy Markdown
Author

Addressed all reviewer feedback from @jordanc-relevanceai:

CapitalizationAgent, Tool, Workforce are now consistently capitalized as product names throughout version-history.mdx, including in the description, opening paragraph, Tab content, and the draft/active model section. Also fixed invent.mdx line 24 (agentsAgents, toolsTools, workforcesWorkforces).

Invent as first-class restore path — Removed the isolated "Restore via Inventor" subsection. The "Restoring a version" section now opens with a sentence establishing both the UI and Inventor as equal paths, then presents "From the UI" and "With Inventor" as parallel ### subsections. The Inventor confirmation step and the note about required descriptions are now integrated directly into the "With Inventor" subsection.

(restored) suffix — Demoted from its own ## heading. The content now lives as a paragraph inside "Version naming and descriptions", which is the natural home for it.

"Things to know" → "Frequently asked questions (FAQs)" — Section renamed exactly as specified. The three accordion items are genuinely FAQ-shaped (limitation questions with explanations), so the FAQ title is the right fit.

create-a-tool.mdx CardGroup hrefs — Added href="#option-1-invent-a-tool" and href="#option-2-build-from-scratch" to the two cards, matching the pattern in create-an-agent.mdx.

@claude claude Bot removed the drafter:go When you review an AI generated PR, add this label to have the AI action your review. label Aug 18, 2026
@github-actions

Copy link
Copy Markdown
Contributor

🎯 Vibe check

Reviewed: 6 files (1 with issues, 5 clean)

Scores

Dimension Score What's holding it back
🟡 Consistency 7/10 invent.mdx has 6 instances of lowercase "agent" and "tool" where they refer to Relevance AI product features (Tabs, Steps, body text). One "triggers" in a card should be "Triggers". All in one file.
🟢 Technical clarity 9/10 UI references are exact ("Click Inventor button in the left sidebar of the agent editor"), steps are specific, and the internal /enterprise/data-retention link resolves.
🟢 Non-technical clarity 9/10 version-history.mdx in particular does a good job of front-loading the mental model (draft/active model) before diving into how to restore. No jargon dumps.
🟢 Structure 9/10 All five mdx pages follow the right template for their type. Components are used appropriately.

Score key: 🟢 9–10, 🟡 6–8, 🔴 1–5.

Overall vibe: A clean, well-scoped PR — the new version-history page is solid, and the cross-links added to the three create pages are exactly the right way to surface it. The only real issue is a consistent capitalization pattern in invent.mdx where "agent" and "tool" slip into lowercase as Tab titles, Step titles, and body text, despite clearly referring to the Relevance AI Agent and Tool products. Fix those and it's ready to merge.

🔧 Issues (7)
  • build/invent/invent.mdx:20 — "triggers" is listed alongside "Agents, Tools, Workforces" and refers to the Relevance AI Trigger product feature — capitalize: "Triggers"
  • build/invent/invent.mdx:71 — Tab title "While editing an agent""While editing an Agent" (Relevance AI product term)
  • build/invent/invent.mdx:83 — Step title "Open or create an agent""Open or create an Agent"
  • build/invent/invent.mdx:84 — Body: "Open an existing agent or create a new one to enter the agent editor." → "Open an existing Agent or create a new one to enter the Agent editor."
  • build/invent/invent.mdx:90 — Tab title "When creating an agent""When creating an Agent"
  • build/invent/invent.mdx:104 — Tab title "When creating a tool""When creating a Tool"
  • build/invent/invent.mdx:119 — "You can also choose Invent when you create a tool" — "tool" here refers to the Relevance AI Tool product: capitalize to "create a Tool"
✅ Clean files (5)

build/agents/build-your-agent/version-history.mdx, build/agents/create-an-agent.mdx, build/tools/create-a-tool.mdx, build/workforces/create-a-workforce.mdx, docs.json

🔋 Credit usage
Item Count
Files reviewed 6
Context pages read 2
Total lines processed ~631

Files read: build/agents/build-your-agent/version-history.mdx (97 lines), build/agents/create-an-agent.mdx (92 lines), build/invent/invent.mdx (243 lines), build/tools/create-a-tool.mdx (103 lines), build/workforces/create-a-workforce.mdx (46 lines), build/agents/build-your-agent/triggers.mdx (30 lines, context), build/agents/build-your-agent/memory.mdx (20 lines, context)

@jordanc-relevanceai

Copy link
Copy Markdown
Collaborator

Make sure the FAQ section actually has questions in the accordion titles

@jordanc-relevanceai

Copy link
Copy Markdown
Collaborator

I think for me there are too many big headings. Can we please break this down into less categories? Look at other docs and how they employ this kind of thing

@jordanc-relevanceai jordanc-relevanceai added the drafter:go When you review an AI generated PR, add this label to have the AI action your review. label Aug 18, 2026
… on version history page

- Convert FAQ accordion titles from statements to questions
- Consolidate 7 ## sections down to 4: "How version history works",
  "Accessing and restoring versions", "Version retention", and
  "Frequently asked questions"
- Move draft/active model and version naming content under the top-level
  "How version history works" section
- Merge restoring-from-UI instructions into the accessing section

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@claude

claude Bot commented Aug 18, 2026

Copy link
Copy Markdown
Author

Addressed the reviewer feedback:

FAQ accordion titles converted to questions:

  • "No version history before the feature shipped" → "Why is there no version history for assets I haven't edited recently?"
  • "No UI for renaming versions" → "Can I rename a version from the builder UI?"
  • "Restore doesn't publish automatically" → "Why doesn't restoring a version publish it automatically?"

Heading structure consolidated from 7 ## sections to 4:

  • How version history works — combines the old "When versions are created", "The draft/active model", and "Version naming and descriptions" sections (the latter demoted to ###)
  • Accessing and restoring versions — merges the old "Accessing version history" and "Restoring a version" sections, with "From the UI" and "With Inventor" as ### subheadings
  • Version retention — unchanged
  • Frequently asked questions — FAQ accordion titles now phrased as questions

@claude claude Bot removed the drafter:go When you review an AI generated PR, add this label to have the AI action your review. label Aug 18, 2026
@github-actions

Copy link
Copy Markdown
Contributor

🎯 Vibe check

Reviewed: 6 files (2 with issues, 4 clean) — 5 MDX + 1 docs.json navigation update

Scores

Dimension Score What's holding it back
🟡 Consistency 6/10 invent.mdx has recurring lowercase product terms throughout body text ("agents, tools, workforces, triggers" → should be capitalised as product names in 6+ spots). create-a-tool.mdx has the same problem in the "Editing shared tools" section.
🟡 Technical clarity 7/10 version-history.mdx references Inventor for restoring versions without noting it's Enterprise-pilot-only — non-Enterprise users hit a dead end.
🟢 Non-technical clarity 9/10 Well-explained throughout; Inventor's purpose and the version history flow are both clear.
🟡 Structure 7/10 invent.mdx is a concept/overview page with no closing CTA — readers who just learned what Inventor is have nowhere to go next.

Score key: 🟢 9–10, 🟡 6–8, 🔴 1–5

Overall vibe: The version history feature is well-documented and cleanly cross-linked from all three create-X pages — that part is solid work. The main drag is invent.mdx, which has a consistent pattern of lowercasing Relevance AI product terms ("agents, tools, workforces, triggers") in body text that should be capitalised per the product style. Fix the capitalization pass and add the Inventor Enterprise caveat to version-history.mdx and this is ready.

🔧 Issues (11)

build/invent/invent.mdx — capitalization misses throughout body text

  • build/invent/invent.mdx:21 — card body "Create new Agents, Tools, Workforces, and triggers" → "Triggers" (Relevance AI product feature)
  • build/invent/invent.mdx:24<Card title="Debug failing **agents**"> → "Debug failing Agents"
  • build/invent/invent.mdx:82<Step title="Open or create an **agent**"> → "Open or create an Agent"
  • build/invent/invent.mdx:137 — "what you want to build, debug, or iterate on — agents, tools, workforces, and triggers" → "Agents, Tools, Workforces, and Triggers"
  • build/invent/invent.mdx:217 — "Restore the previous version of this tool" → "Tool" (inside a quoted example, but still a product reference)
  • build/invent/invent.mdx:225 — "letting external clients call your tools, and letting your agents reach into external services" → "Tools", "Agents"
  • build/invent/invent.mdx:229 — "it builds or edits agents, tools, and workforces for you" → "Agents, Tools, and Workforces"

build/tools/create-a-tool.mdx — capitalization misses in the shared-tools section

  • build/tools/create-a-tool.mdx:73 — heading ## Editing shared tools → "Editing shared Tools"
  • build/tools/create-a-tool.mdx:75 — "When you open a tool that is used by two or more agents" → "Tool", "Agents"
  • build/tools/create-a-tool.mdx:76 — "The banner shows how many agents use the tool" → "Agents", "Tool"
  • build/tools/create-a-tool.mdx:79–80 — "Edit the tool directly when the change should apply across all agents using it" / "Clone the tool when you need a variation for a specific agent" → "Tool", "Agents", "Agent"
🧩 Component suggestions (1)
  • build/invent/invent.mdx:172–182 — the three cards inside the "About you" tab (Tone and language, Domain assumptions, Personalization) are non-navigable descriptors with no href. Per CLAUDE.md, CardGroup isn't appropriate for property lists. These would read equally well as three short bullets or a brief paragraph. If keeping as cards, add href links to relevant sections where meaningful.
🏗️ Page structure (1)
  • build/invent/invent.mdx — no closing CTA. This is a concept/overview page; readers who've just learned what Inventor is need somewhere to go. Add a ## What's next? section pointing to: Create an Agent, Create a Tool, and Version history.
⚠️ Contradictions (1)
  • build/agents/build-your-agent/version-history.mdx:28,63–67 describes Inventor as a way to restore versions and rename version descriptions, with no caveat about access. build/invent/invent.mdx:7–9 has a prominent Warning that Inventor is a pilot for Enterprise plans only. Users on non-Enterprise plans reading version-history.mdx will see Inventor-based restore as an option but have no access to it. Add a brief note in version-history.mdx — e.g. "Inventor restore is available on Enterprise plans; see Inventor for access details."
✅ Clean files (4)

build/agents/build-your-agent/version-history.mdx, build/agents/create-an-agent.mdx, build/workforces/create-a-workforce.mdx, docs.json

🔋 Credit usage
Item Count
Files reviewed 6
Context pages read 2
Total lines processed ~650

Files read: version-history.mdx (93 lines), create-an-agent.mdx (92 lines), invent.mdx (243 lines), create-a-tool.mdx (103 lines), create-a-workforce.mdx (46 lines), docs.json (excerpt), enterprise/data-retention.mdx (~40 lines), build/agents/build-your-agent/evals.mdx (~30 lines)

jordanc-relevanceai and others added 6 commits August 18, 2026 15:17
Resolve invent.mdx conflict by taking main's restructured page (Inventor
renamed to Invent, cards and tabs reorganized) and re-applying the
version-history link inside the "Restore a version" accordion. Align
terminology in version-history.mdx to match.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
…eck failures

- Rename FAQ heading to the required exact form "Frequently asked
  questions (FAQs)" in version-history.mdx
- Replace aspectRatio with paddingTop: '56.25%' on the Supademo wrapper
  in invent.mdx so it matches the standard embed snippet

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
…d naming claims

Verified against relevance-api-node at latest main.

- Renaming a saved version IS supported in the builder UI for all three
  asset types, via the three-dot menu on a version row. Rewrite the FAQ
  that claimed it was impossible.
- Versions carry a name and a description; the page previously only
  described descriptions. Unnamed versions display as a timestamp.
- The (restored) suffix is appended to the version name, not the
  description; the description carries over unchanged.
- Drop the claim that Invent requires a version description. It is not
  required on publish, and restore takes only a version_id.
- Replace approximate UI navigation with the actual entry points, and
  note that the Tool builder embedded in the Agent builder omits the
  version history entry point.
- Note the permission asymmetry on renaming Agent versions.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
…ess steps

The access path is identical for Agents, Tools, and Workforces — all three
render PdDropdownMenu variant="icon" (lucide:ellipsis) containing a
"Versions" action, so the per-asset tabs described a distinction that
doesn't exist. Replace them with one set of steps.

Add the real shared caveat: the Versions entry only appears on the build
view, and the Tool builder embedded in the Agent builder omits it.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
… steps

The numbered "From the UI" steps restated the three-dot pattern already
established by the access steps directly above. Fold the one detail worth
keeping — the "Restore this version" menu item — into the surrounding
prose, and trim the duplicated draft explanation from the Invent section.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
… screenshot

Add images/version-history-panel.png to the access section, kept generic
rather than described as workforce-specific.

Correct the accompanying sentence to match what a row actually renders:
ListItem.vue shows name-or-timestamp (not both), the author, a Live
marker on the active version, and an Invent/MCP pill for versions created
by those surfaces.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
jordanc-relevanceai and others added 7 commits August 18, 2026 16:43
…er the intro

Place the screenshot directly after the opening paragraph as a visual
anchor, matching the pattern on invent.mdx. The sentence describing the
row fields stays in the access section, where it explains the panel the
reader has just opened.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
… behavior

Version pruning is opt-in, not automatic. The page framed deletion as
default behavior with active/draft as the only two exceptions, but the
sweep is gated three times over:

- deletion_command_lister.ts only sweeps orgs that have a data retention
  config at all
- listers/commands.ts checks a per-asset-type setting and skips when unset
  (delete_agent_versions / delete_tool_versions /
  delete_workforce_versions), and the three are independent
- migration 20251019232514 creates all three columns as
  DEFAULT false NOT NULL, confirmed by the column comments added in
  20260512000014 ("Defaults to false")

So versions are kept indefinitely unless an admin configures retention and
enables pruning for that asset type. Also note eligibility is measured
from created_at, so relabelling an old version does not reset its age.

The active/draft protection itself was accurate and is retained.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
… per-type claim

Two corrections after checking the actual settings UI:

- Drop "pruning". No user-facing surface uses that word; it came from a DB
  column comment. The customer UI and enterprise/data-retention.mdx both say
  "deleted". Use "retention window" to match the input label.
- Drop the claim that Agent, Tool, and Workforce version deletion are
  switched on independently. DataRetentionConfig.vue exposes a single toggle
  that maps every settings key to the same value, so a customer cannot set
  them apart. The per-type booleans exist in the API and DB only, and the
  control-panel view of them is read-only.

Also state that retention is an Enterprise feature that must be enabled,
and that no version-specific setting exists.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
…yes/no

Both "Why..." questions presupposed the answer instead of asking it. Reframe
as questions a reader would actually type, and lead each answer with a direct
No so the verdict is readable before the explanation.

- "Why is there no version history for assets I haven't edited recently?"
  becomes "Does every Agent, Tool, and Workforce have version history?"
- "Why doesn't restoring a version publish it automatically?" becomes
  "Does restoring a version publish it automatically?"

Matches the existing "Can I rename a version after it's been saved?" / "Yes."
pattern, so all three now read consistently.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
…availability FAQ

It told readers that an asset with no saved changes has no saved versions,
which they can work out themselves.

The underlying point — history only exists from when the feature shipped, and
the migrations that created the version tables do not backfill existing
assets — is technically true but of shrinking relevance: those tables landed
2025-05-31 (tools) and 2025-06-09 (agents). Not worth an FAQ slot.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
…tention section

Drop the enablement mechanics — Enterprise gating, who flips the switch, and
the fact that one toggle covers logs and versions together. Those describe
internal configuration a reader cannot see or act on, and the retention path
also depends on a per-org fga_enabled config value that is invisible to
customers, so any promise about what enabling retention does is unsafe to
document here.

Keep the two facts a builder needs: nothing is deleted by default, and the
active and draft versions are protected at any age. Configuration details stay
on the canonical Data retention page.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
…wkward phrasing

- Retention bullet no longer uses "neither ... nor". A sentence about not
  losing work should not need parsing twice.
- "on the build view" becomes "in the builder", and the Note is split into two
  sentences so the three exceptions are readable.

Jargon and the active/live/published overlap left as they are.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@github-actions

Copy link
Copy Markdown
Contributor

🎯 Vibe check

Reviewed: 5 MDX files + docs.json navigation update + 1 image asset (3 files with issues, 2 clean)

Scores

Dimension Score What's holding it back
🟡 Consistency 7/10 "Inventor" used instead of "Invent" in 3 places across 2 files; lowercase "tool" and "agents" used when referring to Relevance AI product features throughout the "Editing shared tools" section
🟡 Technical clarity 8/10 Two #alerts anchor links target an Accordion inside a Tab — not a heading — which may silently fail; UI element names in the "Where to find Invent" list are not bolded
🟢 Non-technical clarity 9/10 No issues found. Prose is readable, examples are concrete and specific, and concepts are defined before instructions begin.
🟢 Structure 9/10 No issues found. Pages follow correct templates for their types; version-history.mdx is well-layered and complete.

Score key: 🟢 9–10, 🟡 6–8, 🔴 1–5.

Overall vibe: The version-history.mdx page is the standout — tight, well-organized, and complete without over-explaining. The "Inventor" misnaming and the lowercase product-term drift in the tool-editing section are the main things to fix; everything else is polish. The docs.json and image changes look clean and are correctly scoped.

🔧 Issues (7)
  • build/agents/create-an-agent.mdx:45 — "Inventor will set up the prompt and suggest Tools" → "Invent will set up the prompt and suggest Tools". The product is called "Invent", not "Inventor". Same pattern as step 5.
  • build/agents/create-an-agent.mdx:49 — "Inventor handles the setup, you make the tweaks" → "Invent handles the setup, you make the tweaks"
  • build/tools/create-a-tool.mdx:26 — "Inventor will set up the inputs, steps, and outputs for you" → "Invent will set up the inputs, steps, and outputs for you"
  • build/tools/create-a-tool.mdx:73 — heading ## Editing shared tools## Editing shared Tools (Tool is a Relevance AI product noun)
  • build/tools/create-a-tool.mdx:75–79 — "tool" and "agents" (lowercase) used throughout this section when referring to the Relevance AI product features: "When you open a tool that is used by two or more agents", "how many agents use the tool", "affecting other agents", "Edit the tool directly", "Clone the tool", "a specific agent". These should all be "Tool" and "Agents". (Note: **Clone this tool** in bold is a UI button label — leave that as-is.)
  • build/invent/invent.mdx:195 and :294 — both #alerts anchor links (/build/invent/invent#alerts) target an Accordion title inside a Tab, not a heading. CLAUDE.md: "the target must be a proper heading." Mintlify generates anchors from headings, not accordion titles inside tabs. Either add a ### Alerts heading before that accordion, or verify this anchor resolves correctly in the deployed site.
  • build/invent/invent.mdx:38–40 — UI element names in the "Where to find Invent" list are prose-style rather than bolded: "Click Invent under Build", "Click Build with Invent", "Click the floating button". Should be: "Click Invent under Build", "Click Build with Invent", "Click the floating button to open the Invent panel…" (the button itself has no label, so that one is fine as-is).
⚠️ Contradictions (0 — noting consistency instead)

No contradictions found between changed files and context pages. version-history.mdx and enterprise/data-retention.mdx describe version retention conditions identically (older than retention window + not active or draft = eligible for deletion). The invent.mdx "Restore a version" accordion and the version-history.mdx page are also consistent: both say restore lands in draft and appends (restored) to the name.

✅ Clean files (2)

build/agents/build-your-agent/version-history.mdx, build/workforces/create-a-workforce.mdx

🔋 Credit usage
Item Count
Files reviewed 5 MDX + docs.json
Context pages read 2 (triggers.mdx, enterprise/data-retention.mdx)
Total lines processed ~560

Files read: build/agents/build-your-agent/version-history.mdx (89 lines), build/agents/create-an-agent.mdx (92 lines), build/invent/invent.mdx (360 lines), build/tools/create-a-tool.mdx (103 lines), build/workforces/create-a-workforce.mdx (46 lines), build/agents/build-your-agent/triggers.mdx (50 lines, context), enterprise/data-retention.mdx (160 lines, context)

@NiamhRelevance
NiamhRelevance merged commit ab4074b into main Aug 19, 2026
8 of 9 checks passed
@NiamhRelevance
NiamhRelevance deleted the docs/version-history-comprehensive branch August 19, 2026 02:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs-drafter Documentation drafted by Claude

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants