feat: implement merge command with comprehensive sample structure#5
Merged
feat: implement merge command with comprehensive sample structure#5
Conversation
- Add merge command to combine two TOML files with recursive merging - Restructure sample files into organized get-set/ and merge/ directories - Add comprehensive README files for each sample directory with usage examples - Update CLAUDE.md with merge command documentation and new sample paths - Enhanced README.md with detailed sample structure and usage examples - Add merge functionality to toml.go with recursive tree merging - Update tests to use new sample structure and add merge tests - Remove unused lexer and parsing files to simplify codebase 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
- Fix test file paths from config.toml to app.toml - Correct expected app name in tests from "toml-cli-demo" to "demo-app" - Add gitignore patterns for test output files (*test_output.toml, *test_merged.toml, *_test_*.toml) - Remove existing test output files from repository 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.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
mergecommand to combine two TOML files with recursive object mergingget-set/andmerge/)Test plan
getcommand with new sample structuresetcommand with new sample structuremergecommand with base and override files🤖 Generated with Claude Code