Tek et al.
Prompt: Generate blog posts from repository folders
Use this prompt whenever new top-level folders are added to one of these repositories:
/home/leal/git/go-temporal-sample/home/leal/git/GoLang/home/leal/git/dbos_experiments/home/leal/git/PythonCode
Copy/paste prompt
I added new top-level folders to one or more source repositories.
Please regenerate the experiment blog posts for this site using the existing generator.
Requirements:
- Use
scripts/generate_experiment_posts.py. - Generate one post per top-level folder only.
- Keep GitHub links in each post body (not local filesystem paths).
- Keep categories as
[experiments, <language>]where language isPythonorGo. - Keep tags based on repository name.
- Keep current title logic (README first heading when available, otherwise folder name).
- Rebuild the site and verify it succeeds.
- Show me a short summary of how many posts were regenerated and which files changed.
Commands to run:
python3 scripts/generate_experiment_posts.pybundle exec jekyll build