Add self-optimization principle

This commit is contained in:
2026-06-27 11:19:38 +02:00
parent a69df288b7
commit 285ae71f79

View File

@@ -26,6 +26,7 @@ The framework must be usable by humans and agents. Human operators need a stable
4. Migration honest: Core Hub preserves the useful Inter-Hub semantics while making incompatibilities explicit and testable.
5. Credential-safe: no secrets in Git, State Hub, workplans, logs, or chat. Credential ownership follows the ops-warden/OpenBao/key-cape routing model.
6. Agent-native: workplans remain file-first, State Hub remains a read/cache/index layer until Core Hub intentionally replaces or absorbs that role.
7. Self-optimizing: regular reviews identify recurring error states, necessary workarounds, needless complexity from unnecessary information passing, and other inefficiencies so the framework can simplify its own operating patterns over time.
## Initial Platform Direction