Conversation
Generate and ship a JSON Schema for .arashi/config.json while migrating persisted config to canonical camelCase keys with strict validation and legacy key normalization. Refs: corwinm/arashi-arashi#97
Run oxfmt on generated schema artifacts during schema publish so schema drift checks are stable even when formatter rewrites JSON. Refs: corwinm/arashi-arashi#97
Point default and documented stable schema references to unpkg so published configuration schema links resolve without separate docs hosting. Refs: corwinm/arashi-arashi#97
Drop unused auto-setup and repo hook config fields, tighten the schema contract, and make config versioning meaningful with supported-version enforcement and migration alias handling. Refs: corwinm/arashi-arashi#97
This was referenced Feb 22, 2026
Keep schema generation and drift checks focused on schema/config.schema.json so publishing and CI align with the unpkg schema path. Refs: corwinm/arashi-arashi#97
github-actions bot
pushed a commit
that referenced
this pull request
Feb 23, 2026
## [1.8.0](v1.7.0...v1.8.0) (2026-02-23) ### Features * add configurable create and switch defaults ([#41](#41)) ([d65dfa4](d65dfa4)) * add configurable worktree base location support ([#40](#40)) ([a491d31](a491d31)) * add JSON Schema for Arashi config ([#39](#39)) ([ca4dbae](ca4dbae)) * **hooks:** expand remove hook scope and ordering ([#42](#42)) ([74c710c](74c710c))
|
🎉 This PR is included in version 1.8.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
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
schema/config.schema.jsonfrom the TypeScriptConfigtype and mirror it atconfig.jsonfor distribution.Related