refactor: Rename 'knowledge-genome-setup' to 'knowledge-genome-orchestrator'

This commit is contained in:
Matteo Cherubini 2026-06-09 17:02:58 +02:00
parent f3e57c6345
commit ae07a676d0
3 changed files with 3 additions and 3 deletions

View file

@ -55,7 +55,7 @@ gcrypt_verify() {
# #
# USAGE: # USAGE:
# source lib/git-crypt.sh # source lib/git-crypt.sh
# cd ~/knowledge-genome-setup/genome-dev # cd ~/knowledge-genome-orchestrator/genome-dev
# gcrypt_rotate_key "genome-dev" # gcrypt_rotate_key "genome-dev"
# #
# REQUIRES: # REQUIRES:

View file

@ -12,7 +12,7 @@ _REGISTRY_LOADED=1
PROJECT_ROOT="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" PROJECT_ROOT="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
# Dynamic paths # Dynamic paths
WORK_DIR="${HOME}/knowledge-genome-setup" WORK_DIR="${HOME}/knowledge-genome-orchestrator"
KEYS_DIR="${WORK_DIR}/keys" KEYS_DIR="${WORK_DIR}/keys"
TEMPLATES_DIR="${PROJECT_ROOT}/templates" TEMPLATES_DIR="${PROJECT_ROOT}/templates"
LIB_DIR="${PROJECT_ROOT}/lib" LIB_DIR="${PROJECT_ROOT}/lib"

View file

@ -4,7 +4,7 @@
# Run the framework's validation on ONLY the files touched this session. # Run the framework's validation on ONLY the files touched this session.
# Reuses lib/lint.sh + lib/output.sh — same checks as `make lint`, scoped. # Reuses lib/lint.sh + lib/output.sh — same checks as `make lint`, scoped.
# #
# KG_LIB_DIR=/opt/knowledge-genome-setup/lib \ # KG_LIB_DIR=/opt/knowledge-genome-orchestrator/lib \
# scoped-lint.sh <genome_name> wiki/sources/x.md wiki/entities/y.md # scoped-lint.sh <genome_name> wiki/sources/x.md wiki/entities/y.md
# #
# Exits non-zero if any hard error is found, so the agent notices. # Exits non-zero if any hard error is found, so the agent notices.