Read in:
English

MOC — map of the philosophers hub

This base is not a corpus but a routing layer over 21 federated philosopher
bases. The full texts, concepts, principles, and quotes live in the authors'
bases; what lives here is what helps you find the right one quickly.

What is here

  • en/_index — entry point: the list of 21 authors and the cross-corpus layers.
  • en/_instructions — the agent workflow; read this first.
  • hub/ — 21 author cards (one per base): kb_id, anchor format, top slugs,
    manner of speech for debates. One card = one route.
  • topics/ — the topic matrix: topic × philosopher →
    a one-phrase position + grounding slugs. 18 topic axes, with ally clusters inside.
  • en/contradictions — the contradiction index: 80 opponent pairs, axis of
    conflict, each side's thesis, grounding slugs, debate_bridge bridges.

How to route

  1. Topic question → topics/: the answer is often there, with no federated queries.
  2. Need depth on an author → their card in hub/federated_search(kb_id=...).
  3. Dispute between two authors → en/contradictions: the axis + slugs of both sides.
  4. Playing a philosopher in a debate → the hub/ card + the _instructions of their base.
  5. Fan-out search across all bases is a last resort, not a first move.

The detailed protocol and the layout of the corpus bases are in en/_instructions.