Skip to content

fix(md): copy full markdown template scaffold#17

Merged
puria merged 1 commit into
mainfrom
new-new
Jun 13, 2026
Merged

fix(md): copy full markdown template scaffold#17
puria merged 1 commit into
mainfrom
new-new

Conversation

@puria

@puria puria commented Jun 13, 2026

Copy link
Copy Markdown
Owner

What changed

gg new and gg md up now copy every regular file from the puria/md template repository instead of limiting the scaffold to Markdown files plus .gitignore.

The copier still skips the cloned template repository's .git directory and now preserves file permissions when writing template files, so hidden scaffold content such as .puria/ and scripts under .puria/scripts/ are included correctly.

Why

The upstream github.com/puria/md repository now includes important non-Markdown scaffold files, including .puria/, AGENTS.md, PURIA.md, Taskfile.yml, and mise.toml. The old extension filter silently skipped those files, so new repositories created by gg missed the latest template structure.

Validation

  • go test ./... -run 'Test(New|RunNew|MD|RunMD|Copy)'
  • task lint
  • task test with total coverage at 95.0%

@puria puria changed the title [codex] copy full markdown template scaffold fix(md): copy full markdown template scaffold Jun 13, 2026
@puria
puria marked this pull request as ready for review June 13, 2026 08:01
@puria
puria merged commit 492c459 into main Jun 13, 2026
4 checks passed
@puria
puria deleted the new-new branch June 13, 2026 08:01
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