File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,14 @@ All notable changes to Network-AI will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ Unreleased] -- Phase 3: Priority & Preemption
9+
10+ ### Planned
11+ - ** Priority-Based Conflict Resolution** -- ` 'priority-wins' ` strategy for ` LockedBlackboard ` commit step; higher-priority agents preempt lower-priority pending writes on same-key conflicts (0=low, 3=critical)
12+ - ** ` ConflictResolutionStrategy ` option** -- Choose between ` 'first-commit-wins' ` (default, current behavior) and ` 'priority-wins' ` (new)
13+ - ** Priority-aware ` validate() ` / ` commit() ` ** -- Wire ` HandoffMessage.metadata.priority ` into the atomic commit pipeline
14+ - ** MCP Networking** -- Cross-machine agent communication (see [ references/mcp-roadmap.md] ( references/mcp-roadmap.md ) )
15+
816## [ 3.1.0] - 2026-02-16
917
1018### Added -- Phase 2: Trust
You can’t perform that action at this time.
0 commit comments