From 2db2b502881bb97054f1cfecea421e41ca2a5f57 Mon Sep 17 00:00:00 2001 From: "minion[bot]" Date: Mon, 9 Mar 2026 07:29:17 +0100 Subject: [PATCH] docs: update for partio-io/cli#10 Automated documentation update by partio-io/minions doc-minion. Source PR: partio-io/cli#10 Co-Authored-By: Claude --- core-concepts.mdx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/core-concepts.mdx b/core-concepts.mdx index 6416003..eec997f 100644 --- a/core-concepts.mdx +++ b/core-concepts.mdx @@ -12,7 +12,9 @@ A **session** is a single AI agent conversation — from the time you start inte - **Full transcript** — the complete JSONL conversation log - **Context summary** — a markdown summary of what was discussed - **Initial prompt** — the first prompt that started the session -- **Metadata** — agent name, token count, duration +- **Metadata** — agent name, token count, duration, files modified + +Files listed in `.gitignore` (including nested and global gitignore rules) are automatically excluded from the files modified list. ## Checkpoints