feat: v3 improvements — output flag, git hooks, showcase refresh#12
Merged
feat: v3 improvements — output flag, git hooks, showcase refresh#12
Conversation
Add sr-hooks-hash and commit-msg hook for enforcing conventional commit format in the project. This ensures consistent commit messages across the team.
Update Cargo.lock to reflect the 3.3.1 release version.
Add --output/-o flag to allow writing processed output to a separate file instead of modifying in place. Include validation to ensure --output can only be used with a single input file. Update output messages to show file transformation when using the --output flag.
Update the GitHub Actions workflow example to use embed-src@v3 instead of v1.5.0, reflecting the latest version with the new features and improvements.
Add a complete demo project under showcase/demo with sample API and configuration files to demonstrate embed-src capabilities. Replace the single embed-dry-run screenshot with before/after comparison. Update teasr.toml to reflect new demo scenarios showing the tool in action. Refresh README with improved showcase table layout presenting before and after transformations.
Use markdown scene type for before/after screenshots instead of terminal recordings, producing cleaner rendered output.
urmzd
added a commit
that referenced
this pull request
Mar 30, 2026
feat: v3 improvements — output flag, git hooks, showcase refresh
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
--outputflag for file redirectionTest plan
--outputflag writes embedded output to the specified file