@getcodesentinel/codesentinel 1.19.1 → 1.21.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -233,8 +233,9 @@ Notes:
|
|
|
233
233
|
|
|
234
234
|
- `likely_merge` (default) may merge multiple emails that likely belong to the same person based on repository history.
|
|
235
235
|
- `strict_email` treats each canonical email as a distinct author, which avoids false merges but can split the same person across multiple emails.
|
|
236
|
-
- Git mailmap is enabled (`git log --use-mailmap`). Put `.mailmap` in the repository being analyzed (the `codesentinel analyze [path]` target). Git will then deterministically unify known aliases before CodeSentinel computes
|
|
237
|
-
- `
|
|
236
|
+
- Git mailmap is enabled (`git log --use-mailmap`). Put `.mailmap` in the repository being analyzed (the `codesentinel analyze [path]` target). Git will then deterministically unify known aliases before CodeSentinel computes ownership distributions.
|
|
237
|
+
- Evolution output includes both `authorDistributionByCommits` and `authorDistributionByChurn`, plus their derived `topAuthorShare...` and `busFactor...` fields.
|
|
238
|
+
- Current scoring continues to use the commit-weighted ownership view (`...ByCommits`).
|
|
238
239
|
- Logs are emitted to `stderr` and JSON output is written to `stdout`, so CI redirection still works.
|
|
239
240
|
- You can set a default log level with `CODESENTINEL_LOG_LEVEL` (`silent|error|warn|info|debug`).
|
|
240
241
|
- At `info`/`debug`, structural, evolution, and dependency stages report progress so long analyses are observable.
|