AGENT.md: REQUIRED T2 frontmatter per §2.1. manifest.yaml: REQUIRED governance: block per §2.2 — org=personal, no brand_master_ref (Steev is JP-scoped personal assistant). .env.example: created (HERMES_HOME, STEEV_LIB, CREDCTL, STEEV_VAULT). skills/steev-agent/jp-voice.md: stub placeholder w/ defaults (tone/cadence/ pronouns/filler-ban/honesty) + curated-samples slot + Plan B brand anti- pattern guard. Replace as JP provides voice samples. CLAUDE.md: site-map footer. skills/proton-tools/ left untracked (pre-existing, out of scope this pass). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
9 lines
502 B
Plaintext
9 lines
502 B
Plaintext
# Steev profile distribution — per-install config. Copy to .env and edit. NO SECRETS (those live in credctl).
|
|
HERMES_HOME="${HOME}/.hermes"
|
|
# The repo is canonical; ~/.hermes/steev symlinks to it (set by install.sh).
|
|
STEEV_LIB="${HOME}/.hermes/steev"
|
|
# Credential vault CLI (resolves secrets at call time; never stored here).
|
|
CREDCTL="${HOME}/workspaces/cortex/L6-svrnty.core-credentials/credctl"
|
|
# Obsidian vault location (Steev-only PKM; CMO/CEO never touch it).
|
|
STEEV_VAULT="${HOME}/vaults/steev"
|