code-standards 7.9.24__tar.gz → 7.10.0__tar.gz
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.
- {code_standards-7.9.24 → code_standards-7.10.0}/PKG-INFO +5 -4
- {code_standards-7.9.24 → code_standards-7.10.0}/pyproject.toml +5 -4
- code_standards-7.10.0/src/sarj_standards/__init__.py +14 -0
- {code_standards-7.9.24 → code_standards-7.10.0}/src/sarj_standards/api.py +37 -68
- {code_standards-7.9.24 → code_standards-7.10.0}/src/sarj_standards/cli/main.py +175 -47
- code_standards-7.10.0/src/sarj_standards/configs/cli-reference.v1.json +1 -0
- {code_standards-7.9.24 → code_standards-7.10.0}/src/sarj_standards/configs/ruff.application.toml +1 -0
- {code_standards-7.9.24 → code_standards-7.10.0}/src/sarj_standards/configs/ruff.strict.toml +1 -0
- {code_standards-7.9.24 → code_standards-7.10.0}/src/sarj_standards/configs/rule-calibration-campaign.v1.json +8 -0
- code_standards-7.10.0/src/sarj_standards/configs/rule-inventory.v1.json +1 -0
- {code_standards-7.9.24 → code_standards-7.10.0}/src/sarj_standards/configs/rule-ledger.json +3 -1
- code_standards-7.10.0/src/sarj_standards/configs/rule-warning-levels.v1.json +1 -0
- {code_standards-7.9.24 → code_standards-7.10.0}/src/sarj_standards/libs/adoption/doctor.py +198 -17
- {code_standards-7.9.24 → code_standards-7.10.0}/src/sarj_standards/libs/adoption/hooks.py +268 -6
- {code_standards-7.9.24 → code_standards-7.10.0}/src/sarj_standards/libs/adoption/launcher.py +1 -1
- {code_standards-7.9.24 → code_standards-7.10.0}/src/sarj_standards/libs/adoption/lifecycle.py +87 -16
- {code_standards-7.9.24 → code_standards-7.10.0}/src/sarj_standards/libs/adoption/manifest.py +1 -2
- {code_standards-7.9.24 → code_standards-7.10.0}/src/sarj_standards/libs/adoption/scaffold.py +311 -61
- {code_standards-7.9.24 → code_standards-7.10.0}/src/sarj_standards/libs/adoption/service.py +31 -1
- code_standards-7.10.0/src/sarj_standards/libs/catalogs/__init__.py +6 -0
- code_standards-7.10.0/src/sarj_standards/libs/corpus/__init__.py +15 -0
- code_standards-7.10.0/src/sarj_standards/libs/diagnostics/__init__.py +30 -0
- {code_standards-7.9.24 → code_standards-7.10.0}/src/sarj_standards/libs/diagnostics/baseline.py +0 -14
- {code_standards-7.9.24 → code_standards-7.10.0}/src/sarj_standards/libs/linting/policy.py +0 -3
- code_standards-7.10.0/src/sarj_standards/libs/release/__init__.py +56 -0
- {code_standards-7.9.24 → code_standards-7.10.0}/src/sarj_standards/libs/release/rollout.py +9 -7
- code_standards-7.10.0/src/sarj_standards/libs/repository/hooks.py +251 -0
- {code_standards-7.9.24 → code_standards-7.10.0}/src/sarj_standards/libs/repository/rule_changes.py +0 -3
- code_standards-7.10.0/src/sarj_standards/libs/rules/__init__.py +41 -0
- {code_standards-7.9.24 → code_standards-7.10.0}/src/sarj_standards/libs/rules/warning_levels.py +0 -3
- code_standards-7.10.0/src/sarj_standards/libs/setup/__init__.py +1 -0
- code_standards-7.10.0/src/sarj_standards/schemas/__init__.py +1 -0
- {code_standards-7.9.24 → code_standards-7.10.0}/src/sarj_standards/schemas/rule-catalog.v1.json +1 -1
- code_standards-7.9.24/src/sarj_standards/__init__.py +0 -30
- code_standards-7.9.24/src/sarj_standards/configs/cli-reference.v1.json +0 -1
- code_standards-7.9.24/src/sarj_standards/configs/rule-inventory.v1.json +0 -1
- code_standards-7.9.24/src/sarj_standards/configs/rule-warning-levels.v1.json +0 -1
- code_standards-7.9.24/src/sarj_standards/libs/catalogs/__init__.py +0 -9
- code_standards-7.9.24/src/sarj_standards/libs/corpus/__init__.py +0 -25
- code_standards-7.9.24/src/sarj_standards/libs/diagnostics/__init__.py +0 -65
- code_standards-7.9.24/src/sarj_standards/libs/release/__init__.py +0 -100
- code_standards-7.9.24/src/sarj_standards/libs/repository/hooks.py +0 -118
- code_standards-7.9.24/src/sarj_standards/libs/rules/__init__.py +0 -74
- code_standards-7.9.24/src/sarj_standards/libs/setup/__init__.py +0 -4
- code_standards-7.9.24/src/sarj_standards/schemas/__init__.py +0 -4
- {code_standards-7.9.24 → code_standards-7.10.0}/.gitignore +0 -0
- {code_standards-7.9.24 → code_standards-7.10.0}/LICENSE +0 -0
- {code_standards-7.9.24 → code_standards-7.10.0}/README.md +0 -0
- {code_standards-7.9.24 → code_standards-7.10.0}/src/sarj_standards/__main__.py +0 -0
- {code_standards-7.9.24 → code_standards-7.10.0}/src/sarj_standards/_meta.py +0 -0
- {code_standards-7.9.24 → code_standards-7.10.0}/src/sarj_standards/cli/__init__.py +0 -0
- {code_standards-7.9.24 → code_standards-7.10.0}/src/sarj_standards/configs/Mintfile.mobile.strict +0 -0
- {code_standards-7.9.24 → code_standards-7.10.0}/src/sarj_standards/configs/basedpyright.python315-watch.json +0 -0
- {code_standards-7.9.24 → code_standards-7.10.0}/src/sarj_standards/configs/basedpyright.strict.json +0 -0
- {code_standards-7.9.24 → code_standards-7.10.0}/src/sarj_standards/configs/detekt.strict.yml +0 -0
- {code_standards-7.9.24 → code_standards-7.10.0}/src/sarj_standards/configs/doctor.config.json +0 -0
- {code_standards-7.9.24 → code_standards-7.10.0}/src/sarj_standards/configs/eslint-compact-formatter.mjs +0 -0
- {code_standards-7.9.24 → code_standards-7.10.0}/src/sarj_standards/configs/eslint.application.mjs +0 -0
- {code_standards-7.9.24 → code_standards-7.10.0}/src/sarj_standards/configs/eslint.peers.json +0 -0
- {code_standards-7.9.24 → code_standards-7.10.0}/src/sarj_standards/configs/eslint.strict.mjs +0 -0
- {code_standards-7.9.24 → code_standards-7.10.0}/src/sarj_standards/configs/ktlint.strict.editorconfig +0 -0
- {code_standards-7.9.24 → code_standards-7.10.0}/src/sarj_standards/configs/markdownlint.strict.yaml +0 -0
- {code_standards-7.9.24 → code_standards-7.10.0}/src/sarj_standards/configs/mobile-tools.versions.json +0 -0
- {code_standards-7.9.24 → code_standards-7.10.0}/src/sarj_standards/configs/mobsf.strict.yml +0 -0
- {code_standards-7.9.24 → code_standards-7.10.0}/src/sarj_standards/configs/pyright.strict.json +0 -0
- {code_standards-7.9.24 → code_standards-7.10.0}/src/sarj_standards/configs/ruff.python315-watch.toml +0 -0
- {code_standards-7.9.24 → code_standards-7.10.0}/src/sarj_standards/configs/shellcheck.strict.rc +0 -0
- {code_standards-7.9.24 → code_standards-7.10.0}/src/sarj_standards/configs/swiftformat.strict +0 -0
- {code_standards-7.9.24 → code_standards-7.10.0}/src/sarj_standards/configs/swiftlint.strict.yml +0 -0
- {code_standards-7.9.24 → code_standards-7.10.0}/src/sarj_standards/configs/taplo.strict.toml +0 -0
- {code_standards-7.9.24 → code_standards-7.10.0}/src/sarj_standards/configs/yamllint.strict.yaml +0 -0
- {code_standards-7.9.24 → code_standards-7.10.0}/src/sarj_standards/libs/__init__.py +0 -0
- {code_standards-7.9.24 → code_standards-7.10.0}/src/sarj_standards/libs/adoption/__init__.py +0 -0
- {code_standards-7.9.24 → code_standards-7.10.0}/src/sarj_standards/libs/adoption/configs.py +0 -0
- {code_standards-7.9.24 → code_standards-7.10.0}/src/sarj_standards/libs/adoption/exclusions.py +0 -0
- {code_standards-7.9.24 → code_standards-7.10.0}/src/sarj_standards/libs/adoption/packagemanager.py +0 -0
- {code_standards-7.9.24 → code_standards-7.10.0}/src/sarj_standards/libs/adoption/retired_suppressions.py +0 -0
- {code_standards-7.9.24 → code_standards-7.10.0}/src/sarj_standards/libs/adoption/transaction.py +0 -0
- {code_standards-7.9.24 → code_standards-7.10.0}/src/sarj_standards/libs/adoption/upgrade.py +0 -0
- {code_standards-7.9.24 → code_standards-7.10.0}/src/sarj_standards/libs/adoption/uvtool.py +0 -0
- {code_standards-7.9.24 → code_standards-7.10.0}/src/sarj_standards/libs/catalogs/slack_automations.py +0 -0
- {code_standards-7.9.24 → code_standards-7.10.0}/src/sarj_standards/libs/corpus/manifest.py +0 -0
- {code_standards-7.9.24 → code_standards-7.10.0}/src/sarj_standards/libs/corpus/snapshot.py +0 -0
- {code_standards-7.9.24 → code_standards-7.10.0}/src/sarj_standards/libs/diagnostics/analysis.schema.json +0 -0
- {code_standards-7.9.24 → code_standards-7.10.0}/src/sarj_standards/libs/diagnostics/models.py +0 -0
- {code_standards-7.9.24 → code_standards-7.10.0}/src/sarj_standards/libs/diagnostics/serialize.py +0 -0
- {code_standards-7.9.24 → code_standards-7.10.0}/src/sarj_standards/libs/diagnostics/source.py +0 -0
- {code_standards-7.9.24 → code_standards-7.10.0}/src/sarj_standards/libs/filesystem.py +0 -0
- {code_standards-7.9.24 → code_standards-7.10.0}/src/sarj_standards/libs/linting/__init__.py +0 -0
- {code_standards-7.9.24 → code_standards-7.10.0}/src/sarj_standards/libs/linting/analysis.py +0 -0
- {code_standards-7.9.24 → code_standards-7.10.0}/src/sarj_standards/libs/linting/external.py +0 -0
- {code_standards-7.9.24 → code_standards-7.10.0}/src/sarj_standards/libs/linting/library_policy.py +0 -0
- {code_standards-7.9.24 → code_standards-7.10.0}/src/sarj_standards/libs/linting/mobile_tools.py +0 -0
- {code_standards-7.9.24 → code_standards-7.10.0}/src/sarj_standards/libs/linting/runner.py +0 -0
- {code_standards-7.9.24 → code_standards-7.10.0}/src/sarj_standards/libs/linting/textlint.py +0 -0
- {code_standards-7.9.24 → code_standards-7.10.0}/src/sarj_standards/libs/release/_values.py +0 -0
- {code_standards-7.9.24 → code_standards-7.10.0}/src/sarj_standards/libs/release/artifacts.py +0 -0
- {code_standards-7.9.24 → code_standards-7.10.0}/src/sarj_standards/libs/release/causality.py +0 -0
- {code_standards-7.9.24 → code_standards-7.10.0}/src/sarj_standards/libs/release/changes.py +0 -0
- {code_standards-7.9.24 → code_standards-7.10.0}/src/sarj_standards/libs/release/process.py +0 -0
- {code_standards-7.9.24 → code_standards-7.10.0}/src/sarj_standards/libs/release/publish.py +0 -0
- {code_standards-7.9.24 → code_standards-7.10.0}/src/sarj_standards/libs/release/registry.py +0 -0
- {code_standards-7.9.24 → code_standards-7.10.0}/src/sarj_standards/libs/release/release_age.py +0 -0
- {code_standards-7.9.24 → code_standards-7.10.0}/src/sarj_standards/libs/release/tags.py +0 -0
- {code_standards-7.9.24 → code_standards-7.10.0}/src/sarj_standards/libs/release/typescript.py +0 -0
- {code_standards-7.9.24 → code_standards-7.10.0}/src/sarj_standards/libs/repository/__init__.py +0 -0
- {code_standards-7.9.24 → code_standards-7.10.0}/src/sarj_standards/libs/repository/cli_reference_artifact.py +0 -0
- {code_standards-7.9.24 → code_standards-7.10.0}/src/sarj_standards/libs/repository/comment_corpus.py +0 -0
- {code_standards-7.9.24 → code_standards-7.10.0}/src/sarj_standards/libs/repository/config_generation.py +0 -0
- {code_standards-7.9.24 → code_standards-7.10.0}/src/sarj_standards/libs/repository/docs.py +0 -0
- {code_standards-7.9.24 → code_standards-7.10.0}/src/sarj_standards/libs/repository/ledger.py +0 -0
- {code_standards-7.9.24 → code_standards-7.10.0}/src/sarj_standards/libs/repository/repository.py +0 -0
- {code_standards-7.9.24 → code_standards-7.10.0}/src/sarj_standards/libs/repository/rule_authoring.py +0 -0
- {code_standards-7.9.24 → code_standards-7.10.0}/src/sarj_standards/libs/repository/rule_catalog_artifact.py +0 -0
- {code_standards-7.9.24 → code_standards-7.10.0}/src/sarj_standards/libs/repository/rule_inventory_artifact.py +0 -0
- {code_standards-7.9.24 → code_standards-7.10.0}/src/sarj_standards/libs/repository/rule_lifecycle.py +0 -0
- {code_standards-7.9.24 → code_standards-7.10.0}/src/sarj_standards/libs/repository/rule_maintenance.py +0 -0
- {code_standards-7.9.24 → code_standards-7.10.0}/src/sarj_standards/libs/repository/third_party_catalog_artifact.py +0 -0
- {code_standards-7.9.24 → code_standards-7.10.0}/src/sarj_standards/libs/rules/catalog.py +0 -0
- {code_standards-7.9.24 → code_standards-7.10.0}/src/sarj_standards/libs/rules/contracts.py +0 -0
- {code_standards-7.9.24 → code_standards-7.10.0}/src/sarj_standards/libs/rules/corpus_runner.py +0 -0
- {code_standards-7.9.24 → code_standards-7.10.0}/src/sarj_standards/libs/rules/evaluation.py +0 -0
- {code_standards-7.9.24 → code_standards-7.10.0}/src/sarj_standards/libs/setup/repository.py +0 -0
- {code_standards-7.9.24 → code_standards-7.10.0}/src/sarj_standards/py.typed +0 -0
- {code_standards-7.9.24 → code_standards-7.10.0}/src/sarj_standards/schemas/_paths.py +0 -0
- {code_standards-7.9.24 → code_standards-7.10.0}/src/sarj_standards/schemas/rule-catalog.v1.schema.json +0 -0
- {code_standards-7.9.24 → code_standards-7.10.0}/src/sarj_standards/schemas/slack-automations.v1.schema.json +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.5
|
|
2
2
|
Name: code-standards
|
|
3
|
-
Version: 7.
|
|
3
|
+
Version: 7.10.0
|
|
4
4
|
Summary: One deterministic quality gate for Sarj Python, TypeScript, Swift, Kotlin, shell, SQL, IaC, and repository policy.
|
|
5
5
|
Project-URL: Homepage, https://code-standards.sarj.ai/
|
|
6
6
|
Project-URL: Documentation, https://code-standards.sarj.ai/cli/
|
|
@@ -24,10 +24,11 @@ Requires-Dist: pathspec==1.1.1
|
|
|
24
24
|
Requires-Dist: pre-commit==4.6.2
|
|
25
25
|
Requires-Dist: pydantic==2.13.5
|
|
26
26
|
Requires-Dist: pyyaml==6.0.3
|
|
27
|
+
Requires-Dist: repo-standards==5.11.4
|
|
27
28
|
Requires-Dist: ruff==0.16.5
|
|
28
|
-
Requires-Dist: sarj-iac-lint==0.15.
|
|
29
|
-
Requires-Dist: sarj-python-lint==0.80.
|
|
30
|
-
Requires-Dist: sarj-sql-lint==0.16.
|
|
29
|
+
Requires-Dist: sarj-iac-lint==0.15.3
|
|
30
|
+
Requires-Dist: sarj-python-lint==0.80.15
|
|
31
|
+
Requires-Dist: sarj-sql-lint==0.16.7
|
|
31
32
|
Requires-Dist: semgrep==1.175.0
|
|
32
33
|
Requires-Dist: shellcheck-py==0.11.0.1; (sys_platform == 'darwin' and platform_machine == 'arm64') or (sys_platform == 'darwin' and platform_machine == 'x86_64') or (sys_platform == 'linux' and platform_machine == 'x86_64') or (sys_platform == 'win32' and platform_machine == 'AMD64')
|
|
33
34
|
Description-Content-Type: text/markdown
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "code-standards"
|
|
3
|
-
version = "7.
|
|
3
|
+
version = "7.10.0"
|
|
4
4
|
description = "One deterministic quality gate for Sarj Python, TypeScript, Swift, Kotlin, shell, SQL, IaC, and repository policy."
|
|
5
5
|
readme = "README.md"
|
|
6
6
|
requires-python = ">=3.14"
|
|
@@ -23,12 +23,13 @@ dependencies = [
|
|
|
23
23
|
"pre-commit==4.6.2",
|
|
24
24
|
"pydantic==2.13.5",
|
|
25
25
|
"PyYAML==6.0.3",
|
|
26
|
+
"repo-standards==5.11.4",
|
|
26
27
|
"ruff==0.16.5",
|
|
27
28
|
"semgrep==1.175.0",
|
|
28
29
|
"shellcheck-py==0.11.0.1; (sys_platform == 'darwin' and platform_machine == 'arm64') or (sys_platform == 'darwin' and platform_machine == 'x86_64') or (sys_platform == 'linux' and platform_machine == 'x86_64') or (sys_platform == 'win32' and platform_machine == 'AMD64')",
|
|
29
|
-
"sarj-iac-lint==0.15.
|
|
30
|
-
"sarj-python-lint==0.80.
|
|
31
|
-
"sarj-sql-lint==0.16.
|
|
30
|
+
"sarj-iac-lint==0.15.3",
|
|
31
|
+
"sarj-python-lint==0.80.15",
|
|
32
|
+
"sarj-sql-lint==0.16.7",
|
|
32
33
|
]
|
|
33
34
|
|
|
34
35
|
[project.scripts]
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
from sarj_standards._meta import __version__ as __version__
|
|
2
|
+
from sarj_standards.api import (
|
|
3
|
+
AnalysisReport as AnalysisReport,
|
|
4
|
+
Change as Change,
|
|
5
|
+
Diagnostic as Diagnostic,
|
|
6
|
+
Finding as Finding,
|
|
7
|
+
Result as Result,
|
|
8
|
+
Standards as Standards,
|
|
9
|
+
Status as Status,
|
|
10
|
+
to_github as to_github,
|
|
11
|
+
to_json as to_json,
|
|
12
|
+
to_sarif as to_sarif,
|
|
13
|
+
to_text as to_text,
|
|
14
|
+
)
|
|
@@ -8,13 +8,9 @@ import shutil
|
|
|
8
8
|
import subprocess # ruff: ignore[suspicious-subprocess-import] -- latest updates execute a fixed uvx argv.
|
|
9
9
|
from typing import TYPE_CHECKING
|
|
10
10
|
|
|
11
|
-
from ._meta import
|
|
12
|
-
__version__,
|
|
13
|
-
)
|
|
11
|
+
from ._meta import __version__ as __version__ # ruff: ignore[useless-import-alias] -- public API re-export.
|
|
14
12
|
from .libs.adoption import launcher
|
|
15
|
-
from .libs.adoption.doctor import Finding as DoctorFinding
|
|
16
|
-
from .libs.adoption.doctor import Level as DoctorLevel
|
|
17
|
-
from .libs.adoption.doctor import diagnose
|
|
13
|
+
from .libs.adoption.doctor import Finding as DoctorFinding, Level as DoctorLevel, diagnose
|
|
18
14
|
from .libs.adoption.lifecycle import (
|
|
19
15
|
Inspection,
|
|
20
16
|
execute,
|
|
@@ -32,41 +28,41 @@ from .libs.adoption.service import (
|
|
|
32
28
|
plan_sync,
|
|
33
29
|
)
|
|
34
30
|
from .libs.diagnostics import (
|
|
35
|
-
AnalysisReport,
|
|
36
|
-
Completion,
|
|
37
|
-
Conclusion,
|
|
31
|
+
AnalysisReport as AnalysisReport, # ruff: ignore[useless-import-alias] -- public API re-export.
|
|
32
|
+
Completion as Completion, # ruff: ignore[useless-import-alias] -- public API re-export.
|
|
33
|
+
Conclusion as Conclusion, # ruff: ignore[useless-import-alias] -- public API re-export.
|
|
38
34
|
CoverageDisposition,
|
|
39
|
-
CoverageNotice,
|
|
40
|
-
Diagnostic,
|
|
41
|
-
ExecutionIssue,
|
|
42
|
-
Fix,
|
|
43
|
-
FixSafety,
|
|
44
|
-
Location,
|
|
45
|
-
Position,
|
|
46
|
-
Region,
|
|
47
|
-
RelatedLocation,
|
|
48
|
-
Severity,
|
|
35
|
+
CoverageNotice as CoverageNotice, # ruff: ignore[useless-import-alias] -- public API re-export.
|
|
36
|
+
Diagnostic as Diagnostic, # ruff: ignore[useless-import-alias] -- public API re-export.
|
|
37
|
+
ExecutionIssue as ExecutionIssue, # ruff: ignore[useless-import-alias] -- public API re-export.
|
|
38
|
+
Fix as Fix, # ruff: ignore[useless-import-alias] -- public API re-export.
|
|
39
|
+
FixSafety as FixSafety, # ruff: ignore[useless-import-alias] -- public API re-export.
|
|
40
|
+
Location as Location, # ruff: ignore[useless-import-alias] -- public API re-export.
|
|
41
|
+
Position as Position, # ruff: ignore[useless-import-alias] -- public API re-export.
|
|
42
|
+
Region as Region, # ruff: ignore[useless-import-alias] -- public API re-export.
|
|
43
|
+
RelatedLocation as RelatedLocation, # ruff: ignore[useless-import-alias] -- public API re-export.
|
|
44
|
+
Severity as Severity, # ruff: ignore[useless-import-alias] -- public API re-export.
|
|
49
45
|
SourceDocument,
|
|
50
|
-
TextEdit,
|
|
51
|
-
ToolReport,
|
|
52
|
-
TrustMode,
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
46
|
+
TextEdit as TextEdit, # ruff: ignore[useless-import-alias] -- public API re-export.
|
|
47
|
+
ToolReport as ToolReport, # ruff: ignore[useless-import-alias] -- public API re-export.
|
|
48
|
+
TrustMode as TrustMode, # ruff: ignore[useless-import-alias] -- public API re-export.
|
|
49
|
+
baseline as diagnostic_baseline,
|
|
50
|
+
to_github as to_github, # ruff: ignore[useless-import-alias] -- public API re-export.
|
|
51
|
+
to_json as to_json, # ruff: ignore[useless-import-alias] -- public API re-export.
|
|
52
|
+
to_sarif as to_sarif, # ruff: ignore[useless-import-alias] -- public API re-export.
|
|
53
|
+
to_text as to_text, # ruff: ignore[useless-import-alias] -- public API re-export.
|
|
57
54
|
)
|
|
58
|
-
from .libs.diagnostics import baseline as diagnostic_baseline
|
|
59
55
|
from .libs.filesystem import is_link_like
|
|
60
|
-
from .libs.linting.analysis import analyze as analyze_paths
|
|
61
|
-
from .libs.linting.analysis import report_from_tools
|
|
56
|
+
from .libs.linting.analysis import analyze as analyze_paths, report_from_tools
|
|
62
57
|
from .libs.linting.external import analyze_external
|
|
63
|
-
from .libs.linting.library_policy import
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
58
|
+
from .libs.linting.library_policy import (
|
|
59
|
+
ManifestPolicyError,
|
|
60
|
+
accepts_path as library_policy_accepts_path,
|
|
61
|
+
scan as check_library_policy,
|
|
62
|
+
scan_paths as check_selected_library_policy,
|
|
63
|
+
)
|
|
67
64
|
from .libs.linting.policy import Policy
|
|
68
|
-
from .libs.linting.runner import group_paths
|
|
69
|
-
from .libs.linting.runner import run as check
|
|
65
|
+
from .libs.linting.runner import group_paths, run as check
|
|
70
66
|
from .libs.rules import RuleEngine, RuleId, RuleSelection, RuleSelector
|
|
71
67
|
|
|
72
68
|
|
|
@@ -669,7 +665,9 @@ def _rule_selection(values: Sequence[str | RuleSelector] | None) -> RuleSelectio
|
|
|
669
665
|
if isinstance(values, str):
|
|
670
666
|
msg = "rules must be a sequence of canonical selectors, not one string"
|
|
671
667
|
raise TypeError(msg)
|
|
672
|
-
from sarj_standards.libs.repository import
|
|
668
|
+
from sarj_standards.libs.repository import ( # ruff: ignore[import-outside-top-level]
|
|
669
|
+
rule_catalog_artifact,
|
|
670
|
+
)
|
|
673
671
|
|
|
674
672
|
catalog = rule_catalog_artifact.load()
|
|
675
673
|
raw_rules = _object_list(catalog.get("rules"), "shipped rule catalog rules")
|
|
@@ -689,7 +687,9 @@ def _rule_selection(values: Sequence[str | RuleSelector] | None) -> RuleSelectio
|
|
|
689
687
|
|
|
690
688
|
|
|
691
689
|
def _routed_for_selection(grouped: object, selected: RuleSelection | None) -> set[str]:
|
|
692
|
-
from sarj_standards.libs.linting.runner import
|
|
690
|
+
from sarj_standards.libs.linting.runner import ( # ruff: ignore[import-outside-top-level]
|
|
691
|
+
GroupedPaths,
|
|
692
|
+
)
|
|
693
693
|
|
|
694
694
|
if not isinstance(grouped, GroupedPaths):
|
|
695
695
|
msg = "analysis routing has an invalid internal type"
|
|
@@ -872,34 +872,3 @@ def _object_list(value: object, label: str) -> list[object]:
|
|
|
872
872
|
msg = f"{label} must be an array"
|
|
873
873
|
raise TypeError(msg)
|
|
874
874
|
return value # pyright: ignore[reportUnknownVariableType]
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
__all__ = [
|
|
878
|
-
"AnalysisMode",
|
|
879
|
-
"AnalysisReport",
|
|
880
|
-
"Change",
|
|
881
|
-
"Completion",
|
|
882
|
-
"Conclusion",
|
|
883
|
-
"CoverageNotice",
|
|
884
|
-
"Diagnostic",
|
|
885
|
-
"ExecutionIssue",
|
|
886
|
-
"Finding",
|
|
887
|
-
"Fix",
|
|
888
|
-
"FixSafety",
|
|
889
|
-
"Location",
|
|
890
|
-
"Position",
|
|
891
|
-
"Region",
|
|
892
|
-
"RelatedLocation",
|
|
893
|
-
"Result",
|
|
894
|
-
"Severity",
|
|
895
|
-
"Standards",
|
|
896
|
-
"Status",
|
|
897
|
-
"TextEdit",
|
|
898
|
-
"ToolReport",
|
|
899
|
-
"TrustMode",
|
|
900
|
-
"__version__",
|
|
901
|
-
"to_github",
|
|
902
|
-
"to_json",
|
|
903
|
-
"to_sarif",
|
|
904
|
-
"to_text",
|
|
905
|
-
]
|
|
@@ -18,6 +18,7 @@ from typing import TYPE_CHECKING, Final, NoReturn, TypeIs
|
|
|
18
18
|
|
|
19
19
|
from packaging.version import InvalidVersion, Version
|
|
20
20
|
from pydantic import TypeAdapter, ValidationError
|
|
21
|
+
from repo_standards.core.commit_message import check_local_commit_message_file
|
|
21
22
|
|
|
22
23
|
from sarj_standards import __version__
|
|
23
24
|
from sarj_standards._meta import CONFIGS_DIR
|
|
@@ -56,6 +57,13 @@ _INVALID_DOCTOR_IDS = frozenset(
|
|
|
56
57
|
"doctor.package-json.invalid",
|
|
57
58
|
}
|
|
58
59
|
)
|
|
60
|
+
_HOOK_INSTALL_IDS: Final = frozenset(
|
|
61
|
+
{
|
|
62
|
+
"doctor.hooks.precommit-install",
|
|
63
|
+
"doctor.hooks.lefthook-install",
|
|
64
|
+
"doctor.hooks.commit-message-install",
|
|
65
|
+
}
|
|
66
|
+
)
|
|
59
67
|
_REACT_DOCTOR_METADATA = frozenset(
|
|
60
68
|
{
|
|
61
69
|
"doctor.config.json",
|
|
@@ -119,7 +127,9 @@ class _Args(argparse.Namespace):
|
|
|
119
127
|
docs_cmd: str = ""
|
|
120
128
|
hooks_cmd: str = ""
|
|
121
129
|
no_install: bool = False
|
|
130
|
+
commit_policy_only: bool = False
|
|
122
131
|
repair: bool = False
|
|
132
|
+
message_file: Path | None = None
|
|
123
133
|
profile: manifest.Profile | None = None
|
|
124
134
|
output_format: str = "text"
|
|
125
135
|
offline: bool = False
|
|
@@ -317,12 +327,13 @@ def cmd_peers(args: _Args) -> int:
|
|
|
317
327
|
|
|
318
328
|
|
|
319
329
|
def cmd_doctor(args: _Args) -> int: # ruff: ignore[too-many-locals] -- one command renders repair and diagnosis state.
|
|
320
|
-
from sarj_standards.libs.adoption import doctor, upgrade # ruff: ignore[import-outside-top-level]
|
|
330
|
+
from sarj_standards.libs.adoption import doctor, hooks, service, upgrade # ruff: ignore[import-outside-top-level]
|
|
321
331
|
|
|
322
332
|
root = _resolve_dest(args.dest)
|
|
323
333
|
repair = args.repair
|
|
324
334
|
no_install: bool = args.no_install
|
|
325
335
|
repair_status = 0
|
|
336
|
+
commit_policy_only = doctor.is_commit_policy_only(root)
|
|
326
337
|
if repair:
|
|
327
338
|
try:
|
|
328
339
|
adopted = manifest.load(root)
|
|
@@ -336,31 +347,52 @@ def cmd_doctor(args: _Args) -> int: # ruff: ignore[too-many-locals] -- one comm
|
|
|
336
347
|
details = f"{details}; {migration_details}"
|
|
337
348
|
print(f"error: cannot repair invalid adoption manifest: {details}", file=sys.stderr)
|
|
338
349
|
return 2
|
|
339
|
-
if adopted is None:
|
|
350
|
+
if adopted is None and not commit_policy_only:
|
|
340
351
|
print("error: repository is not adopted; run `code-standards setup`", file=sys.stderr)
|
|
341
352
|
return 2
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
353
|
+
if commit_policy_only:
|
|
354
|
+
init_plan = service.plan_commit_policy(root, hook_manager=hooks.detect_manager(root))
|
|
355
|
+
if init_plan.scaffold.errors:
|
|
356
|
+
for error in init_plan.scaffold.errors:
|
|
357
|
+
print(f"error: {error}", file=sys.stderr)
|
|
358
|
+
return 2
|
|
359
|
+
current_findings = doctor.diagnose_commit_policy(root)
|
|
360
|
+
current_drift = [finding for finding in current_findings if finding.level is doctor.Level.DRIFT]
|
|
361
|
+
missing_hooks = not no_install and any(finding.id in _HOOK_INSTALL_IDS for finding in current_findings)
|
|
362
|
+
needs_repair = bool(
|
|
363
|
+
init_plan.scaffold.writes
|
|
364
|
+
or init_plan.scaffold.edits
|
|
365
|
+
or init_plan.scaffold.deletes
|
|
366
|
+
or current_drift
|
|
367
|
+
or missing_hooks
|
|
368
|
+
)
|
|
369
|
+
if needs_repair:
|
|
370
|
+
repair_status = service.apply_init(init_plan, install=not no_install).status
|
|
371
|
+
else:
|
|
372
|
+
plan = upgrade.build_plan(root)
|
|
373
|
+
blockers = upgrade.unsafe_retired_findings(plan)
|
|
374
|
+
if blockers:
|
|
375
|
+
print("warning: automatic repair cannot migrate these retired rule references:", file=sys.stderr)
|
|
376
|
+
for finding in blockers:
|
|
377
|
+
print(f"warning: {finding.where} -- {finding.detail}", file=sys.stderr)
|
|
378
|
+
current_findings = doctor.diagnose(root)
|
|
379
|
+
current_drift = [finding for finding in current_findings if finding.level is doctor.Level.DRIFT]
|
|
380
|
+
missing_hooks = not no_install and any(finding.id in _HOOK_INSTALL_IDS for finding in current_findings)
|
|
381
|
+
repair_status = (
|
|
382
|
+
0
|
|
383
|
+
if not plan.changes and not current_drift and not missing_hooks
|
|
384
|
+
else upgrade.apply(
|
|
385
|
+
plan,
|
|
386
|
+
install=not no_install,
|
|
387
|
+
allow_retired_debt=bool(blockers),
|
|
388
|
+
)
|
|
356
389
|
)
|
|
357
|
-
)
|
|
358
390
|
if repair_status > 1:
|
|
359
391
|
print(
|
|
360
392
|
"error: automatic repair did not converge; tracked configuration changes were restored",
|
|
361
393
|
file=sys.stderr,
|
|
362
394
|
)
|
|
363
|
-
findings = doctor.diagnose(root)
|
|
395
|
+
findings = doctor.diagnose_commit_policy(root) if commit_policy_only else doctor.diagnose(root)
|
|
364
396
|
if repair and no_install:
|
|
365
397
|
findings = [
|
|
366
398
|
doctor.Finding(
|
|
@@ -370,7 +402,10 @@ def cmd_doctor(args: _Args) -> int: # ruff: ignore[too-many-locals] -- one comm
|
|
|
370
402
|
finding.id,
|
|
371
403
|
finding.remediation,
|
|
372
404
|
)
|
|
373
|
-
if
|
|
405
|
+
if (
|
|
406
|
+
(finding.level is doctor.Level.DRIFT and upgrade.is_install_remediable(finding))
|
|
407
|
+
or finding.id in _HOOK_INSTALL_IDS
|
|
408
|
+
)
|
|
374
409
|
else finding
|
|
375
410
|
for finding in findings
|
|
376
411
|
]
|
|
@@ -407,7 +442,7 @@ def cmd_doctor(args: _Args) -> int: # ruff: ignore[too-many-locals] -- one comm
|
|
|
407
442
|
dict.fromkeys(
|
|
408
443
|
finding.remediation
|
|
409
444
|
for finding in findings
|
|
410
|
-
if finding.level is doctor.Level.DRIFT and finding.remediation
|
|
445
|
+
if (finding.level is doctor.Level.DRIFT or finding.id in _HOOK_INSTALL_IDS) and finding.remediation
|
|
411
446
|
)
|
|
412
447
|
)
|
|
413
448
|
)
|
|
@@ -415,7 +450,8 @@ def cmd_doctor(args: _Args) -> int: # ruff: ignore[too-many-locals] -- one comm
|
|
|
415
450
|
print(f"fix: {remediation}")
|
|
416
451
|
if invalid:
|
|
417
452
|
return max(repair_status, 2)
|
|
418
|
-
|
|
453
|
+
unresolved_install = repair and not no_install and any(finding.id in _HOOK_INSTALL_IDS for finding in findings)
|
|
454
|
+
return max(repair_status, 1 if drifted or unadopted or unresolved_install else 0)
|
|
419
455
|
|
|
420
456
|
|
|
421
457
|
def _repair_legacy_manifest(root: Path, *, install: bool) -> manifest.Manifest:
|
|
@@ -599,12 +635,13 @@ def cmd_update(args: _Args) -> int: # ruff: ignore[too-many-locals] -- one comm
|
|
|
599
635
|
print(f"fix: {remediation}")
|
|
600
636
|
return 1 if plan.changes or drifted else 0
|
|
601
637
|
current_drift = [finding for finding in preflight_findings if finding.level is doctor.Level.DRIFT]
|
|
638
|
+
missing_hooks = not args.no_install and any(finding.id in _HOOK_INSTALL_IDS for finding in preflight_findings)
|
|
602
639
|
skipped_commands = (
|
|
603
640
|
lifecycle.install_commands(root, plan.ecosystems, hook_manager=plan.adopted.hook_manager)
|
|
604
641
|
if args.no_install
|
|
605
642
|
else []
|
|
606
643
|
)
|
|
607
|
-
if not preview and not current_drift and not skipped_commands and not migrated_legacy:
|
|
644
|
+
if not preview and not current_drift and not missing_hooks and not skipped_commands and not migrated_legacy:
|
|
608
645
|
print(f"current: {root} already matches standards {__version__}")
|
|
609
646
|
return 0
|
|
610
647
|
print(preview or f"current: {root} already matches standards {__version__}")
|
|
@@ -623,6 +660,11 @@ def cmd_update(args: _Args) -> int: # ruff: ignore[too-many-locals] -- one comm
|
|
|
623
660
|
for finding in invalid:
|
|
624
661
|
print(f"error: {finding.id} {finding.where} -- {finding.detail}", file=sys.stderr)
|
|
625
662
|
return 2
|
|
663
|
+
unresolved_hooks = [finding for finding in postflight_findings if finding.id in _HOOK_INSTALL_IDS]
|
|
664
|
+
if not args.no_install and unresolved_hooks:
|
|
665
|
+
for finding in unresolved_hooks:
|
|
666
|
+
print(f"error: {finding.id} {finding.where} -- {finding.detail}", file=sys.stderr)
|
|
667
|
+
return 1
|
|
626
668
|
pending = (
|
|
627
669
|
[
|
|
628
670
|
finding
|
|
@@ -650,22 +692,16 @@ def cmd_update(args: _Args) -> int: # ruff: ignore[too-many-locals] -- one comm
|
|
|
650
692
|
|
|
651
693
|
|
|
652
694
|
def cmd_setup(args: _Args) -> int:
|
|
653
|
-
from sarj_standards.libs.adoption import
|
|
695
|
+
from sarj_standards.libs.adoption import ( # ruff: ignore[import-outside-top-level] -- lazy route
|
|
696
|
+
doctor,
|
|
697
|
+
scaffold,
|
|
698
|
+
service,
|
|
699
|
+
)
|
|
654
700
|
|
|
655
701
|
root = _resolve_dest(args.dest)
|
|
656
702
|
selected_configs = tuple(dict.fromkeys((*args.configs, *args.only)))
|
|
657
703
|
try:
|
|
658
|
-
init_plan =
|
|
659
|
-
root,
|
|
660
|
-
force=args.force,
|
|
661
|
-
configs=selected_configs or None,
|
|
662
|
-
python_dest=args.python_dest,
|
|
663
|
-
typescript_dest=args.typescript_dest,
|
|
664
|
-
swift_dest=args.swift_dest,
|
|
665
|
-
kotlin_dest=args.kotlin_dest,
|
|
666
|
-
profile=args.profile,
|
|
667
|
-
hook_manager=args.hooks,
|
|
668
|
-
)
|
|
704
|
+
init_plan = _setup_plan(args, root, selected_configs)
|
|
669
705
|
except ValueError as exc:
|
|
670
706
|
print(f"error: {exc}", file=sys.stderr)
|
|
671
707
|
return 2
|
|
@@ -689,13 +725,11 @@ def cmd_setup(args: _Args) -> int:
|
|
|
689
725
|
)
|
|
690
726
|
if present
|
|
691
727
|
]
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
print(f"configs: {', '.join(plan.configs)}")
|
|
728
|
+
if args.commit_policy_only:
|
|
729
|
+
print("scope: commit policy only (language tooling is untouched)")
|
|
730
|
+
else:
|
|
731
|
+
print(f"detected: {', '.join(detected) or 'nothing'}")
|
|
732
|
+
print(f"configs: {', '.join(plan.configs)}")
|
|
699
733
|
if args.dry_run:
|
|
700
734
|
print("\n-- dry run; nothing is written --")
|
|
701
735
|
if init_plan.sync is not None:
|
|
@@ -722,6 +756,15 @@ def cmd_setup(args: _Args) -> int:
|
|
|
722
756
|
return result.status
|
|
723
757
|
if result.sync is not None:
|
|
724
758
|
_render_sync(result.sync)
|
|
759
|
+
if not args.no_install:
|
|
760
|
+
unresolved_hooks = [finding for finding in doctor.diagnose(root) if finding.id in _HOOK_INSTALL_IDS]
|
|
761
|
+
if unresolved_hooks:
|
|
762
|
+
for finding in unresolved_hooks:
|
|
763
|
+
print(
|
|
764
|
+
f"error: {finding.id} {finding.where} -- {finding.detail}",
|
|
765
|
+
file=sys.stderr,
|
|
766
|
+
)
|
|
767
|
+
return 1
|
|
725
768
|
|
|
726
769
|
verb_write = "would write" if args.dry_run else "wrote"
|
|
727
770
|
verb_edit = "would append to" if args.dry_run else "appended to"
|
|
@@ -741,15 +784,49 @@ def cmd_setup(args: _Args) -> int:
|
|
|
741
784
|
print("\nnext: dependency and hook installation was skipped; run:")
|
|
742
785
|
for command in init_plan.install_commands:
|
|
743
786
|
print(f" {shlex.join(command.argv)} (in {command.cwd})")
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
rendered = ", ".join(path.relative_to(root).as_posix() for path in workflows)
|
|
747
|
-
print(f"\nCI: {rendered} runs the pinned quality gate")
|
|
787
|
+
if args.commit_policy_only:
|
|
788
|
+
print("\nCI: .github/workflows/commit-policy.yml runs the exact-base commit policy")
|
|
748
789
|
else:
|
|
749
|
-
|
|
790
|
+
workflows = scaffold.standards_check_workflows(root)
|
|
791
|
+
if workflows:
|
|
792
|
+
rendered = ", ".join(path.relative_to(root).as_posix() for path in workflows)
|
|
793
|
+
print(f"\nCI: {rendered} runs the pinned quality gate")
|
|
794
|
+
else:
|
|
795
|
+
print("\nCI: would write .github/workflows/standards.yml")
|
|
750
796
|
return 0
|
|
751
797
|
|
|
752
798
|
|
|
799
|
+
def _setup_plan(args: _Args, root: Path, selected_configs: tuple[str, ...]) -> service.InitPlan:
|
|
800
|
+
from sarj_standards.libs.adoption import service # ruff: ignore[import-outside-top-level] -- lazy route
|
|
801
|
+
|
|
802
|
+
if args.commit_policy_only:
|
|
803
|
+
incompatible = any(
|
|
804
|
+
(
|
|
805
|
+
selected_configs,
|
|
806
|
+
args.python_dest,
|
|
807
|
+
args.typescript_dest,
|
|
808
|
+
args.swift_dest,
|
|
809
|
+
args.kotlin_dest,
|
|
810
|
+
args.profile,
|
|
811
|
+
)
|
|
812
|
+
)
|
|
813
|
+
if incompatible:
|
|
814
|
+
msg = "--commit-policy-only cannot be combined with config, destination, or profile options"
|
|
815
|
+
raise ValueError(msg)
|
|
816
|
+
return service.plan_commit_policy(root, force=args.force, hook_manager=args.hooks)
|
|
817
|
+
return service.plan_init(
|
|
818
|
+
root,
|
|
819
|
+
force=args.force,
|
|
820
|
+
configs=selected_configs or None,
|
|
821
|
+
python_dest=args.python_dest,
|
|
822
|
+
typescript_dest=args.typescript_dest,
|
|
823
|
+
swift_dest=args.swift_dest,
|
|
824
|
+
kotlin_dest=args.kotlin_dest,
|
|
825
|
+
profile=args.profile,
|
|
826
|
+
hook_manager=args.hooks,
|
|
827
|
+
)
|
|
828
|
+
|
|
829
|
+
|
|
753
830
|
def cmd_verify(args: _Args) -> int:
|
|
754
831
|
root = _resolve_dest(args.dest)
|
|
755
832
|
doctor_status = cmd_doctor(args)
|
|
@@ -2140,6 +2217,32 @@ def _diagnostic_matches(item: Diagnostic, selectors: frozenset[str]) -> bool:
|
|
|
2140
2217
|
)
|
|
2141
2218
|
|
|
2142
2219
|
|
|
2220
|
+
def cmd_commit_message(args: _Args) -> int:
|
|
2221
|
+
if args.message_file is None:
|
|
2222
|
+
msg = "commit-message requires one message file"
|
|
2223
|
+
raise ValueError(msg)
|
|
2224
|
+
result = check_local_commit_message_file(
|
|
2225
|
+
args.message_file,
|
|
2226
|
+
root=_resolve_dest(args.dest),
|
|
2227
|
+
fix_safe=True,
|
|
2228
|
+
)
|
|
2229
|
+
if result.fix_applied:
|
|
2230
|
+
print("Commit message: safely normalized; validation passed.")
|
|
2231
|
+
return 0
|
|
2232
|
+
if result.satisfied:
|
|
2233
|
+
return 0
|
|
2234
|
+
finding = result.findings[0]
|
|
2235
|
+
print(f"Commit message: {finding.code}", file=sys.stderr)
|
|
2236
|
+
print(finding.message, file=sys.stderr)
|
|
2237
|
+
print(f"Fix: {finding.remediation}", file=sys.stderr)
|
|
2238
|
+
print(
|
|
2239
|
+
"Agent: preserve the body and trailers, rewrite only the subject after reviewing staged changes, "
|
|
2240
|
+
"then retry the original commit.",
|
|
2241
|
+
file=sys.stderr,
|
|
2242
|
+
)
|
|
2243
|
+
return 1
|
|
2244
|
+
|
|
2245
|
+
|
|
2143
2246
|
def main(argv: list[str] | None = None) -> int:
|
|
2144
2247
|
raw_argv = _root_option_first(sys.argv[1:] if argv is None else argv)
|
|
2145
2248
|
args = build_parser().parse_args(raw_argv, namespace=_Args())
|
|
@@ -2182,6 +2285,8 @@ def _dispatch(args: _Args) -> int:
|
|
|
2182
2285
|
return cmd_format(args)
|
|
2183
2286
|
case "check":
|
|
2184
2287
|
return cmd_check(args)
|
|
2288
|
+
case "commit-message":
|
|
2289
|
+
return cmd_commit_message(args)
|
|
2185
2290
|
case "validate-slack-automations":
|
|
2186
2291
|
return cmd_validate_slack_automations(args)
|
|
2187
2292
|
case "observe":
|
|
@@ -2216,10 +2321,28 @@ def build_parser() -> argparse.ArgumentParser: # ruff: ignore[too-many-locals]
|
|
|
2216
2321
|
sub = parser.add_subparsers(
|
|
2217
2322
|
dest="cmd",
|
|
2218
2323
|
required=True,
|
|
2219
|
-
metavar=(
|
|
2324
|
+
metavar=(
|
|
2325
|
+
"{setup,check,commit-message,validate-slack-automations,observe,fix,doctor,"
|
|
2326
|
+
"update,ratchet,exclude,show,maintain}"
|
|
2327
|
+
),
|
|
2220
2328
|
title="commands",
|
|
2221
2329
|
)
|
|
2222
2330
|
|
|
2331
|
+
commit_message = sub.add_parser(
|
|
2332
|
+
"commit-message",
|
|
2333
|
+
help="enforce [(i/N) ][TICKET] type(scope)!: description with safe mechanical fixes",
|
|
2334
|
+
description=(
|
|
2335
|
+
"Validate one Git commit message as [(i/N) ][TICKET] type(scope)!: description. "
|
|
2336
|
+
"Example: feat(api): add retry budget. Safe fixes change only header case and spacing."
|
|
2337
|
+
),
|
|
2338
|
+
)
|
|
2339
|
+
commit_message.add_argument(
|
|
2340
|
+
"message_file",
|
|
2341
|
+
type=Path,
|
|
2342
|
+
metavar="COMMIT_MSG_FILE",
|
|
2343
|
+
help="Git commit-message file supplied by the commit-msg hook",
|
|
2344
|
+
)
|
|
2345
|
+
|
|
2223
2346
|
p_doctor = sub.add_parser(
|
|
2224
2347
|
"doctor",
|
|
2225
2348
|
help="diagnose adoption health and optionally repair safe drift",
|
|
@@ -2278,6 +2401,11 @@ def build_parser() -> argparse.ArgumentParser: # ruff: ignore[too-many-locals]
|
|
|
2278
2401
|
setup.add_argument(
|
|
2279
2402
|
"--no-install", action="store_true", help="write wiring without installing dependencies or hooks"
|
|
2280
2403
|
)
|
|
2404
|
+
setup.add_argument(
|
|
2405
|
+
"--commit-policy-only",
|
|
2406
|
+
action="store_true",
|
|
2407
|
+
help="adopt only commit-message and PR-history policy without changing language tooling",
|
|
2408
|
+
)
|
|
2281
2409
|
setup.add_argument(
|
|
2282
2410
|
"--config",
|
|
2283
2411
|
dest="only",
|