Feat: 2.0.0 — multi-target config, write commands, init/check, AI age…#17
Open
mperinet wants to merge 1 commit into
Open
Feat: 2.0.0 — multi-target config, write commands, init/check, AI age…#17mperinet wants to merge 1 commit into
mperinet wants to merge 1 commit into
Conversation
e177d33 to
1047eb2
Compare
…nt setup Aggregates all changes since v1.2.8 into a single commit. - Config: multi-target support (`targets`), flat-config migration, richer field semantics (validation, ignoreEmptyKeys, per-language output). - Write commands: `--add` / `--set` / `--remove` lines on the sheet, with `--sheet-name` selection and target-aware validation. - New `--check` command: validate config and report what a sync would write without writing anything. - New `init` command: scaffold wording_config.json and wire AI agent entry points. Appends a lazy skill pointer to existing AGENTS.md/CLAUDE.md; never seeds a top-level agent file from scratch silently (interactive ask or printed snippet; `--write-agents` to force). Optional native Claude Code skill. Runs `--check` at the end to validate the setup. - Packaged skill (skills/sync-wording/SKILL.md) teaching agents the tool. - Typed errors (ConfigError, AuthRequiredError) with dedicated exit codes; hardened Google auth error handling.
1047eb2 to
6d77143
Compare
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.
…nt setup
Aggregates all changes since v1.2.8 into a single commit.
targets), flat-config migration, richer field semantics (validation, ignoreEmptyKeys, per-language output).--add/--set/--removelines on the sheet, with--sheet-nameselection and target-aware validation.--checkcommand: validate config and report what a sync would write without writing anything.initcommand: scaffold wording_config.json and wire AI agent entry points. Appends a lazy skill pointer to existing AGENTS.md/CLAUDE.md; never seeds a top-level agent file from scratch silently (interactive ask or printed snippet;--write-agentsto force). Optional native Claude Code skill. Runs--checkat the end to validate the setup.