45b5f2fd50
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
25 lines
840 B
Markdown
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.
|