From 97895a02393973483e07113e9651c93dabeeeae8 Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Sat, 31 Jan 2026 00:23:45 +0100 Subject: [PATCH] Fix typo from 'p-mono' to 'pi-mono' in agent.md --- docs/concepts/agent.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/concepts/agent.md b/docs/concepts/agent.md index 9e44382eb..0308fbe62 100644 --- a/docs/concepts/agent.md +++ b/docs/concepts/agent.md @@ -59,11 +59,11 @@ OpenClaw loads skills from three locations (workspace wins on name conflict): Skills can be gated by config/env (see `skills` in [Gateway configuration](/gateway/configuration)). -## p-mono integration +## pi-mono integration -OpenClaw reuses pieces of the p-mono codebase (models/tools), but **session management, discovery, and tool wiring are OpenClaw-owned**. +OpenClaw reuses pieces of the pi-mono codebase (models/tools), but **session management, discovery, and tool wiring are OpenClaw-owned**. -- No p-coding agent runtime. +- No pi-coding agent runtime. - No `~/.pi/agent` or `/.pi` settings are consulted. ## Sessions