FE-698: Prompt/context substrate planning#98
Conversation
PR SummaryLow Risk Overview Adds Reviewed by Cursor Bugbot for commit e4237c5. Bugbot is set up for automated code reviews on this repo. Configure here. |
🤖 Augment PR SummarySummary: Planning-only PR for FE-698 to establish a shared baseline for the upcoming prompt/context “scenario substrate” work (before implementation branches stack on top). Changes:
Technical Notes: The plan emphasizes scenario-specific graph context packs over transcript-dump context, plus a lightweight scenario runner to capture rendered prompts/context, model settings, raw output, and structured parse status; Pi is positioned as a potential harness adapter rather than product runtime authority. 🤖 Was this summary useful? React with 👍 or 👎 |

Stack Context
This FE-698 stack establishes the prompt/context scenario substrate that future observer, interviewer, research, behavioral-kernel, architect, and decomposition probes can share before product UI is committed.
What?
memory/SPEC.mdwith prompt/context substrate requirements, assumptions, and decisions.memory/PLAN.mdto make FE-698 the next prompt/context frontier with downstream traceability.Why?
Multi-chat and graph-first agent features need shared prompt/context machinery instead of each call site inventing its own transcript/context hack. This planning PR creates the canonical baseline for the implementation PRs stacked above it.