Rename hubspot example to hubspot-search; gitignore docs/#1
Merged
Conversation
Rename the example agent (and its directory) from `hubspot` to `hubspot-search` to describe what it does and leave room for other HubSpot examples. Updates the agent id, package name, README/title, register path, test docstrings, and all references in the root docs and .github tooling (CI working-directory, dependabot, issue templates). References to HubSpot the product, HUBSPOT_ACCESS_TOKEN, and the API endpoints are unchanged. No version bump.
Code-review notes under docs/ are local working artifacts, not part of the published examples. Ignore docs/ and remove the tracked review file from the repo (it stays on disk locally).
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.
What
hubspot→hubspot-search(directory and all identifiers). The name now says what the agent does — a deterministic ticket search — and leaves room for other HubSpot examples later.id, package name (friday-hubspot-agent→friday-hubspot-search-agent,uv.lockregenerated), README title + register path, test docstrings.README.mdexamples table + quick-start,CONTRIBUTING.md,SECURITY.md, CIworking-directory, dependabot comment, and the issue-template placeholders.HUBSPOT_ACCESS_TOKEN, and theapi.hubapi.comendpoints — only the agent/dir/package identifier moved.docs/— code-review notes there are local working artifacts, not part of the published examples.docs/is now gitignored and the tracked review file is removed from the repo (it stays on disk locally).Notes
1.0.0).git mv, so history follows.Verification
uv run --locked pytestinhubspot-search/→ 43 passeduv run --locked ruff check .andruff format --check .(repo root) → clean