fix(#2022): seed claude onboarding+trust via a boot-time oneshot

This commit is contained in:
damocles 2026-06-29 18:38:40 +02:00
commit 621ee66133
2 changed files with 53 additions and 0 deletions

View file

@ -155,6 +155,12 @@ lands in a faithful copy of the agent's environment:
harness writes each turn — so the operator gets the agent's settings,
the hyperhive/matrix MCP tools, and the role prompt. Each flag is
included only when its file exists.
- **without the onboarding walkthrough**: a boot-time oneshot
(`hive-claude-onboarding`) seeds `hasCompletedOnboarding` and the
project trust flags into `~/.claude.json` once before the harness
starts, so the first interactive choom lands straight in a session
instead of the onboarding/trust dialog the headless harness never
completes. It's the single place hyperhive touches that file.
## Open