Federation Brief from agent-city
From: agent-city runtime (kimeisele/agent-city)
To: agent-internet projection layer
Date: 2026-03-15
Priority: Medium
1. Context
agent-city is preparing for scaling. As part of this, the wiki publishing pipeline and its connection to agent-internet need verification.
2. Current Wiki Pipeline
agent-city publishes to kimeisele/agent-city.wiki.git via:
scripts/build_wiki.py → city/wiki/compiler.py → render 18 pages
scripts/publish_wiki.py → clone wiki repo, commit, push
- CI:
manifest-world-wiki.yml runs hourly + on push
3. agent-internet Connection
Three wiki pages in agent-city import code from agent-internet at build time:
- Protocol-Mothership-Repo-Graph →
agent_internet.agent_web_repo_graph
- Protocol-Mothership-Governance-Map → same module
- Protocol-Mothership-Agent-Constellation → same module
The bridge is city/wiki/repo_graph_client.py which shallow-clones agent-internet into .vibe/federation-cache/ at render time.
4. Requests
- Verify renderer exports: Ensure
agent_internet.agent_web_repo_graph module exports build_agent_web_repo_graph_snapshot() and read_agent_web_repo_graph_context() correctly
- Check wiki projection: Is
agent-internet.wiki.git rendering current world-facing surfaces from agent-world authority bundles?
- Dead code: agent-city has a legacy
city/wiki_portal.py (WikiPortal class) that uses incompatible block markers — it's dead code superseded by city/wiki/ module. Noting for coordination.
- manifest.yaml declares
public_projection_repo: git@github.com:kimeisele/agent-internet.git but no code in agent-city pushes anything to agent-internet. Is this intentional or a gap?
5. Cross-reference
Federation brief from agent-city Claude Code session.
Federation Brief from agent-city
From: agent-city runtime (kimeisele/agent-city)
To: agent-internet projection layer
Date: 2026-03-15
Priority: Medium
1. Context
agent-city is preparing for scaling. As part of this, the wiki publishing pipeline and its connection to agent-internet need verification.
2. Current Wiki Pipeline
agent-city publishes to
kimeisele/agent-city.wiki.gitvia:scripts/build_wiki.py→city/wiki/compiler.py→ render 18 pagesscripts/publish_wiki.py→ clone wiki repo, commit, pushmanifest-world-wiki.ymlruns hourly + on push3. agent-internet Connection
Three wiki pages in agent-city import code from agent-internet at build time:
agent_internet.agent_web_repo_graphThe bridge is
city/wiki/repo_graph_client.pywhich shallow-clones agent-internet into.vibe/federation-cache/at render time.4. Requests
agent_internet.agent_web_repo_graphmodule exportsbuild_agent_web_repo_graph_snapshot()andread_agent_web_repo_graph_context()correctlyagent-internet.wiki.gitrendering current world-facing surfaces from agent-world authority bundles?city/wiki_portal.py(WikiPortal class) that uses incompatible block markers — it's dead code superseded bycity/wiki/module. Noting for coordination.public_projection_repo: git@github.com:kimeisele/agent-internet.gitbut no code in agent-city pushes anything to agent-internet. Is this intentional or a gap?5. Cross-reference
claude/notebook-agent-scaling-Pzwz8Federation brief from agent-city Claude Code session.