From 78db801f38a02c9c0602bc90ff76b3fb65eea679 Mon Sep 17 00:00:00 2001 From: Henry Lach Date: Mon, 18 May 2026 20:51:02 -0400 Subject: [PATCH] docs(overview): clarify Pi attribution + add Sage usage tip Three small copy tweaks: - index subtitle now says 'Taskplane with Pi' to make the two-piece foundation explicit on the landing page. - pg.03 supervisor agent's model line reads 'your Pi session's model' instead of 'your session model' for clarity. - pg.17 subtitle expanded: notes that Sage is also authored by me (so the pair-it-with-Taskplane recommendation lands as authorial, not third-party) and adds a closing tip that Sage is useful for everything in pi, not just Taskplane workflows. --- docs/taskplane-overview/03-agent-quartet.html | 2 +- docs/taskplane-overview/17-sage-companion.html | 2 +- docs/taskplane-overview/index.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/taskplane-overview/03-agent-quartet.html b/docs/taskplane-overview/03-agent-quartet.html index 105c243e..c41fe8bb 100644 --- a/docs/taskplane-overview/03-agent-quartet.html +++ b/docs/taskplane-overview/03-agent-quartet.html @@ -145,7 +145,7 @@

The agent quartet

  • orch_* tool calls
  • failure triage
  • -
    model → your session model
    +
    model → your Pi session's model
    diff --git a/docs/taskplane-overview/17-sage-companion.html b/docs/taskplane-overview/17-sage-companion.html index 82df9269..fac0ca99 100644 --- a/docs/taskplane-overview/17-sage-companion.html +++ b/docs/taskplane-overview/17-sage-companion.html @@ -222,7 +222,7 @@

    Sage — the post-batch quality gate

    -

    Sage is a separate pi extension from Taskplane — but the two pair so well I treat them as one workflow. Per-step reviews catch problems inside a task. Sage catches problems across tasks. Every batch I ship gets a Sage pass before I merge.

    +

    Sage is a separate pi extension from Taskplane (also created by me) — but the two pair so well I treat them as one workflow. Per-step reviews catch problems inside a task. Sage catches problems across tasks. Every batch I ship gets a Sage pass before I merge. (Tip: I use Sage for almost everything I do in pi, not just when I'm using Taskplane.)

    diff --git a/docs/taskplane-overview/index.html b/docs/taskplane-overview/index.html index d13d7bed..1b27e86b 100644 --- a/docs/taskplane-overview/index.html +++ b/docs/taskplane-overview/index.html @@ -125,7 +125,7 @@

    Table of Contents

    -

    These 17 pages provide an overview of how Taskplane dramatically improves AI agent coding outcomes for long-running multi-task orchestration.

    +

    These 17 pages provide an overview of how Taskplane with Pi dramatically improves AI agent coding outcomes for long-running multi-task orchestration.