feat(steev): PROFILE-DISTRIBUTION-PROTOCOL §2.1+§2.2 compliance + jp-voice stub

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>
This commit is contained in:
Svrnty
2026-05-24 12:36:54 -04:00
parent 2db2d26250
commit 7ea62147a6
5 changed files with 95 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
# 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"