Task summary
After commit-echo init, the wizard summary shows whether custom systemPromptTemplate / userPromptTemplate are set. The config command does not display this status, even though those keys are configurable via config set.
Why this is a good first issue
Small UX improvement — largely copy-paste from init.ts into config.ts. One file change with a visible result when running the CLI.
Suggested files or areas
src/commands/config.ts
src/commands/init.ts — reference for how templates are displayed
tests/config-command.test.mjs — extend with assertion
Acceptance criteria
Extra context
config --json already includes systemPromptTemplate and userPromptTemplate keys in the raw output — this issue is about human-readable config display.
Task summary
After
commit-echo init, the wizard summary shows whether customsystemPromptTemplate/userPromptTemplateare set. Theconfigcommand does not display this status, even though those keys are configurable viaconfig set.Why this is a good first issue
Small UX improvement — largely copy-paste from
init.tsintoconfig.ts. One file change with a visible result when running the CLI.Suggested files or areas
src/commands/config.tssrc/commands/init.ts— reference for how templates are displayedtests/config-command.test.mjs— extend with assertionAcceptance criteria
commit-echo configshows whether custom prompt templates are set (e.g. "custom" vs "default")initwizard summaryconfigtests still pass; add test coverage if practicalExtra context
config --jsonalready includessystemPromptTemplateanduserPromptTemplatekeys in the raw output — this issue is about human-readableconfigdisplay.