Files
query-orchestration/docs/ai.generated/prompts/test.prompt.md
T
Jay Brown 45b5f2fd50 Merged in feature/ai-generated-docs (pull request #167)
ai generated docs and related tools for publishing new versions

* ai generated docs

and tooling

* tools

* add mermaid links

* add task docs:ai:generate

* Merged main into feature/ai-generated-docs


Approved-by: Michael McGuinness
2025-06-24 19:56:56 +00:00

25 lines
840 B
Markdown

# Test Prompt for Documentation Script
This is a simple test prompt to verify that the documentation regeneration script works correctly.
## Instructions
Please respond with a simple confirmation message and create a single test file in the `./docs_temp` directory to verify the script's file handling logic.
## Expected Output
1. Confirm that you received this prompt correctly
2. Create a file called `test_output.md` in `./docs_temp` with the following content:
```markdown
# Test Documentation Output
This is a test file generated by Claude to verify the documentation regeneration script is working correctly.
Script test: PASSED
Timestamp: [current date/time]
```
That's it! Keep the response simple and just create the one test file to validate the script workflow.
If the output file is already present then overwrite it.