docs-v2/scripts
Jason Stirnaman 4288c3b1aa feat: add --print-prompt flag to output AI prompt to stdout
Allows piping prompt to other AI tools or saving to file:
  yarn docs:create --print-prompt draft.md > prompt.txt
  yarn docs:create --print-prompt draft.md | llm -m gpt-4

The flag:
- Prepares context and selects products
- Generates the full AI prompt
- Outputs to stdout and exits
- Works with both URL-based and draft-based workflows
2025-11-01 10:09:01 -05:00
..
lib refactor: simplify link following behavior - treat relative paths as local files, all HTTP/HTTPS as external 2025-10-31 15:05:17 -05:00
schemas chore(scripts): docs:create and docs:edit scripts for content creation and editing 2025-10-27 23:43:08 -04:00
templates chore(scripts): docs:create and docs:edit scripts for content creation and editing 2025-10-27 23:43:08 -04:00
README-add-placeholders.md chore(scripts): docs:create and docs:edit scripts for content creation and editing 2025-10-27 23:43:08 -04:00
add-placeholders.js chore(scripts): docs:create and docs:edit scripts for content creation and editing 2025-10-27 23:43:08 -04:00
docs-create.js feat: add --print-prompt flag to output AI prompt to stdout 2025-11-01 10:09:01 -05:00
docs-edit.js chore(scripts): docs:create and docs:edit scripts for content creation and editing 2025-10-27 23:43:08 -04:00