fix(hermes-agent): rename files to match NSAPP derivation

APP='Hermes Agent' produces NSAPP='hermesagent' via build.func's
lowercase+strip-spaces logic. Rename ct/, install/, json/, and
header files to match.
This commit is contained in:
Stephen Chin
2026-05-02 09:45:59 -07:00
parent edf1a9604a
commit 06d9c62e54
4 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{ {
"name": "Hermes Agent", "name": "Hermes Agent",
"slug": "hermes-agent", "slug": "hermesagent",
"categories": [ "categories": [
20 20
], ],
@@ -16,7 +16,7 @@
"install_methods": [ "install_methods": [
{ {
"type": "default", "type": "default",
"script": "ct/hermes-agent.sh", "script": "ct/hermesagent.sh",
"config_path": "/home/hermes/.hermes/", "config_path": "/home/hermes/.hermes/",
"resources": { "resources": {
"cpu": 2, "cpu": 2,