feat: add support for project runtime configs (.katrc.yaml files)#216
Merged
MacroPower merged 16 commits intomainfrom Nov 30, 2025
Merged
feat: add support for project runtime configs (.katrc.yaml files)#216MacroPower merged 16 commits intomainfrom
MacroPower merged 16 commits intomainfrom
Conversation
8ad569d to
793b47a
Compare
793b47a to
e6b26df
Compare
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #216 +/- ##
==========================================
+ Coverage 48.19% 49.74% +1.54%
==========================================
Files 59 67 +8
Lines 6050 6389 +339
==========================================
+ Hits 2916 3178 +262
- Misses 2983 3039 +56
- Partials 151 172 +21 ☔ View full report in Codecov by Sentry. |
90541f3 to
42ec464
Compare
dc1f767 to
85d41ee
Compare
c90ddca to
42458ca
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.
Projects can include their own
.katrc.yamlfile to define project-specific rules and profiles. For example, you can include a.katrc.yamlfile at the root of your git repository to share and/or version your project-specific configuration. Whenkatruns, it searches for this file starting from the target path and walking up the directory tree.Project trust is maintained in a new
policy.yamlfile in the global config directory. The first time you run a project with its own config, you are prompted to trust the project.