Skip to content

feat: TEMPLATE_README, PURPOSE→ABSTRACT rename, bug fixes#82

Merged
terchris merged 1 commit intomainfrom
feature/template-readme-abstract
Apr 1, 2026
Merged

feat: TEMPLATE_README, PURPOSE→ABSTRACT rename, bug fixes#82
terchris merged 1 commit intomainfrom
feature/template-readme-abstract

Conversation

@terchris
Copy link
Copy Markdown
Collaborator

@terchris terchris commented Apr 1, 2026

Summary

  • Add TEMPLATE_README field — completion message shows cat {readme} and source ~/.bashrc
  • Rename TEMPLATE_PURPOSETEMPLATE_ABSTRACT (coordinated with dev-templates repo)
  • Fix ((counter++)) crash with set -e — completion message was never shown
  • Fix TEMPLATE_NAME variable collision — read_template_info unset wiped CLI argument
  • Add dev-template-ai symlink to Dockerfile
  • List available templates when invalid name given (both scripts)
  • Add PHP install scripts investigation

Test plan

  • dev-template python-basic-webserver — completion message shows with README and source instructions
  • dev-template-ai plan-based-workflow — completion message shows README, no source step
  • dev-template jalla — lists available templates with names
  • dev-template-ai jalla — lists available templates with names
  • Interactive menu works for both scripts

🤖 Generated with Claude Code

- Add TEMPLATE_README field to read_template_info() and show in completion message
- Rename TEMPLATE_PURPOSE → TEMPLATE_ABSTRACT across all template scripts
- Show "source ~/.bashrc" and "cat {readme}" as clear next steps
- Fix ((counter++)) crash with set -e (use $((counter + 1)) instead)
- Fix TEMPLATE_NAME variable collision with read_template_info unset
- Add dev-template-ai symlink to Dockerfile
- List available templates when invalid name given
- Add INVESTIGATE-php-install-scripts for PHP script split

Bump version to 1.7.11.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@terchris terchris merged commit 5ca6410 into main Apr 1, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant