Update src/modules/content-creator/_module-installer/install-config.yaml

Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
This commit is contained in:
Jamin 2025-11-20 13:12:31 +01:00 committed by GitHub
parent 0920715f48
commit 73319e3916
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -20,6 +20,9 @@ content_output_folder:
prompt: "Where should content be saved? (articles, drafts, published content)"
default: "{output_folder}/content"
result: "{project-root}/{value}"
validate:
pattern: "^(?!/|.*\\.\\.|.*//)[a-zA-Z0-9_\\-/]+$"
error: "Please enter a safe, relative folder path (no absolute paths, no '..', and only letters, numbers, dashes, underscores, and slashes)."
default_writing_style:
prompt: "What is your default writing style?"