Docs: Vibe project tags (VIBE-205) - #971
Open
haleyserrano wants to merge 1 commit into
Open
Conversation
Documents the tags editor in Project Settings (Overview section) and notes that the projects list search box also matches against tags. Ref: VIBE-205
ahnikakuse
marked this pull request as ready for review
August 24, 2026 13:52
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
JIRA
https://vendasta.jira.com/browse/VIBE-205 — "Project tags: create/edit tags and tag-filtered project list" (Story, Done)
Classification
Feature behavior change / UI change — end users can now add free-form tags to a Vibe project and find tagged projects via the existing search box.
Repo targeted
Business App (this repo only). Vibe is a Business App feature; the Partner Center repo's
docs/ai/vibe.mdis a stub that only points readers to this Help Center, so no Partner Center update was needed.Rollout check (Step 1.5)
VIBE-205 has no parent epic in JIRA — it's a standalone story, not linked under an Epic Link/parent field. The story itself is resolved Done, and its own JIRA comment thread confirms all six linked PRs (vendastaapis #9781; vibe #481, #482, #483; galaxy #33926, #33927) are merged, with the last comment (2026-08-20) describing the final, shipped behavior. No gating/rollout tickets were found to check against, since there's no epic. Proceeding was reasonable given the above, but there was no way from this repo's scope to independently confirm production deploy status of vibe#482/#483 (their own PR descriptions reportedly gate on a post-deploy verification step) — noted as an assumption below.
What changed
Updated two existing pages under
docusaurus/docs/business-app/ai/vibe/— no new page created, since this is a small addition to an already-documented settings/search surface:getting-started.md— added a "Tags" subsection under "Understanding the Interface": how to add tags (Project Settings → Overview section), the lowercase/hyphenated normalization, and that the projects-list search box matches tags too.index.md— added a "Tags" entry to the Key Features list, linking to the new subsection above.Placement reasoning
Tags are edited from the same Project Settings "Overview" area where the project name/description already live (per the existing
connectors/index.mdandguides/business-knowledge.mddocs, which already describe that panel as "Project Settings" with a "Configure" entry point and an "Overview" card). Adding a short subsection there — rather than a new page — keeps this consolidated with where users already learn about that panel, per the "prioritize updating existing docs" step.Acceptance criteria coverage
Based on the JIRA description and the final revision comment:
client-work)ListProjectstags filter (ES7-backed) — per the ticket's final revision comment, this shipped as API capability only, with no UI consumer in v1 (the standalone tag-filter control was dropped for v1). Since it isn't reachable from the product, it isn't documented as an end-user feature.Figma / images
None were provided on the ticket. No new screenshot was added — the existing
img/project-settings.png(used inconnectors/index.md) predates this feature and doesn't show the tags field, so it wasn't reused for this change.Skills used
None of the repo's generation skills applied directly (this was a small update to existing pages rather than new-article generation), so this followed
pre-push-validationand thestyle-reviewscan script (scan-style.sh) manually before pushing — both passed with no new critical/build-safety issues; the only warnings are pre-existing patterns already used throughout both files (em dashes, missingsidebar_label/description).Assumptions / limitations
vendasta/businessapp-docsandvendasta/partnercenter-docsonly, so the linked PRs (invendastaapis,vibe, andgalaxy) could not be opened to positively identify the authoring developer's GitHub handle for a reviewer request. JIRA shows Leo Melnyk as the story's sole assignee/reporter/commenter throughout implementation — recommend adding them as reviewer manually.cc @ahnikakuse @haleyserrano @maryam6samadi
Generated by Claude Code