refactor: simplify template structure and improve organization#398
Merged
Conversation
- Move mkdocs.yml and docs/ to vibetuner-docs/ directory - Remove root pyproject.toml (no longer needed) - Update CI workflow to use uvx and work from vibetuner-docs/ - Update justfile docs commands to use uvx - Fix all references to old docs location in README and DEVELOPMENT.md - Add vibetuner-docs to VS Code workspace - Simplify docs setup by using uvx instead of dedicated Python environment
- Rename 'vibetuner-py' to 'Python Package' - Rename 'vibetuner-js' to 'JavaScript Package' - Rename 'vibetuner-docs' to 'Documentation'
- Rename copier-template/ directory to vibetuner-template/ - Update copier.yml _subdirectory reference - Update justfile import path - Update VS Code workspace name and path - Update all documentation references - Remove test_projects/ from .gitignore - Fix hardcoded paths in help.md command - Test scaffolding successfully works with new template location
- Update root symlinks to point to vibetuner-template/ instead of copier-template/ - Update llms*.txt symlinks to point to vibetuner-docs/docs/ instead of docs/ - All symlinks now correctly reference the new directory structure
- Remove uv.lock (not needed in root since docs moved to vibetuner-docs/) - Remove test-commit-formats.md (development test file no longer needed)
- Remove llms.txt and llms-full.txt symlinks from root directory - Files are properly located in vibetuner-docs/docs/ and referenced correctly by CI - Eliminates duplicate access points and reduces root directory clutter
- Update root ty.toml exclude from 'template' to 'vibetuner-template' - Remove redundant '**/.venv' exclude from vibetuner-template/ty.toml - Ensures type checking works correctly with new directory structure
- Add root pyproject.toml with vibetuner-py path dependency - Add uv.lock for reproducible development environment - Enables pre-commit hooks and dev tools to run from root - Maintains clean separation while allowing development workflows
|
Claude encountered an error —— View job I'll analyze this and get back to you. |
davidpoblador
pushed a commit
that referenced
this pull request
Nov 8, 2025
🤖 I have created a release *beep* *boop* --- ## [2.16.0](v2.15.2...v2.16.0) (2025-11-08) ### Features * add .env.j2 template for scaffolded projects ([#395](#395)) ([da335b5](da335b5)) * add mongo and redis services to compose.dev.yml ([#397](#397)) ([9c299f9](9c299f9)) * integrate docs publishing into unified publish workflow ([#401](#401)) ([e615b43](e615b43)) ### Code Refactoring * simplify template structure and improve organization ([#398](#398)) ([16f1b27](16f1b27)) ### Miscellaneous Chores * **deps:** update mongo docker tag to v8.2 ([#400](#400)) ([f3c9f46](f3c9f46)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR refactors the repository structure to improve organization and simplify the template system:
Key Changes
copier-templatetovibetuner-templatefor better clarity and consistencyvibetuner-docscomponent for better maintainabilityTechnical Improvements
Breaking Changes
copier-templatetovibetuner-templatevibetuner-docsdirectoryMigration Notes
When upgrading, update any references to:
copier-template/→vibetuner-template/docs/→vibetuner-docs/docs/This refactor maintains full backward compatibility for generated projects while providing a cleaner, more maintainable template structure.