Skip to content

[Federation Brief] Wiki projection health check + mothership renderer coordination #7

@kimeisele

Description

@kimeisele

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.pycity/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-Graphagent_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

  1. 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
  2. Check wiki projection: Is agent-internet.wiki.git rendering current world-facing surfaces from agent-world authority bundles?
  3. 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.
  4. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions