Section 01
Purpose
Repository-wide operating contract for any AI operator/agent working in LifeHub. This is not app-specific.
Section 02
Source-of-truth rule
Section 03
Action Surface Precedence
For Custom GPT / connector-enabled operation, the GitHub connector/action is the default surface for ordinary repository reads and writes. Use local repository worktrees only when local execution is required.
Section 04
Canonical clone model
Section 05
Common task -> destination routing
Section 06
Change-control rule
Any change affecting behavior, structure, ownership, runtime, monitoring, or deployment must update relevant authoritative docs in the same change set.
Section 07
Cross-clone boundary rule
Section 08
Scope coverage all domains
Any AI operator must support and route work across: - LifeHub/01_inbox intake and triage - LifeHub/02_projects active project execution - LifeHub/03_systems reusable methods and continuity systems - LifeHub/04_assets SOPs/templates/checklists - LifeHub/05_specs requirements and behavior contracts - LifeHub/06_apps shared/cross-project implementation - LifeHub/07_outputs final reports and operator logs - LifeHub/08_admin governance and navigation authority
Section 09
Startup checklist every session
1. Confirm workdir and git branch.
Section 10
Continuity-guard filename resilience rule
When governance files are renamed for neutrality or clarity, update continuity/onboarding guards in the same change set.
Section 11
Automation rule
All LifeHub-related cron jobs must pin workdir to the intended clone path.
Section 12
Periodic consistency check
Run lightweight drift checks weekly and after major infra/runtime changes. Reference: HERMES_WEEKLY_DOC_CONSISTENCY_CHECK.md (filename retained; rule applies to all AI operators).
Section 13