Classification
Polish — deferred enhancement, to be built on concrete demand only.
Context
Prompt composition for homogeneous mass batches lives in a standalone
module, flowmcp-prompt-generator (deterministic composition:
template + typed placeholders -> validated prompt string + metadata).
The module ships its own thin CLI entry and a library API, so it is
fully usable without any flowmcp-cli involvement. A direct CLI
integration was deliberately deferred to keep the module generic and
standalone first.
Expected behavior (when picked up)
- A CLI command exposes the generator (suggested shape:
flowmcp prompt generate --config=<payload-module> --out=<dir>),
reusing the module's library API.
- The integration is a normal dependency bump plus command wiring —
no architecture rework is expected or accepted.
- Generator errors (
PGEN- codes) surface unchanged to the CLI user.
Trigger condition
Do not implement proactively. Pick this up only when a concrete
consumer needs the generator through the flowmcp CLI. This is a
separate rollout.
Classification
Polish — deferred enhancement, to be built on concrete demand only.
Context
Prompt composition for homogeneous mass batches lives in a standalone
module,
flowmcp-prompt-generator(deterministic composition:template + typed placeholders -> validated prompt string + metadata).
The module ships its own thin CLI entry and a library API, so it is
fully usable without any flowmcp-cli involvement. A direct CLI
integration was deliberately deferred to keep the module generic and
standalone first.
Expected behavior (when picked up)
flowmcp prompt generate --config=<payload-module> --out=<dir>),reusing the module's library API.
no architecture rework is expected or accepted.
PGEN-codes) surface unchanged to the CLI user.Trigger condition
Do not implement proactively. Pick this up only when a concrete
consumer needs the generator through the flowmcp CLI. This is a
separate rollout.