📜

list_principles

List all SEED principles stored in the Brain.

Quick Use

mcporter call brain.list_principles

Parameters

None — returns all principles.

Response

Returns the 8 SEED principles with names and descriptions.

[
  { "name": "Sovereignty", "description": "100% human control, 100% machine execution" },
  { "name": "Emergence", "description": "Patterns emerge from data, not theory" },
  { "name": "Execution", "description": "Ship at 80% or die at 0%" },
  { "name": "Design", "description": "The constraint creates freedom" },
  ...
]

Related

get_principle — Get a specific principle by name