refactor(agent): rename agent customization dir and DeepSQL Agent branding - #22
Merged
Merged
Conversation
The product layer lives under agent/ (persona, skills, skins, overlays). Docs and comments now say DeepSQL Agent, with explicit OSS disclosure that the runtime is a heavily customized Nous Hermes Agent. Upstream contracts are intentionally unchanged: ~/.hermes, hermes CLI, HERMES_* env vars, hermes_profile cookie, hermes_requires, metadata.hermes. Co-authored-by: Venkat SF <venkatesh.sakamuri@stayflexi.com>
venkateshsakamuri-lab
marked this pull request as ready for review
August 6, 2026 15:48
|
Bugbot is not enabled for your account, so this pull request was not reviewed. Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs. |
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.
Summary
Renames the in-repo product customization directory from
hermes/toagent/and updates branding/docs so the product surface is the DeepSQL Agent, not a plain Hermes copy.What changed
hermes/→agent/(persona, skills, skins, webui/tui overlays, install scripts)AGENTS.md,CLAUDE.md, Java/JS comments) say DeepSQL Agentagent/README.mdwith an explicit upstream disclosure: runtime is a heavily customized Nous Hermes Agent, while DeepSQL owns the DBA persona, skills, MCP wiring, and branding overlaysIntentionally unchanged (upstream contracts)
These must stay for the runtime to work:
~/.hermes,hermesCLI,hermes-agent/hermes-webuiinstall pathsHERMES_*/HERMES_WEBUI_*environment variableshermes_profilecookie,hermes_climodule,hermes_requires, skill frontmattermetadata.hermesNote for sibling PR #21
If #21 (profile switch / local provisioner) merges after this, rebase and update any remaining
hermes/path references (e.g.scripts/local-agent-provisioner.py) toagent/.