Skip to content

Conversation

@solrevdev
Copy link
Owner

@solrevdev solrevdev commented Aug 20, 2025

Summary

  • Add comprehensive blog post about SeedFolder's evolution from simple dotfile copier to multi-template system
  • Document the role of GitHub Copilot in accelerating development and feature implementation
  • Update original 2020 blog post to cross-reference the new evolution post

Changes

  • New blog post: _posts/2025-08-20-evolving-seedfolder-with-github-copilot.md
    • Covers .NET LTS upgrades and multi-targeting support
    • Details GitHub Copilot collaboration workflow
    • Documents transformation to 6-template system
    • Explains improved UX and cross-platform compatibility
    • Outlines future marketplace plans
  • Updated original post: Added evolution section linking to new post

Review Checklist

  • Verify CI/CD pipeline examples are accurate
  • Check all GitHub repository links work correctly
  • Validate technical details about SeedFolder features
  • Ensure writing style matches existing blog posts
  • Confirm code examples and bash commands are correct

Related Issue

Closes #1

🤖 Generated with Claude Code

solrevdev and others added 2 commits August 21, 2025 00:45
- Add new blog post about SeedFolder's transformation from simple dotfile copier to multi-template system
- Document GitHub Copilot's role in accelerating development
- Cover .NET LTS upgrades, multi-targeting, and enhanced user experience
- Update original 2020 blog post to link to new evolution post
- Include examples of current CLI usage and future marketplace plans

Related to documenting the journey of improving a .NET global tool with AI assistance.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
✨ Moved "Evolution and Updates" into the original 2020 post and
removed the duplicate section to centralize historical context

📁 Modified:
- _posts/2020-10-05-creating-a.net-core-global-tool.md
- _posts/2025-08-20-evolving-seedfolder-with-github-copilot.md

🔧 Updated the follow-up post to reflect project evolution and to
modernize examples. Changes include:
- corrected code block languages (powershell, csharp, diff)
- adjusted target frameworks and template lists
- improved template-system code samples (enums, records, parsing)

🔁 Reworked CI example: added yaml schema, refined triggers and
paths-ignore, upgraded actions, added env vars, integration tests,
pack/publish steps, and conditional NuGet publishing for master

💡 Purpose: improve accuracy, readability, and usefulness of the
blog posts for readers and contributors
merge master into feature/seedfolder-evolution
✨ Added a new "My AI Development Journey" section to describe the
evolution of AI-assisted workflows and how different tools fit different
contexts
📁 Modified: _posts/2025-08-20-evolving-seedfolder-with-github-copilot.md
🔧 Also added lesson "Context-Driven Development", expanded the
conclusion to emphasize choosing the right AI tool per context, and
included a note about a planned follow-up post
✨ Normalize fenced code block languages across multiple blog posts to
improve syntax highlighting and accuracy on the site
📁 Modified: _posts/2018-12-20-using-system-commandline-to-build-a-command-line-application-and-nuget-config.md,
_posts/2019-01-09-ubuntu-18.10-netcore-sdk-2.2-ubuntu-package-not-found.md,
_posts/2019-03-11-host-aspnetcore-on-iis.md,
_posts/2019-05-13-imported-project-microsoft-common-props-not-found.md,
_posts/2019-12-07-unable-to-locate-package-dotnet-sdk-3.1.md,
_posts/2019-12-10-HTTP-Error-500.30-ANCM-In-Process-Start-Failure.md,
_posts/2020-01-10-err_http2_inadequate_transport_security.md,
_posts/2020-01-15-how-to-remove-the-net-core-runtime-and-sdk.md,
_posts/2020-01-20- mysqlexception-0x80004005-the-command-timeout-expired-before-the-operation-completed.md,
_posts/2020-01-22-links-do-not-open-google-chrome.md,
_posts/2020-01-28-navigate-into-newly-created-directory.md,
_posts/2020-01-31-event-viewer-logs-with-net-core-workers-as-windows-services.md,
_posts/2020-02-05-error-2006-hy000-mysql-server-has-gone-away.md,
_posts/2020-02-21-assembly-with-same-name-is-already-loaded.md,
_posts/2020-03-06-3008-a-configuration-error-has-occurred.md,
_posts/2020-03-06-localhost-https-subdomains-with-a-kestrel-ssl-certificate.md,
_posts/2020-03-17-aspnetcore-312-windows-hosting-bundle-caused-503-services-unavailable.md,
_posts/2020-04-25-install-dotnetcore-on-ubuntu-focal-fossa.md,
_posts/2020-05-17-blazor-hosted-on-vercel-aka-zeit-now.md,
_posts/2020-05-18-deploy-aspnet-core-web-api-to-fly-via-docker.md,
_posts/2020-05-28-instagram-basic-display-api.md,
_posts/2020-06-07-archive-all-bookmarks-using-the-pocket-developer-api.md,
_posts/2020-06-11-move-an-ubuntu-window-to-another-workspace.md,
_posts/2020-09-30-access-denied-for-user-root-localhost.md,
_posts/2020-10-02-spotlight-stops-indexing-applications.md,
_posts/2020-10-05-creating-a.net-core-global-tool.md,
_posts/2020-11-13-how-to-migrate-from-dotnet-core-31-to-dotnet-core-50.md,
_posts/2020-12-04-dllnotfoundexception-unable-to-load-shared-library-libgdiplus-or-one-of-its-dependencies.md
🔧 Replaced many 'powershell' fences with 'bash' for shell snippets,
used 'text' for plain log/output blocks, and adjusted a few fences to
ensure proper rendering
💡 Improves readability and correctness of code examples across the blog
@solrevdev solrevdev merged commit a5ef9ff into master Sep 26, 2025
1 check passed
@solrevdev solrevdev deleted the feature/seedfolder-evolution-blog-post branch September 26, 2025 12:15
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.

Review and publish SeedFolder evolution blog post

2 participants