From b8942349c5c2fd5356f95532e57820fd92471546 Mon Sep 17 00:00:00 2001 From: "minion[bot]" Date: Mon, 9 Mar 2026 07:58:14 +0100 Subject: [PATCH] docs: update for partio-io/app#02 Automated documentation update by partio-io/minions doc-minion. Source PR: partio-io/app#02 Co-Authored-By: Claude --- core-concepts.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core-concepts.mdx b/core-concepts.mdx index 6416003..72b3dd4 100644 --- a/core-concepts.mdx +++ b/core-concepts.mdx @@ -26,6 +26,7 @@ A **checkpoint** is the snapshot partio creates when you make a Git commit while | `branch` | The Git branch at the time of commit | | `agent` | The detected agent (e.g., `claude-code`) | | `agent_percent` | Percentage of the diff attributed to the AI (0-100) | +| `plan_slug` | Identifier linking to the agent's plan (if one exists) | | `created_at` | RFC3339 timestamp | ## Storage layout @@ -42,6 +43,7 @@ partio/checkpoints/v1 (branch) ├── context.md ├── full.jsonl ├── metadata.json + ├── plan.md └── prompt.txt ```