chore: Phase 9 completion - depguard audit, docs, minor bump
Some checks are pending
ci / build-test (push) Waiting to run
ci / docker-build (push) Waiting to run

Final phase of the hexagonal architecture refactor (plans/2026-08-15-hexagonal-architecture.md). Verifies depguard rules, updates CONTRIBUTING.md to reflect final architecture, marks plan as complete, and bumps minor version to 0.34.0.
This commit is contained in:
2026-08-16 00:27:36 +02:00
parent 814e020986
commit cd44501fa9
4 changed files with 24 additions and 21 deletions

View File

@@ -1,7 +1,7 @@
# Hexagonal architecture for Oikos — design and phased refactor plan
**Date:** 2026-08-15
**Status:** In progress — Phases 02 shipped; Phases 39 pending
**Status:** Complete — Phases 09 shipped; all commits pushed to `main`
**Scope:** All Go code (`cmd/oikos`, `cmd/nomos`, `cmd/webhook`) and the UI
split. One hexagon covers the oikos backend; nomos is an external agent
client that gets an internal cleanup (Phase 8) but stays outside the core.