lepenseur learn

{
  "commands": [
    {
      "path": [
        "whoami"
      ],
      "summary": "Identity probe (nick, version, backend, model)."
    },
    {
      "path": [
        "learn"
      ],
      "summary": "Self-teaching prompt."
    },
    {
      "path": [
        "explain"
      ],
      "summary": "Markdown docs by topic path."
    },
    {
      "path": [
        "overview"
      ],
      "summary": "Descriptive snapshot of the agent."
    },
    {
      "path": [
        "doctor"
      ],
      "summary": "Self-diagnosis (stub)."
    }
  ],
  "exit_codes": {
    "0": "success",
    "1": "user-input error",
    "2": "environment/setup error"
  },
  "explain_pointer": "lepenseur explain <path> (e.g. 'lepenseur explain backend')",
  "json_support": true,
  "purpose": "The local thinking agent of the Culture mesh: reasons, plans, and analyzes deeply. The 'thinker' to lecodeur's 'coder'.",
  "siblings": {
    "closest": "lecodeur",
    "next": "daria"
  },
  "tool": "lepenseur",
  "version": "0.1.0"
}