Skip to content

feat: unified dev-template with registry browsing#84

Merged
terchris merged 1 commit intomainfrom
feature/unified-template-phase-a
Apr 4, 2026
Merged

feat: unified dev-template with registry browsing#84
terchris merged 1 commit intomainfrom
feature/unified-template-phase-a

Conversation

@terchris
Copy link
Copy Markdown
Collaborator

@terchris terchris commented Apr 4, 2026

Summary

  • Merge dev-template and dev-template-ai into one unified command
  • Replace sparse-checkout-for-browsing with curl of template-registry.json
  • Route installation by install_type field (app/overlay)
  • Only the selected template folder is downloaded (not the entire repo)
  • Remove dev-template-ai.sh
  • Bump version to 1.7.13

Test plan

  • dev-template --help — unified help
  • dev-template interactive — two-level menu (3 categories, 8 templates)
  • dev-template python-basic-webserver — app install with tools
  • dev-template plan-based-workflow — overlay install with CLAUDE.md handling
  • dev-template jalla — error lists all 8 templates
  • dev-template-ai — no longer exists

🤖 Generated with Claude Code

…uting

Merge dev-template and dev-template-ai into one command. Replace
sparse-checkout-for-browsing with curl of template-registry.json.
Route installation by install_type field (app/overlay).

- Fetch registry JSON from TMP Docusaurus site (instant menu browsing)
- Sparse-checkout only the selected template folder (minimal download)
- install_type: app — copy to root, manifests, workflows, gitignore
- install_type: overlay — copy template/ preserving paths, CLAUDE.md handling
- Remove dev-template-ai.sh and its Dockerfile symlink
- Fix bash read collapsing empty TSV fields (sentinel replacement)

Bump version to 1.7.13.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@terchris terchris merged commit 243a072 into main Apr 4, 2026
2 checks 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