Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion .console/log.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@

- 2026-05-18 — K2 fix: docs/routing/lanes.md backend names updated to match new enum values (kodo→team_executor, archon_then_kodo→dag_executor).

## 2026-05-21 — Add closing fence to console-context block

Added <!-- /console-context --> end marker so OperatorConsole only replaces its
managed block and leaves repo-owned content below it untouched.


- 2026-05-18 — ADR 0005 cutover: kodo/archon removed from BackendName; team_executor/dag_executor/critique_executor added. Routing defaults, escalation, cost/capability tables, cxrp_mapper, and all tests updated. CxRP pin bumped to v0.3.1. 341 tests passing.

Expand Down
1 change: 1 addition & 0 deletions CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ The context file contains your current task, guidelines, backlog, log, and runti

After meaningful progress, update `.console/backlog.md` and `.console/log.md`.
Do not edit `.console/.context` directly — it is regenerated at each launch.
<!-- /console-context -->
Loading