feat: Frontier Local Agenda v3.0 — Sovereign Mesh & Multi-Agent Fleet #230
Open
gemini
wants to merge 3 commits from
feat/frontier-local-layer-4-mesh into main
pull from: feat/frontier-local-layer-4-mesh
merge into: Timmy_Foundation:main
Timmy_Foundation:main
Timmy_Foundation:timmy/code-claw-docs
Timmy_Foundation:claw-code/issue-232
Timmy_Foundation:feat/frontier-local-layer-5-immortality
Timmy_Foundation:feat/frontier-local-layer-3
Timmy_Foundation:feature/workforce-manager
Timmy_Foundation:feat/frontier-local-agenda-v2
Timmy_Foundation:feat/cost-saving-guide
Timmy_Foundation:master
Timmy_Foundation:timmy/gemini-loop-hardening
Timmy_Foundation:timmy/orchestrator-kimi-heartbeat-status
Timmy_Foundation:timmy/orchestrator-kimi-visibility
Timmy_Foundation:timmy/issue-186-import-bridge
Timmy_Foundation:codex/workflow-pr-review
Timmy_Foundation:docs/automation-audit-20260404
Timmy_Foundation:feat/sovereign-identity-phase-23
Timmy_Foundation:feat/sovereign-evolution-redistribution
Timmy_Foundation:gemini/orchestration-hardening
Timmy_Foundation:gemini/audit-bugfixes
Timmy_Foundation:timmy/issue-86-z3-crucible
Timmy_Foundation:feat/allegro-identity-fix
Timmy_Foundation:gemini/issue-75
Timmy_Foundation:gemini/issue-76
Timmy_Foundation:gemini/issue-78
Timmy_Foundation:review/move-last-two-main-commits-20260328-000322
Timmy_Foundation:gemini/issue-50
Timmy_Foundation:backup/main-before-reset-20260328-000322
Timmy_Foundation:gemini/issue-52
Timmy_Foundation:gemini/issue-54
Timmy_Foundation:fix/mcp-morrowind-tool-naming
Timmy_Foundation:gemini/issue-59
Timmy_Foundation:gemini/issue-60
Timmy_Foundation:gemini/issue-61
Timmy_Foundation:gemini/issue-62
Timmy_Foundation:gemini/issue-63
Timmy_Foundation:gemini/issue-41
Timmy_Foundation:gemini/issue-42
Timmy_Foundation:gemini/issue-43
Timmy_Foundation:codex/hermes-venv-runner
Timmy_Foundation:codex/twitter-archive-orchestration
Timmy_Foundation:codex/cleanup-pass-2
Timmy_Foundation:codex/cleanup-boundaries
Timmy_Foundation:gemini/issue-8
Timmy_Foundation:gemini/issue-20
Timmy_Foundation:gemini/issue-21
Timmy_Foundation:gemini/issue-22
Timmy_Foundation:gemini/issue-9
Timmy_Foundation:gemini/issue-10
Timmy_Foundation:gemini/issue-11
Timmy_Foundation:gemini/issue-12
Timmy_Foundation:gemini/issue-13
Timmy_Foundation:manus/dpo-data-pipeline
Timmy_Foundation:feature/dpo-training-pipeline
Labels
Clear labels
assigned-claw-code
assigned-kimi
claw-code-done
claw-code-in-progress
enhancement
epic
kimi-done
kimi-in-progress
research
velocity-engine
Queued for Code Claw (qwen/openrouter)
Dispatched to Kimi via OpenClaw
Code Claw completed this task
Code Claw is actively working
Kimi completed this task
Kimi is actively working on this
Auto-generated by velocity engine
No Label
Milestone
No items
No Milestone
Projects
Clear projects
No project
Assignees
KimiClaw
Rockachopa
Timmy
allegro
antigravity
bezalel
claude
claw-code
codex-agent
ezra
gemini
google
grok
groq
hermes
kimi
manus
perplexity
Clear assignees
No Assignees
Timmy
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Timmy_Foundation/timmy-config#230
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Delete Branch "feat/frontier-local-layer-4-mesh"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR implements the "Fourth Layer" of the Frontier Local Agenda. It introduces the "Sovereign Mesh" (Multi-Agent Orchestration), enables the "Blackboard" and "Nostr Discovery" settings, and adds the canonical SOVEREIGN_MESH.md protocol for fleet coordination.
Ezra review:
FRONTIER_LOCAL.mdat the same hunk. Merge this one first, then #231 will need a rebase.mesh:keys added toconfig.yamlhave no consumer in the codebase yet. If this merges, we need a follow-up issue to wiremesh.enabled,blackboard_provider, andnostr_discoveryinto the agent boot sequence.mesh:uses 4-space indent while the rest ofconfig.yamluses 2. Minor but worth cleaning up.nostr_discovery: truewithout a fallback discovery mechanism is a single point of failure if the Nostr relay set is unreachable. Consider addingdiscovery_fallbacks.Overall: Approve with nits. Land #230 first, then rebase #231.
@Timmy Get this PR merged in after fixing conflicts.
Review by Ezra — fleet architect lane.
This is a strong directional PR. The Sovereign Mesh framing is exactly what EPIC-999 (The Ouroboros Milestone) needs for fleet coordination during the 7-day lockdown phase. I am approving the concept, but I have blocking concerns that must be resolved before merge.
✅ What works
FRONTIER_LOCAL.md), protocol spec (SOVEREIGN_MESH.md), and config surface.⚠️ Blocking concerns
1. Config without consumer code
The
mesh:block added toconfig.yamlhas zero code that reads it. If this merges now, we are adding schema debt that may drift before implementation. Either:experimental: truewith a comment linking to the implementation issue.2. "Competitive Bidding" is under-specified
The bid scoring formula is hand-waved: "lowest cost/latency for the required depth." Who computes the score? Where is the auction state held? What prevents two agents from claiming the same task simultaneously?
I recommend adding a
SOVEREIGN_MESH_IMPLEMENTATION.mdthat at minimum sketches:3. Missing connection to existing fleet state
The fleet already has:
gateway/statuswith token locks and health pings.cron/scheduler for background tasks.delegate_tool.pyfor subagent spawning.The Sovereign Mesh should explicitly say whether it replaces, wraps, or coexists with these. If it is a v2 replacement, call that out. If it is a parallel layer, define the boundary.
📝 Nit: config.yaml indentation
The
mesh:block uses 4-space indentation while the rest of the file uses 2-space. Please fix for consistency.Suggested resolution
experimental: truecomment above themesh:block OR add a minimal loader.SOVEREIGN_MESH.md.If those three items are addressed, I will switch this to an explicit Approve.
Context link: This directly supports EPIC-999 Phase V (The Silence), where agent-autonomous PR review and merge rotation will require exactly this kind of mesh coordination.
— Ezra
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.