بنقرة واحدة
honcho-profile-tuning
Use when tuning Honcho for a Hermes profile.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Use when tuning Honcho for a Hermes profile.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Use when diagnosing Hermes state.db WAL advisories.
Use when managing crit reviews programmatically.
Use when reviewing code, plans, or live pages with crit.
Use when writing code or Markdown anywhere.
Use when preparing input for a standing Hermes goal.
Use when authoring or editing in-repo Hermes skills.
| name | honcho-profile-tuning |
| description | Use when tuning Honcho for a Hermes profile. |
| version | 1.0.0 |
| author | Kiren Srinivasan |
| metadata | {"hermes":{"tags":["Honcho","Memory","Profiles","Config","Recall","Session-Strategy"],"related_skills":["honcho","hermes-agent","obsidian"],"created_with_hermes_commit":"unknown","compatibility_reviewed_with_hermes_commit":"5988fe6cd5547d3620df1de889ac6007f5463b4d"}} |
Class procedure for changing Honcho settings so they match a Hermes profile's memory ownership model. Load hub honcho for install, CLI catalog, and tool semantics. Use this skill when the question is what this profile should send, inject, and isolate.
$HERMES_HOME/honcho.json or profile home).honcho if tool or CLI details are unclear.hermes honcho status, user card, recent conclusions, and AI peer representation.honcho.json and any mirrored vault notes before edits (dir 0700, files 0600).| Layer | Owns | Must not own |
|---|---|---|
| SOUL / live sources | Identity and current truth | Hosted guesses |
| Native memory | Always-on outage-safe constraints | Task residue |
state.db / session_search | Exact wording and chronology | Always-injected profile fluff |
| Honcho | Revisable user model and reviewed semantic facts | Secrets, raw archives, agent identity contract |
| Vault | Curated long-form decisions and runbooks | Automatic turn dumps |
Never put credentials in honcho.json or vault mirrors. Auth stays in env.
Collect evidence, then choose settings from evidence:
hermes honcho statusrecallMode, saveMessages, sessionStrategy, observation objectUse when SOUL and live sources must outrank inferred context, and Honcho should not auto-shape every prompt:
| Setting | Value |
|---|---|
recallMode | tools |
saveMessages | false |
sessionStrategy | per-session if one shared cwd or non-Git root would mix work |
observation | user observeMe: true, observeOthers: false; AI observeMe: false, observeOthers: true |
pinUserPeer | false unless every surface is the same human |
userPeerAliases | empty unless each alias is reviewed |
dialecticDepth | 2 for explicit audit-then-synthesis |
reasoningHeuristic | true |
reasoningLevelCap | medium |
dialecticReasoningLevel | low |
dialecticDynamic | true so explicit tool calls may request higher |
| budgets | keep a bounded fallback (contextTokens, cadences, dialecticMaxChars) under the host block |
Ordinary turns stay local. Explicit honcho_search, honcho_reasoning, and honcho_conclude still send their selected query or fact. Do not put secrets in those calls.
Use only when automatic continuity is worth the risk and conclusions stay clean:
| Setting | Value |
|---|---|
recallMode | hybrid or context |
saveMessages | true |
sessionStrategy | fine-grained enough that the resolved key matches one workstream |
| cadences | raise if overhead is high before abandoning hybrid |
If measured overhead is high, raise context and dialectic cadence first. If stale residue is the failure mode, switch to the reviewed-only tools pattern rather than only shrinking budgets.
Pick from the resolved key, not the label:
per-repo can workper-directoryper-sessionglobalper-repo on a non-Git workspace often collapses to one host or workspace key and builds one stale mixed summary.
hosts.<host> for the profile. Do not leave cadence keys only at the file root when multi-profile isolation matters.observation object over shorthand when documenting intent.writeFrequency: async as the engine fallback even when saveMessages is false.dialecticMaxChars bounds automatic dialectic injection text. Explicit honcho_reasoning answers are not limited by that cap.runtimePeerPrefix: "" prevent silent identity collapse.honcho_profile, then honcho_search or honcho_context.honcho_reasoning only when synthesis is worth an LLM call. Broad queries on thin or stale peers often return little.honcho_conclude only durable revisable facts. Never conclude active requests, completed goals, abandoned plans, PR numbers, SHAs, or phase status.honcho.json.hermes honcho mode
hermes honcho strategy
hermes honcho tokens
hermes honcho status
hermes -z 'Reply exactly OK' # fresh process when available
Proof bar:
honcho.jsonhoncho defaults as this profile's policysaveMessages: true while claiming reviewed-only writesper-repo because it sounds project-aware when status shows one mixed keydialecticMaxChars truncates explicit tool reasoning resultshoncho_reasoning on every tune or every turnuv, etc.) as durable Honcho rulesreferences/reviewed-only-template.md — portable host template for the reviewed-only pattern