spawn/records/system_prompt_invocation library
Classes
- SystemPromptArgv
- Tool accepts the system prompt via a CLI flag. The enum value has already resolved which content to embed (inline rendered text or the rendered file path) and returns the complete argv fragment.
- SystemPromptConfigFile
- Tool configures the system prompt via a config file written to disk. The consumer writes configContents to configPath before launch, then extends the process argv with argv.
- SystemPromptInvocation
- Describes how a given TCliTool accepts a system prompt for a non-interactive launch.
- SystemPromptUnsupported
- Tool has no documented non-interactive system-prompt mechanism.