Tianyi Cui f256f3961d feat(system-prompt): prompt variables, persona-as-section, tool-guidance ownership há 2 meses atrás
..
invariants 1323366da3 Merge worktree-hooks-b-bash-seam into worktree-hooks-c-interception há 2 meses atrás
llm-replay 3567d000c4 refactor(vocab): prune producer-less variants — cache hints, agent source, continuation trigger há 2 meses atrás
subagent-mock f256f3961d feat(system-prompt): prompt variables, persona-as-section, tool-guidance ownership há 2 meses atrás
README.md 205f7cd04d refactor(ui): fold the stdio UI helper into the stdio app há 2 meses atrás

README.md

support/ — dev/test/example infrastructure

Packages that exist to serve development, testing, and the examples rather than to ship as product API. They are real workspace packages (typed, tested, under the coverage gate), but they carry lower compatibility expectations: they may change or be removed when the development need behind them does, without the deprecation care a product package would warrant.

Package Role ctx key
invariants/ Dev-mode event-contract invariants + session-log freeze (listens on session/*, agent/*)
llm-replay/ Record/replay adapter: short-circuits llm/stream from a recorded session JSONL (keyless snapshot tests) (listens on llm/stream)
subagent-mock/ Scripted SubagentProvider for deterministic seam/tool tests (registers on ctx.subagents)

invariants runs only in dev mode (contract checks, not runtime behavior). llm-replay backs the demos and the snapshot test tier under the per-file coverage gate. subagent-mock exercises the real ctx.subagents load path without a model or child agent. A package graduates OUT of support/ into a product group only when it gains documented product consumers.