code-standards 7.1.2__tar.gz → 7.1.4__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.1.2 → code_standards-7.1.4}/PKG-INFO +1 -1
- {code_standards-7.1.2 → code_standards-7.1.4}/pyproject.toml +1 -1
- {code_standards-7.1.2 → code_standards-7.1.4}/src/sarj_standards/api.py +2 -1
- {code_standards-7.1.2 → code_standards-7.1.4}/src/sarj_standards/cli/main.py +73 -11
- {code_standards-7.1.2 → code_standards-7.1.4}/src/sarj_standards/configs/cli-reference.v1.json +1 -1
- {code_standards-7.1.2 → code_standards-7.1.4}/src/sarj_standards/libs/linting/external.py +56 -6
- {code_standards-7.1.2 → code_standards-7.1.4}/src/sarj_standards/libs/release/rollout.py +53 -1
- {code_standards-7.1.2 → code_standards-7.1.4}/.gitignore +0 -0
- {code_standards-7.1.2 → code_standards-7.1.4}/LICENSE +0 -0
- {code_standards-7.1.2 → code_standards-7.1.4}/README.md +0 -0
- {code_standards-7.1.2 → code_standards-7.1.4}/src/sarj_standards/__init__.py +0 -0
- {code_standards-7.1.2 → code_standards-7.1.4}/src/sarj_standards/__main__.py +0 -0
- {code_standards-7.1.2 → code_standards-7.1.4}/src/sarj_standards/_meta.py +0 -0
- {code_standards-7.1.2 → code_standards-7.1.4}/src/sarj_standards/cli/__init__.py +0 -0
- {code_standards-7.1.2 → code_standards-7.1.4}/src/sarj_standards/configs/basedpyright.python315-watch.json +0 -0
- {code_standards-7.1.2 → code_standards-7.1.4}/src/sarj_standards/configs/basedpyright.strict.json +0 -0
- {code_standards-7.1.2 → code_standards-7.1.4}/src/sarj_standards/configs/doctor.config.json +0 -0
- {code_standards-7.1.2 → code_standards-7.1.4}/src/sarj_standards/configs/eslint-compact-formatter.mjs +0 -0
- {code_standards-7.1.2 → code_standards-7.1.4}/src/sarj_standards/configs/eslint.application.mjs +0 -0
- {code_standards-7.1.2 → code_standards-7.1.4}/src/sarj_standards/configs/eslint.peers.json +0 -0
- {code_standards-7.1.2 → code_standards-7.1.4}/src/sarj_standards/configs/eslint.strict.mjs +0 -0
- {code_standards-7.1.2 → code_standards-7.1.4}/src/sarj_standards/configs/markdownlint.strict.yaml +0 -0
- {code_standards-7.1.2 → code_standards-7.1.4}/src/sarj_standards/configs/pyright.strict.json +0 -0
- {code_standards-7.1.2 → code_standards-7.1.4}/src/sarj_standards/configs/ruff.application.toml +0 -0
- {code_standards-7.1.2 → code_standards-7.1.4}/src/sarj_standards/configs/ruff.python315-watch.toml +0 -0
- {code_standards-7.1.2 → code_standards-7.1.4}/src/sarj_standards/configs/ruff.strict.toml +0 -0
- {code_standards-7.1.2 → code_standards-7.1.4}/src/sarj_standards/configs/rule-inventory.v1.json +0 -0
- {code_standards-7.1.2 → code_standards-7.1.4}/src/sarj_standards/configs/rule-ledger.json +0 -0
- {code_standards-7.1.2 → code_standards-7.1.4}/src/sarj_standards/configs/rule-warning-levels.v1.json +0 -0
- {code_standards-7.1.2 → code_standards-7.1.4}/src/sarj_standards/configs/taplo.strict.toml +0 -0
- {code_standards-7.1.2 → code_standards-7.1.4}/src/sarj_standards/configs/yamllint.strict.yaml +0 -0
- {code_standards-7.1.2 → code_standards-7.1.4}/src/sarj_standards/libs/__init__.py +0 -0
- {code_standards-7.1.2 → code_standards-7.1.4}/src/sarj_standards/libs/adoption/__init__.py +0 -0
- {code_standards-7.1.2 → code_standards-7.1.4}/src/sarj_standards/libs/adoption/configs.py +0 -0
- {code_standards-7.1.2 → code_standards-7.1.4}/src/sarj_standards/libs/adoption/doctor.py +0 -0
- {code_standards-7.1.2 → code_standards-7.1.4}/src/sarj_standards/libs/adoption/exclusions.py +0 -0
- {code_standards-7.1.2 → code_standards-7.1.4}/src/sarj_standards/libs/adoption/hooks.py +0 -0
- {code_standards-7.1.2 → code_standards-7.1.4}/src/sarj_standards/libs/adoption/launcher.py +0 -0
- {code_standards-7.1.2 → code_standards-7.1.4}/src/sarj_standards/libs/adoption/lifecycle.py +0 -0
- {code_standards-7.1.2 → code_standards-7.1.4}/src/sarj_standards/libs/adoption/manifest.py +0 -0
- {code_standards-7.1.2 → code_standards-7.1.4}/src/sarj_standards/libs/adoption/packagemanager.py +0 -0
- {code_standards-7.1.2 → code_standards-7.1.4}/src/sarj_standards/libs/adoption/retired_suppressions.py +0 -0
- {code_standards-7.1.2 → code_standards-7.1.4}/src/sarj_standards/libs/adoption/scaffold.py +0 -0
- {code_standards-7.1.2 → code_standards-7.1.4}/src/sarj_standards/libs/adoption/service.py +0 -0
- {code_standards-7.1.2 → code_standards-7.1.4}/src/sarj_standards/libs/adoption/transaction.py +0 -0
- {code_standards-7.1.2 → code_standards-7.1.4}/src/sarj_standards/libs/adoption/upgrade.py +0 -0
- {code_standards-7.1.2 → code_standards-7.1.4}/src/sarj_standards/libs/adoption/uvtool.py +0 -0
- {code_standards-7.1.2 → code_standards-7.1.4}/src/sarj_standards/libs/catalogs/__init__.py +0 -0
- {code_standards-7.1.2 → code_standards-7.1.4}/src/sarj_standards/libs/catalogs/slack_automations.py +0 -0
- {code_standards-7.1.2 → code_standards-7.1.4}/src/sarj_standards/libs/corpus/__init__.py +0 -0
- {code_standards-7.1.2 → code_standards-7.1.4}/src/sarj_standards/libs/corpus/manifest.py +0 -0
- {code_standards-7.1.2 → code_standards-7.1.4}/src/sarj_standards/libs/corpus/snapshot.py +0 -0
- {code_standards-7.1.2 → code_standards-7.1.4}/src/sarj_standards/libs/diagnostics/__init__.py +0 -0
- {code_standards-7.1.2 → code_standards-7.1.4}/src/sarj_standards/libs/diagnostics/analysis.schema.json +0 -0
- {code_standards-7.1.2 → code_standards-7.1.4}/src/sarj_standards/libs/diagnostics/baseline.py +0 -0
- {code_standards-7.1.2 → code_standards-7.1.4}/src/sarj_standards/libs/diagnostics/models.py +0 -0
- {code_standards-7.1.2 → code_standards-7.1.4}/src/sarj_standards/libs/diagnostics/serialize.py +0 -0
- {code_standards-7.1.2 → code_standards-7.1.4}/src/sarj_standards/libs/diagnostics/source.py +0 -0
- {code_standards-7.1.2 → code_standards-7.1.4}/src/sarj_standards/libs/filesystem.py +0 -0
- {code_standards-7.1.2 → code_standards-7.1.4}/src/sarj_standards/libs/linting/__init__.py +0 -0
- {code_standards-7.1.2 → code_standards-7.1.4}/src/sarj_standards/libs/linting/analysis.py +0 -0
- {code_standards-7.1.2 → code_standards-7.1.4}/src/sarj_standards/libs/linting/library_policy.py +0 -0
- {code_standards-7.1.2 → code_standards-7.1.4}/src/sarj_standards/libs/linting/policy.py +0 -0
- {code_standards-7.1.2 → code_standards-7.1.4}/src/sarj_standards/libs/linting/runner.py +0 -0
- {code_standards-7.1.2 → code_standards-7.1.4}/src/sarj_standards/libs/linting/textlint.py +0 -0
- {code_standards-7.1.2 → code_standards-7.1.4}/src/sarj_standards/libs/release/__init__.py +0 -0
- {code_standards-7.1.2 → code_standards-7.1.4}/src/sarj_standards/libs/release/_values.py +0 -0
- {code_standards-7.1.2 → code_standards-7.1.4}/src/sarj_standards/libs/release/artifacts.py +0 -0
- {code_standards-7.1.2 → code_standards-7.1.4}/src/sarj_standards/libs/release/causality.py +0 -0
- {code_standards-7.1.2 → code_standards-7.1.4}/src/sarj_standards/libs/release/changes.py +0 -0
- {code_standards-7.1.2 → code_standards-7.1.4}/src/sarj_standards/libs/release/process.py +0 -0
- {code_standards-7.1.2 → code_standards-7.1.4}/src/sarj_standards/libs/release/publish.py +0 -0
- {code_standards-7.1.2 → code_standards-7.1.4}/src/sarj_standards/libs/release/registry.py +0 -0
- {code_standards-7.1.2 → code_standards-7.1.4}/src/sarj_standards/libs/release/release_age.py +0 -0
- {code_standards-7.1.2 → code_standards-7.1.4}/src/sarj_standards/libs/release/tags.py +0 -0
- {code_standards-7.1.2 → code_standards-7.1.4}/src/sarj_standards/libs/release/typescript.py +0 -0
- {code_standards-7.1.2 → code_standards-7.1.4}/src/sarj_standards/libs/repository/__init__.py +0 -0
- {code_standards-7.1.2 → code_standards-7.1.4}/src/sarj_standards/libs/repository/cli_reference_artifact.py +0 -0
- {code_standards-7.1.2 → code_standards-7.1.4}/src/sarj_standards/libs/repository/comment_corpus.py +0 -0
- {code_standards-7.1.2 → code_standards-7.1.4}/src/sarj_standards/libs/repository/config_generation.py +0 -0
- {code_standards-7.1.2 → code_standards-7.1.4}/src/sarj_standards/libs/repository/docs.py +0 -0
- {code_standards-7.1.2 → code_standards-7.1.4}/src/sarj_standards/libs/repository/hooks.py +0 -0
- {code_standards-7.1.2 → code_standards-7.1.4}/src/sarj_standards/libs/repository/ledger.py +0 -0
- {code_standards-7.1.2 → code_standards-7.1.4}/src/sarj_standards/libs/repository/repository.py +0 -0
- {code_standards-7.1.2 → code_standards-7.1.4}/src/sarj_standards/libs/repository/rule_authoring.py +0 -0
- {code_standards-7.1.2 → code_standards-7.1.4}/src/sarj_standards/libs/repository/rule_catalog_artifact.py +0 -0
- {code_standards-7.1.2 → code_standards-7.1.4}/src/sarj_standards/libs/repository/rule_changes.py +0 -0
- {code_standards-7.1.2 → code_standards-7.1.4}/src/sarj_standards/libs/repository/rule_inventory_artifact.py +0 -0
- {code_standards-7.1.2 → code_standards-7.1.4}/src/sarj_standards/libs/repository/rule_lifecycle.py +0 -0
- {code_standards-7.1.2 → code_standards-7.1.4}/src/sarj_standards/libs/repository/rule_maintenance.py +0 -0
- {code_standards-7.1.2 → code_standards-7.1.4}/src/sarj_standards/libs/rules/__init__.py +0 -0
- {code_standards-7.1.2 → code_standards-7.1.4}/src/sarj_standards/libs/rules/catalog.py +0 -0
- {code_standards-7.1.2 → code_standards-7.1.4}/src/sarj_standards/libs/rules/contracts.py +0 -0
- {code_standards-7.1.2 → code_standards-7.1.4}/src/sarj_standards/libs/rules/corpus_runner.py +0 -0
- {code_standards-7.1.2 → code_standards-7.1.4}/src/sarj_standards/libs/rules/evaluation.py +0 -0
- {code_standards-7.1.2 → code_standards-7.1.4}/src/sarj_standards/libs/setup/__init__.py +0 -0
- {code_standards-7.1.2 → code_standards-7.1.4}/src/sarj_standards/libs/setup/repository.py +0 -0
- {code_standards-7.1.2 → code_standards-7.1.4}/src/sarj_standards/py.typed +0 -0
- {code_standards-7.1.2 → code_standards-7.1.4}/src/sarj_standards/schemas/__init__.py +0 -0
- {code_standards-7.1.2 → code_standards-7.1.4}/src/sarj_standards/schemas/_paths.py +0 -0
- {code_standards-7.1.2 → code_standards-7.1.4}/src/sarj_standards/schemas/rule-catalog.v1.json +0 -0
- {code_standards-7.1.2 → code_standards-7.1.4}/src/sarj_standards/schemas/rule-catalog.v1.schema.json +0 -0
- {code_standards-7.1.2 → code_standards-7.1.4}/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.1.
|
|
3
|
+
Version: 7.1.4
|
|
4
4
|
Summary: One deterministic quality gate for Sarj Python, TypeScript, 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/
|
|
@@ -374,6 +374,7 @@ class Standards:
|
|
|
374
374
|
active_selected,
|
|
375
375
|
root=self.root,
|
|
376
376
|
trust=normalized_trust,
|
|
377
|
+
capabilities=frozenset({"eslint"}) if rule_selection is not None else None,
|
|
377
378
|
grouped=selected_groups,
|
|
378
379
|
include_react_doctor=include_react_doctor and rule_selection is None,
|
|
379
380
|
force_react_doctor=react_doctor_triggered,
|
|
@@ -603,7 +604,7 @@ def _without_baselined_diagnostics(
|
|
|
603
604
|
remaining = counts.copy()
|
|
604
605
|
|
|
605
606
|
def active(diagnostic: Diagnostic) -> bool:
|
|
606
|
-
if not diagnostic_baseline.is_baselineable(diagnostic)
|
|
607
|
+
if not diagnostic_baseline.is_baselineable(diagnostic):
|
|
607
608
|
return True
|
|
608
609
|
if diagnostic_baseline.touches_changed_lines(diagnostic, changed_scope):
|
|
609
610
|
return True
|
|
@@ -29,6 +29,7 @@ if TYPE_CHECKING:
|
|
|
29
29
|
from collections.abc import Iterable, Sequence
|
|
30
30
|
|
|
31
31
|
from sarj_standards.libs.adoption import service
|
|
32
|
+
from sarj_standards.libs.diagnostics import AnalysisReport, Diagnostic
|
|
32
33
|
from sarj_standards.libs.rules import RuleSelector
|
|
33
34
|
|
|
34
35
|
|
|
@@ -1685,24 +1686,59 @@ def cmd_baseline(args: _Args) -> int:
|
|
|
1685
1686
|
# `analyze` rejects anything outside the repository, so normalize the paths a
|
|
1686
1687
|
# caller naturally types (absolute, or relative to the shell) before handing over.
|
|
1687
1688
|
selected = _selected_paths(root, args.files) if args.files else None
|
|
1689
|
+
if selected is None and args.baseline_cmd == "update" and args.baseline_rules:
|
|
1690
|
+
adopted = manifest.load(root)
|
|
1691
|
+
if adopted is not None:
|
|
1692
|
+
selected = [str(root / path) for path in adopted.verify_paths]
|
|
1688
1693
|
except ValueError as exc:
|
|
1689
1694
|
print(f"error: {exc}", file=sys.stderr)
|
|
1690
1695
|
return 2
|
|
1691
|
-
|
|
1692
|
-
|
|
1693
|
-
|
|
1694
|
-
|
|
1695
|
-
|
|
1696
|
-
|
|
1697
|
-
|
|
1698
|
-
|
|
1699
|
-
|
|
1700
|
-
|
|
1696
|
+
trust = TrustMode.TRUSTED if args.trust_repository_code else TrustMode.SAFE
|
|
1697
|
+
reports: list[AnalysisReport] = []
|
|
1698
|
+
scoped_rules = _analysis_rules_for_baseline(args.baseline_rules) if args.baseline_cmd == "update" else None
|
|
1699
|
+
if scoped_rules is None or scoped_rules:
|
|
1700
|
+
reports.append(
|
|
1701
|
+
Standards(root).analyze(
|
|
1702
|
+
selected,
|
|
1703
|
+
external=True,
|
|
1704
|
+
trust=trust,
|
|
1705
|
+
mode=AnalysisMode.RAW,
|
|
1706
|
+
rules=scoped_rules,
|
|
1707
|
+
include_react_doctor=False,
|
|
1708
|
+
)
|
|
1709
|
+
)
|
|
1710
|
+
upstream_eslint = _upstream_eslint_rules_for_baseline(args.baseline_rules)
|
|
1711
|
+
if upstream_eslint:
|
|
1712
|
+
from sarj_standards.libs.linting.analysis import ( # ruff: ignore[import-outside-top-level]
|
|
1713
|
+
report_from_tools,
|
|
1714
|
+
)
|
|
1715
|
+
from sarj_standards.libs.linting.external import ( # ruff: ignore[import-outside-top-level]
|
|
1716
|
+
analyze_external,
|
|
1717
|
+
)
|
|
1718
|
+
|
|
1719
|
+
external = report_from_tools(
|
|
1720
|
+
root,
|
|
1721
|
+
analyze_external(
|
|
1722
|
+
selected or [str(root)],
|
|
1723
|
+
root=root,
|
|
1724
|
+
trust=trust,
|
|
1725
|
+
capabilities=frozenset({"eslint"}),
|
|
1726
|
+
include_react_doctor=False,
|
|
1727
|
+
),
|
|
1728
|
+
)
|
|
1729
|
+
reports.append(external)
|
|
1730
|
+
blocked = [issue for report in reports for issue in report.issues if issue.kind != "baseline-failure"]
|
|
1701
1731
|
if blocked:
|
|
1702
1732
|
for issue in blocked:
|
|
1703
1733
|
print(f"error: {issue.kind}: {issue.message}", file=sys.stderr)
|
|
1704
1734
|
return 2
|
|
1705
|
-
eligible = tuple(
|
|
1735
|
+
eligible = tuple(
|
|
1736
|
+
item
|
|
1737
|
+
for report in reports
|
|
1738
|
+
for item in report.diagnostics
|
|
1739
|
+
if baseline.is_baselineable(item)
|
|
1740
|
+
and (not upstream_eslint or report is not reports[-1] or _diagnostic_matches(item, upstream_eslint))
|
|
1741
|
+
)
|
|
1706
1742
|
provenance = {
|
|
1707
1743
|
"bundle_version": __version__,
|
|
1708
1744
|
"consumer_base_sha": baseline.repository_base_sha(root),
|
|
@@ -1730,6 +1766,32 @@ def cmd_baseline(args: _Args) -> int:
|
|
|
1730
1766
|
return 0
|
|
1731
1767
|
|
|
1732
1768
|
|
|
1769
|
+
def _analysis_rules_for_baseline(selectors: Sequence[str]) -> list[str] | None:
|
|
1770
|
+
if not selectors:
|
|
1771
|
+
return None
|
|
1772
|
+
normalized: list[str] = []
|
|
1773
|
+
for selector in selectors:
|
|
1774
|
+
if selector.startswith("eslint:@sarj/"):
|
|
1775
|
+
normalized.append("eslint:" + selector.removeprefix("eslint:@sarj/"))
|
|
1776
|
+
elif selector.startswith("eslint:@"):
|
|
1777
|
+
continue
|
|
1778
|
+
else:
|
|
1779
|
+
normalized.append(selector)
|
|
1780
|
+
return normalized
|
|
1781
|
+
|
|
1782
|
+
|
|
1783
|
+
def _upstream_eslint_rules_for_baseline(selectors: Sequence[str]) -> frozenset[str]:
|
|
1784
|
+
return frozenset(
|
|
1785
|
+
selector
|
|
1786
|
+
for selector in selectors
|
|
1787
|
+
if selector.startswith("eslint:@") and not selector.startswith("eslint:@sarj/")
|
|
1788
|
+
)
|
|
1789
|
+
|
|
1790
|
+
|
|
1791
|
+
def _diagnostic_matches(item: Diagnostic, selectors: frozenset[str]) -> bool:
|
|
1792
|
+
return item.rule_id is not None and f"{item.source}:{item.rule_id}" in selectors
|
|
1793
|
+
|
|
1794
|
+
|
|
1733
1795
|
def main(argv: list[str] | None = None) -> int:
|
|
1734
1796
|
raw_argv = _root_option_first(sys.argv[1:] if argv is None else argv)
|
|
1735
1797
|
args = build_parser().parse_args(raw_argv, namespace=_Args())
|
{code_standards-7.1.2 → code_standards-7.1.4}/src/sarj_standards/configs/cli-reference.v1.json
RENAMED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"commands":[{"commands":[],"name":"doctor","options":[{"choices":[],"kind":"option","metavar":null,"names":["-h","--help"],"repeatable":false,"required":false,"summary":"show this help message and exit"},{"choices":["text","json"],"kind":"option","metavar":"OUTPUT_FORMAT","names":["--format"],"repeatable":false,"required":false,"summary":"output format (default: text)"},{"choices":[],"kind":"option","metavar":null,"names":["--repair"],"repeatable":false,"required":false,"summary":"transactionally repair safe drift with the executing bundle, then re-diagnose"},{"choices":[],"kind":"option","metavar":null,"names":["--no-install"],"repeatable":false,"required":false,"summary":"with --repair, update configuration without installing dependencies or hooks"}],"path":["doctor"],"summary":"diagnose adoption health and optionally repair safe drift","usage":"code-standards doctor [-h] [--format OUTPUT_FORMAT] [--repair] [--no-install]"},{"commands":[],"name":"setup","options":[{"choices":[],"kind":"option","metavar":null,"names":["-h","--help"],"repeatable":false,"required":false,"summary":"show this help message and exit"},{"choices":["pre-commit","lefthook","none"],"kind":"option","metavar":"HOOKS","names":["--hooks"],"repeatable":false,"required":false,"summary":"hook manager (default: detect Lefthook, otherwise pre-commit)"},{"choices":[],"kind":"option","metavar":"PYTHON_DEST","names":["--python-dest"],"repeatable":false,"required":false,"summary":"the directory that owns pyproject.toml (default: detected)"},{"choices":[],"kind":"option","metavar":"TYPESCRIPT_DEST","names":["--typescript-dest"],"repeatable":false,"required":false,"summary":"the directory that owns the npm lockfile (default: detected)"},{"choices":[],"kind":"option","metavar":null,"names":["--dry-run"],"repeatable":false,"required":false,"summary":"print the complete plan without writing"},{"choices":[],"kind":"option","metavar":null,"names":["--force"],"repeatable":false,"required":false,"summary":"replace conflicting generated lint configuration after review"},{"choices":["standard","application"],"kind":"option","metavar":"PROFILE","names":["--profile"],"repeatable":false,"required":false,"summary":"policy profile to adopt (default: existing value, otherwise standard)"},{"choices":[],"kind":"option","metavar":null,"names":["--no-install"],"repeatable":false,"required":false,"summary":"write wiring without installing dependencies or hooks"},{"choices":["eslint","markdownlint","pyright","ruff","taplo","yamllint"],"kind":"option","metavar":"ONLY","names":["--config"],"repeatable":true,"required":false,"summary":"select one config explicitly (repeatable)"}],"path":["setup"],"summary":"adopt or converge the repository in one idempotent operation","usage":"code-standards setup [-h] [--hooks HOOKS] [--python-dest PYTHON_DEST] [--typescript-dest TYPESCRIPT_DEST] [--dry-run] [--force] [--profile PROFILE] [--no-install] [--config ONLY ...]"},{"commands":[],"name":"check","options":[{"choices":[],"kind":"option","metavar":null,"names":["-h","--help"],"repeatable":false,"required":false,"summary":"show this help message and exit"},{"choices":[],"kind":"option","metavar":null,"names":["--trust-repository-code"],"repeatable":false,"required":false,"summary":"allow executable repository ESLint configuration (generated hooks and CI set this explicitly)"},{"choices":[],"kind":"option","metavar":null,"names":["--staged"],"repeatable":false,"required":false,"summary":"run custom rules on hook-supplied paths, or discover staged files when none are supplied"},{"choices":["text","json","sarif","github"],"kind":"option","metavar":"OUTPUT_FORMAT","names":["--format"],"repeatable":false,"required":false,"summary":""},{"choices":[],"kind":"option","metavar":"OUTPUT","names":["--output"],"repeatable":false,"required":false,"summary":"write JSON or SARIF atomically to PATH"},{"choices":["0","1","2","3","4","5","6","7","8","9","10"],"kind":"option","metavar":"MAX_ANNOTATIONS_PER_LEVEL","names":["--max-annotations-per-level"],"repeatable":false,"required":false,"summary":""},{"choices":[],"kind":"positional","metavar":"files","names":["files"],"repeatable":true,"required":false,"summary":"selected paths; when omitted, check the complete repository"}],"path":["check"],"summary":"run the complete quality gate or check selected paths","usage":"code-standards check [-h] [--trust-repository-code] [--staged] [--format OUTPUT_FORMAT] [--output OUTPUT] [--max-annotations-per-level MAX_ANNOTATIONS_PER_LEVEL] [files ...]"},{"commands":[],"name":"validate-slack-automations","options":[{"choices":[],"kind":"option","metavar":null,"names":["-h","--help"],"repeatable":false,"required":false,"summary":"show this help message and exit"},{"choices":[],"kind":"positional","metavar":"PATH","names":["slack_catalog"],"repeatable":false,"required":true,"summary":""}],"path":["validate-slack-automations"],"summary":"validate a versioned Slack automation catalog","usage":"code-standards validate-slack-automations [-h] PATH"},{"commands":[],"name":"observe","options":[{"choices":[],"kind":"option","metavar":null,"names":["-h","--help"],"repeatable":false,"required":false,"summary":"show this help message and exit"},{"choices":[],"kind":"option","metavar":"SELECTED_RULES","names":["--rule"],"repeatable":true,"required":true,"summary":"canonical ENGINE:ID selector (repeatable)"},{"choices":["text","json","sarif","github"],"kind":"option","metavar":"OUTPUT_FORMAT","names":["--format"],"repeatable":false,"required":false,"summary":""},{"choices":[],"kind":"option","metavar":"OUTPUT","names":["--output"],"repeatable":false,"required":false,"summary":""},{"choices":[],"kind":"option","metavar":null,"names":["--trust-repository-code"],"repeatable":false,"required":false,"summary":"allow repository ESLint configuration to execute"},{"choices":[],"kind":"option","metavar":"MAX_ANNOTATIONS_PER_LEVEL","names":["--max-annotations-per-level"],"repeatable":false,"required":false,"summary":""},{"choices":[],"kind":"positional","metavar":"files","names":["files"],"repeatable":true,"required":false,"summary":"selected paths; defaults to adopted verification paths"}],"path":["observe"],"summary":"report warning-stage findings with exit 0; invalid input or execution still exits 2","usage":"code-standards observe [-h] --rule SELECTED_RULES ... [--format OUTPUT_FORMAT] [--output OUTPUT] [--trust-repository-code] [--max-annotations-per-level MAX_ANNOTATIONS_PER_LEVEL] [files ...]"},{"commands":[],"name":"fix","options":[{"choices":[],"kind":"option","metavar":null,"names":["-h","--help"],"repeatable":false,"required":false,"summary":"show this help message and exit"},{"choices":[],"kind":"option","metavar":null,"names":["--staged"],"repeatable":false,"required":false,"summary":"fix only files staged in Git"},{"choices":[],"kind":"positional","metavar":"files","names":["files"],"repeatable":true,"required":false,"summary":"selected paths; when omitted, fix the complete repository"}],"path":["fix"],"summary":"apply safe formatting and lint fixes","usage":"code-standards fix [-h] [--staged] [files ...]"},{"commands":[],"name":"update","options":[{"choices":[],"kind":"option","metavar":null,"names":["-h","--help"],"repeatable":false,"required":false,"summary":"show this help message and exit"},{"choices":[],"kind":"option","metavar":null,"names":["--check"],"repeatable":false,"required":false,"summary":"preview without writing; exit 1 when changes exist"},{"choices":[],"kind":"option","metavar":null,"names":["--offline"],"repeatable":false,"required":false,"summary":"reconverge the executing bundle and skip every network-dependent install; does not resolve latest"},{"choices":[],"kind":"option","metavar":"VERSION","names":["--to"],"repeatable":false,"required":false,"summary":"resolve and apply exactly this immutable coherent bundle version"},{"choices":[],"kind":"option","metavar":null,"names":["--no-install"],"repeatable":false,"required":false,"summary":"do not install dependencies or hooks"}],"path":["update"],"summary":"upgrade to the latest published coherent Standards bundle","usage":"code-standards update [-h] [--check] [--offline] [--to VERSION] [--no-install]"},{"commands":[{"commands":[],"name":"init","options":[{"choices":[],"kind":"option","metavar":null,"names":["-h","--help"],"repeatable":false,"required":false,"summary":"show this help message and exit"},{"choices":[],"kind":"option","metavar":"OUTPUT","names":["--output"],"repeatable":false,"required":false,"summary":"baseline JSON (default: diagnostic-baseline.json)"},{"choices":[],"kind":"option","metavar":null,"names":["--trust-repository-code"],"repeatable":false,"required":false,"summary":"run repository-local analyzers that execute project code"},{"choices":[],"kind":"positional","metavar":"files","names":["files"],"repeatable":true,"required":false,"summary":"paths to analyze (default: the whole repository)"}],"path":["baseline","init"],"summary":"record the first diagnostic baseline","usage":"code-standards baseline init [-h] [--output OUTPUT] [--trust-repository-code] [files ...]"},{"commands":[],"name":"update","options":[{"choices":[],"kind":"option","metavar":null,"names":["-h","--help"],"repeatable":false,"required":false,"summary":"show this help message and exit"},{"choices":[],"kind":"option","metavar":"OUTPUT","names":["--output"],"repeatable":false,"required":false,"summary":"baseline JSON (default: diagnostic-baseline.json)"},{"choices":[],"kind":"option","metavar":null,"names":["--trust-repository-code"],"repeatable":false,"required":false,"summary":"run repository-local analyzers that execute project code"},{"choices":[],"kind":"option","metavar":"BASELINE_RULES","names":["--rule"],"repeatable":true,"required":false,"summary":"replace debt only for this newly promoted rule (repeatable; source:RULE is also accepted)"},{"choices":[],"kind":"positional","metavar":"files","names":["files"],"repeatable":true,"required":false,"summary":"paths to analyze (default: the whole repository)"}],"path":["baseline","update"],"summary":"re-record the diagnostic baseline after reviewed cleanup","usage":"code-standards baseline update [-h] [--output OUTPUT] [--trust-repository-code] [--rule BASELINE_RULES ...] [files ...]"}],"name":"baseline","options":[{"choices":[],"kind":"option","metavar":null,"names":["-h","--help"],"repeatable":false,"required":false,"summary":"show this help message and exit"}],"path":["baseline"],"summary":"grandfather today's findings so only new ones fail","usage":"code-standards baseline [-h] {init,update}"},{"commands":[{"commands":[],"name":"init","options":[{"choices":[],"kind":"option","metavar":null,"names":["-h","--help"],"repeatable":false,"required":false,"summary":"show this help message and exit"},{"choices":[],"kind":"option","metavar":"BASELINE","names":["--baseline"],"repeatable":false,"required":false,"summary":"budget JSON (default: suppression-baseline.json)"},{"choices":[],"kind":"option","metavar":"PACKAGE","names":["--package"],"repeatable":true,"required":false,"summary":"Python package root (repeatable)"},{"choices":[],"kind":"option","metavar":"EXCLUDE_SUBTREE","names":["--exclude-subtree"],"repeatable":true,"required":false,"summary":"generated or vendored subtree to persistently exclude (repeatable)"}],"path":["ratchet","init"],"summary":"create the first suppression budget","usage":"code-standards ratchet init [-h] [--baseline BASELINE] [--package PACKAGE ...] [--exclude-subtree EXCLUDE_SUBTREE ...]"},{"commands":[],"name":"check","options":[{"choices":[],"kind":"option","metavar":null,"names":["-h","--help"],"repeatable":false,"required":false,"summary":"show this help message and exit"},{"choices":[],"kind":"option","metavar":"BASELINE","names":["--baseline"],"repeatable":false,"required":false,"summary":"budget JSON (default: suppression-baseline.json)"},{"choices":[],"kind":"option","metavar":"PACKAGE","names":["--package"],"repeatable":true,"required":false,"summary":"Python package root (repeatable)"},{"choices":[],"kind":"option","metavar":"EXCLUDE_SUBTREE","names":["--exclude-subtree"],"repeatable":true,"required":false,"summary":"generated or vendored subtree to persistently exclude (repeatable)"}],"path":["ratchet","check"],"summary":"fail when suppression debt grows","usage":"code-standards ratchet check [-h] [--baseline BASELINE] [--package PACKAGE ...] [--exclude-subtree EXCLUDE_SUBTREE ...]"},{"commands":[],"name":"status","options":[{"choices":[],"kind":"option","metavar":null,"names":["-h","--help"],"repeatable":false,"required":false,"summary":"show this help message and exit"},{"choices":[],"kind":"option","metavar":"BASELINE","names":["--baseline"],"repeatable":false,"required":false,"summary":"budget JSON (default: suppression-baseline.json)"},{"choices":[],"kind":"option","metavar":"PACKAGE","names":["--package"],"repeatable":true,"required":false,"summary":"Python package root (repeatable)"},{"choices":[],"kind":"option","metavar":"EXCLUDE_SUBTREE","names":["--exclude-subtree"],"repeatable":true,"required":false,"summary":"generated or vendored subtree to persistently exclude (repeatable)"}],"path":["ratchet","status"],"summary":"show current suppression debt and available reductions","usage":"code-standards ratchet status [-h] [--baseline BASELINE] [--package PACKAGE ...] [--exclude-subtree EXCLUDE_SUBTREE ...]"},{"commands":[],"name":"update","options":[{"choices":[],"kind":"option","metavar":null,"names":["-h","--help"],"repeatable":false,"required":false,"summary":"show this help message and exit"},{"choices":[],"kind":"option","metavar":"BASELINE","names":["--baseline"],"repeatable":false,"required":false,"summary":"budget JSON (default: suppression-baseline.json)"},{"choices":[],"kind":"option","metavar":"PACKAGE","names":["--package"],"repeatable":true,"required":false,"summary":"Python package root (repeatable)"},{"choices":[],"kind":"option","metavar":"EXCLUDE_SUBTREE","names":["--exclude-subtree"],"repeatable":true,"required":false,"summary":"generated or vendored subtree to persistently exclude (repeatable)"},{"choices":[],"kind":"option","metavar":null,"names":["--allow-increase"],"repeatable":false,"required":false,"summary":"permit a reviewed increase in suppression debt"}],"path":["ratchet","update"],"summary":"lock in reviewed suppression-budget changes","usage":"code-standards ratchet update [-h] [--baseline BASELINE] [--package PACKAGE ...] [--exclude-subtree EXCLUDE_SUBTREE ...] [--allow-increase]"}],"name":"ratchet","options":[{"choices":[],"kind":"option","metavar":null,"names":["-h","--help"],"repeatable":false,"required":false,"summary":"show this help message and exit"}],"path":["ratchet"],"summary":"keep the Python suppression budget from growing","usage":"code-standards ratchet [-h] {init,check,status,update}"},{"commands":[{"commands":[],"name":"list","options":[{"choices":[],"kind":"option","metavar":null,"names":["-h","--help"],"repeatable":false,"required":false,"summary":"show this help message and exit"}],"path":["exclude","list"],"summary":"list the complete denylist","usage":"code-standards exclude list [-h]"},{"commands":[],"name":"add","options":[{"choices":[],"kind":"option","metavar":null,"names":["-h","--help"],"repeatable":false,"required":false,"summary":"show this help message and exit"},{"choices":["path","rule"],"kind":"positional","metavar":"{path,rule}","names":["exclude_kind"],"repeatable":false,"required":true,"summary":""},{"choices":[],"kind":"positional","metavar":"value","names":["value"],"repeatable":false,"required":true,"summary":"repository-relative glob or canonical engine:rule selector"}],"path":["exclude","add"],"summary":"add one exact denylist entry","usage":"code-standards exclude add [-h] {path,rule} value"},{"commands":[],"name":"remove","options":[{"choices":[],"kind":"option","metavar":null,"names":["-h","--help"],"repeatable":false,"required":false,"summary":"show this help message and exit"},{"choices":["path","rule"],"kind":"positional","metavar":"{path,rule}","names":["exclude_kind"],"repeatable":false,"required":true,"summary":""},{"choices":[],"kind":"positional","metavar":"value","names":["value"],"repeatable":false,"required":true,"summary":"repository-relative glob or canonical engine:rule selector"}],"path":["exclude","remove"],"summary":"remove one exact denylist entry","usage":"code-standards exclude remove [-h] {path,rule} value"}],"name":"exclude","options":[{"choices":[],"kind":"option","metavar":null,"names":["-h","--help"],"repeatable":false,"required":false,"summary":"show this help message and exit"}],"path":["exclude"],"summary":"inspect or change explicit path and rule exclusions","usage":"code-standards exclude [-h] {list,add,remove}"},{"commands":[{"commands":[],"name":"state","options":[{"choices":[],"kind":"option","metavar":null,"names":["-h","--help"],"repeatable":false,"required":false,"summary":"show this help message and exit"}],"path":["show","state"],"summary":"print detected adoption state as JSON","usage":"code-standards show state [-h]"},{"commands":[],"name":"configs","options":[{"choices":[],"kind":"option","metavar":null,"names":["-h","--help"],"repeatable":false,"required":false,"summary":"show this help message and exit"}],"path":["show","configs"],"summary":"list bundled configurations","usage":"code-standards show configs [-h]"},{"commands":[],"name":"config","options":[{"choices":[],"kind":"option","metavar":null,"names":["-h","--help"],"repeatable":false,"required":false,"summary":"show this help message and exit"},{"choices":["eslint","markdownlint","pyright","ruff","taplo","yamllint"],"kind":"positional","metavar":"name","names":["name"],"repeatable":false,"required":true,"summary":""},{"choices":["standard","application"],"kind":"option","metavar":"PROFILE","names":["--profile"],"repeatable":false,"required":false,"summary":""}],"path":["show","config"],"summary":"print one bundled configuration path","usage":"code-standards show config [-h] name [--profile PROFILE]"},{"commands":[],"name":"peers","options":[{"choices":[],"kind":"option","metavar":null,"names":["-h","--help"],"repeatable":false,"required":false,"summary":"show this help message and exit"}],"path":["show","peers"],"summary":"show tested ESLint peer dependencies and install command","usage":"code-standards show peers [-h]"},{"commands":[],"name":"rules","options":[{"choices":[],"kind":"option","metavar":null,"names":["-h","--help"],"repeatable":false,"required":false,"summary":"show this help message and exit"}],"path":["show","rules"],"summary":"print the machine-readable custom-rule inventory","usage":"code-standards show rules [-h]"},{"commands":[],"name":"ci","options":[{"choices":[],"kind":"option","metavar":null,"names":["-h","--help"],"repeatable":false,"required":false,"summary":"show this help message and exit"},{"choices":[],"kind":"option","metavar":"OUTPUT","names":["--output"],"repeatable":false,"required":false,"summary":"write a managed workflow inside the repository"}],"path":["show","ci"],"summary":"print a complete pinned GitHub Actions standards workflow","usage":"code-standards show ci [-h] [--output OUTPUT]"}],"name":"show","options":[{"choices":[],"kind":"option","metavar":null,"names":["-h","--help"],"repeatable":false,"required":false,"summary":"show this help message and exit"}],"path":["show"],"summary":"print read-only package and adoption information","usage":"code-standards show [-h] {state,configs,config,peers,rules,ci}"},{"commands":[{"commands":[],"name":"setup","options":[{"choices":[],"kind":"option","metavar":null,"names":["-h","--help"],"repeatable":false,"required":false,"summary":"show this help message and exit"},{"choices":[],"kind":"option","metavar":null,"names":["--check"],"repeatable":false,"required":false,"summary":"print the deterministic setup plan without executing it"}],"path":["maintain","setup"],"summary":"install every standards development environment and repository hook","usage":"code-standards maintain setup [-h] [--check]"},{"commands":[{"commands":[],"name":"check-tag","options":[{"choices":[],"kind":"option","metavar":null,"names":["-h","--help"],"repeatable":false,"required":false,"summary":"show this help message and exit"},{"choices":[],"kind":"positional","metavar":"tag","names":["tag"],"repeatable":false,"required":true,"summary":""}],"path":["maintain","release","check-tag"],"summary":"require a release tag to match its package manifest","usage":"code-standards maintain release check-tag [-h] tag"},{"commands":[],"name":"verify-tags","options":[{"choices":[],"kind":"option","metavar":null,"names":["-h","--help"],"repeatable":false,"required":false,"summary":"show this help message and exit"},{"choices":[],"kind":"option","metavar":"RELEASE_COMMIT","names":["--commit"],"repeatable":false,"required":false,"summary":"also require existing tags to match this publishing commit or an unchanged package tree"}],"path":["maintain","release","verify-tags"],"summary":"verify all manifest release tags on origin","usage":"code-standards maintain release verify-tags [-h] [--commit RELEASE_COMMIT]"},{"commands":[],"name":"create-tags","options":[{"choices":[],"kind":"option","metavar":null,"names":["-h","--help"],"repeatable":false,"required":false,"summary":"show this help message and exit"},{"choices":["typescript","bootstrap","python","sql","iac","standards","tsconfig","docs-ui"],"kind":"positional","metavar":"release_targets","names":["release_targets"],"repeatable":true,"required":true,"summary":""},{"choices":[],"kind":"option","metavar":"RELEASE_COMMIT","names":["--commit"],"repeatable":false,"required":true,"summary":"exact commit that was published"},{"choices":[],"kind":"option","metavar":"ATTEMPTS","names":["--attempts"],"repeatable":false,"required":false,"summary":""},{"choices":[],"kind":"option","metavar":"DELAY_SECONDS","names":["--delay-seconds"],"repeatable":false,"required":false,"summary":""}],"path":["maintain","release","create-tags"],"summary":"create and push manifest release tags","usage":"code-standards maintain release create-tags [-h] release_targets ... --commit RELEASE_COMMIT [--attempts ATTEMPTS] [--delay-seconds DELAY_SECONDS]"},{"commands":[],"name":"changes","options":[{"choices":[],"kind":"option","metavar":null,"names":["-h","--help"],"repeatable":false,"required":false,"summary":"show this help message and exit"},{"choices":[],"kind":"option","metavar":"BEFORE","names":["--before"],"repeatable":false,"required":true,"summary":""},{"choices":[],"kind":"option","metavar":"AFTER","names":["--after"],"repeatable":false,"required":true,"summary":""},{"choices":[],"kind":"option","metavar":"GITHUB_OUTPUT","names":["--github-output"],"repeatable":false,"required":true,"summary":""}],"path":["maintain","release","changes"],"summary":"emit package version changes between Git revisions","usage":"code-standards maintain release changes [-h] --before BEFORE --after AFTER --github-output GITHUB_OUTPUT"},{"commands":[],"name":"causality","options":[{"choices":[],"kind":"option","metavar":null,"names":["-h","--help"],"repeatable":false,"required":false,"summary":"show this help message and exit"},{"choices":[],"kind":"option","metavar":"BEFORE","names":["--before"],"repeatable":false,"required":true,"summary":""},{"choices":[],"kind":"option","metavar":"AFTER","names":["--after"],"repeatable":false,"required":true,"summary":""}],"path":["maintain","release","causality"],"summary":"require every publishable package change to bump its version","usage":"code-standards maintain release causality [-h] --before BEFORE --after AFTER"},{"commands":[],"name":"lock-age","options":[{"choices":[],"kind":"option","metavar":null,"names":["-h","--help"],"repeatable":false,"required":false,"summary":"show this help message and exit"},{"choices":[],"kind":"positional","metavar":"lockfile","names":["lockfile"],"repeatable":false,"required":true,"summary":""},{"choices":[],"kind":"option","metavar":"MINIMUM_AGE","names":["--minimum-days"],"repeatable":false,"required":false,"summary":""},{"choices":[],"kind":"option","metavar":"RELEASE_EXCLUDE","names":["--exclude"],"repeatable":true,"required":false,"summary":""},{"choices":[],"kind":"option","metavar":"RELEASE_EXCLUDE_FILE","names":["--exclude-file"],"repeatable":true,"required":false,"summary":"line-oriented exact package@version exceptions (repeatable)"}],"path":["maintain","release","lock-age"],"summary":"enforce npm lockfile minimum release age","usage":"code-standards maintain release lock-age [-h] lockfile [--minimum-days MINIMUM_AGE] [--exclude RELEASE_EXCLUDE ...] [--exclude-file RELEASE_EXCLUDE_FILE ...]"},{"commands":[],"name":"typescript","options":[{"choices":[],"kind":"option","metavar":null,"names":["-h","--help"],"repeatable":false,"required":false,"summary":"show this help message and exit"},{"choices":["check","pack","publish"],"kind":"positional","metavar":"release_mode","names":["release_mode"],"repeatable":false,"required":true,"summary":""},{"choices":[],"kind":"option","metavar":"OUTPUT","names":["--output"],"repeatable":false,"required":false,"summary":"artifact directory (required for pack)"}],"path":["maintain","release","typescript"],"summary":"check, pack, or publish the TypeScript package","usage":"code-standards maintain release typescript [-h] release_mode [--output OUTPUT]"},{"commands":[],"name":"verify-wheel","options":[{"choices":[],"kind":"option","metavar":null,"names":["-h","--help"],"repeatable":false,"required":false,"summary":"show this help message and exit"},{"choices":[],"kind":"positional","metavar":"wheels","names":["wheels"],"repeatable":true,"required":true,"summary":""}],"path":["maintain","release","verify-wheel"],"summary":"require non-empty license text in built Python wheels","usage":"code-standards maintain release verify-wheel [-h] wheels ..."},{"commands":[],"name":"verify-publications","options":[{"choices":[],"kind":"option","metavar":null,"names":["-h","--help"],"repeatable":false,"required":false,"summary":"show this help message and exit"},{"choices":[],"kind":"option","metavar":"ATTEMPTS","names":["--attempts"],"repeatable":false,"required":false,"summary":""},{"choices":[],"kind":"option","metavar":"DELAY_SECONDS","names":["--delay-seconds"],"repeatable":false,"required":false,"summary":""}],"path":["maintain","release","verify-publications"],"summary":"wait for every exact sibling publication required by Standards","usage":"code-standards maintain release verify-publications [-h] [--attempts ATTEMPTS] [--delay-seconds DELAY_SECONDS]"},{"commands":[],"name":"publish","options":[{"choices":[],"kind":"option","metavar":null,"names":["-h","--help"],"repeatable":false,"required":false,"summary":"show this help message and exit"},{"choices":["typescript","bootstrap","python","sql","iac","standards","tsconfig","docs-ui"],"kind":"positional","metavar":"release_target","names":["release_target"],"repeatable":false,"required":true,"summary":""}],"path":["maintain","release","publish"],"summary":"build and publish one package through its native client","usage":"code-standards maintain release publish [-h] release_target"}],"name":"release","options":[{"choices":[],"kind":"option","metavar":null,"names":["-h","--help"],"repeatable":false,"required":false,"summary":"show this help message and exit"}],"path":["maintain","release"],"summary":"validate and build publishable release artifacts","usage":"code-standards maintain release [-h] {check-tag,verify-tags,create-tags,changes,causality,lock-age,typescript,verify-wheel,verify-publications,publish}"},{"commands":[],"name":"check","options":[{"choices":[],"kind":"option","metavar":null,"names":["-h","--help"],"repeatable":false,"required":false,"summary":"show this help message and exit"},{"choices":["ci-history","file-conventions","private-refs","versions"],"kind":"option","metavar":"REPO_ONLY","names":["--only"],"repeatable":true,"required":false,"summary":""},{"choices":[],"kind":"option","metavar":"COMMITS","names":["--commits"],"repeatable":false,"required":false,"summary":"also inspect commit messages in this revision range"},{"choices":[],"kind":"option","metavar":"POLICY_DEST","names":["--policy-root"],"repeatable":false,"required":false,"summary":"trusted repository policy root (default: --root)"},{"choices":[],"kind":"option","metavar":"PRIVATE_REFS_FILE","names":["--private-refs-file"],"repeatable":false,"required":false,"summary":"private-reference TOML outside the scanned repository"},{"choices":[],"kind":"option","metavar":null,"names":["--quiet"],"repeatable":false,"required":false,"summary":"hide finding details"}],"path":["maintain","check"],"summary":"run repository policy gates","usage":"code-standards maintain check [-h] [--only REPO_ONLY ...] [--commits COMMITS] [--policy-root POLICY_DEST] [--private-refs-file PRIVATE_REFS_FILE] [--quiet]"},{"commands":[],"name":"sync-ledger","options":[{"choices":[],"kind":"option","metavar":null,"names":["-h","--help"],"repeatable":false,"required":false,"summary":"show this help message and exit"},{"choices":[],"kind":"option","metavar":null,"names":["--check"],"repeatable":false,"required":false,"summary":"report drift without writing"}],"path":["maintain","sync-ledger"],"summary":"synchronize the rule compatibility ledger","usage":"code-standards maintain sync-ledger [-h] [--check]"},{"commands":[{"commands":[],"name":"check","options":[{"choices":[],"kind":"option","metavar":null,"names":["-h","--help"],"repeatable":false,"required":false,"summary":"show this help message and exit"}],"path":["maintain","docs","check"],"summary":"","usage":"code-standards maintain docs check [-h]"},{"commands":[],"name":"sync","options":[{"choices":[],"kind":"option","metavar":null,"names":["-h","--help"],"repeatable":false,"required":false,"summary":"show this help message and exit"}],"path":["maintain","docs","sync"],"summary":"","usage":"code-standards maintain docs sync [-h]"}],"name":"docs","options":[{"choices":[],"kind":"option","metavar":null,"names":["-h","--help"],"repeatable":false,"required":false,"summary":"show this help message and exit"}],"path":["maintain","docs"],"summary":"check or synchronize source-derived documentation","usage":"code-standards maintain docs [-h] {check,sync}"},{"commands":[],"name":"comment-corpus","options":[{"choices":[],"kind":"option","metavar":null,"names":["-h","--help"],"repeatable":false,"required":false,"summary":"show this help message and exit"},{"choices":[],"kind":"positional","metavar":"roots","names":["roots"],"repeatable":true,"required":true,"summary":""},{"choices":[],"kind":"option","metavar":"PRIVATE_JSONL","names":["--include-text"],"repeatable":false,"required":false,"summary":"write sensitive comment text to a new owner-readable file"}],"path":["maintain","comment-corpus"],"summary":"extract comments for calibration","usage":"code-standards maintain comment-corpus [-h] roots ... [--include-text PRIVATE_JSONL]"},{"commands":[{"commands":[],"name":"install","options":[{"choices":[],"kind":"option","metavar":null,"names":["-h","--help"],"repeatable":false,"required":false,"summary":"show this help message and exit"}],"path":["maintain","hooks","install"],"summary":"install Lefthook","usage":"code-standards maintain hooks install [-h]"}],"name":"hooks","options":[{"choices":[],"kind":"option","metavar":null,"names":["-h","--help"],"repeatable":false,"required":false,"summary":"show this help message and exit"}],"path":["maintain","hooks"],"summary":"manage the pinned repository hooks","usage":"code-standards maintain hooks [-h] {install}"},{"commands":[{"commands":[],"name":"manifest","options":[{"choices":[],"kind":"option","metavar":null,"names":["-h","--help"],"repeatable":false,"required":false,"summary":"show this help message and exit"}],"path":["maintain","rules","manifest"],"summary":"print the shipped rule inventory","usage":"code-standards maintain rules manifest [-h]"},{"commands":[],"name":"check","options":[{"choices":[],"kind":"option","metavar":null,"names":["-h","--help"],"repeatable":false,"required":false,"summary":"show this help message and exit"}],"path":["maintain","rules","check"],"summary":"verify the shipped rule inventory matches live registries","usage":"code-standards maintain rules check [-h]"},{"commands":[],"name":"sync","options":[{"choices":[],"kind":"option","metavar":null,"names":["-h","--help"],"repeatable":false,"required":false,"summary":"show this help message and exit"}],"path":["maintain","rules","sync"],"summary":"update the shipped rule inventory from live registries","usage":"code-standards maintain rules sync [-h]"},{"commands":[],"name":"new","options":[{"choices":[],"kind":"option","metavar":null,"names":["-h","--help"],"repeatable":false,"required":false,"summary":"show this help message and exit"},{"choices":[],"kind":"positional","metavar":"selector","names":["selector"],"repeatable":false,"required":true,"summary":"canonical ENGINE:ID selector"},{"choices":["architecture","correctness","maintainability","performance","security","style","testing"],"kind":"option","metavar":"RULE_CATEGORY","names":["--category"],"repeatable":false,"required":true,"summary":""},{"choices":[],"kind":"option","metavar":"RULE_SUMMARY","names":["--summary"],"repeatable":false,"required":true,"summary":""},{"choices":[],"kind":"option","metavar":null,"names":["--apply"],"repeatable":false,"required":false,"summary":"create the planned files"}],"path":["maintain","rules","new"],"summary":"plan or create author-owned rule and test skeletons","usage":"code-standards maintain rules new [-h] selector --category RULE_CATEGORY --summary RULE_SUMMARY [--apply]"},{"commands":[],"name":"stage-warning","options":[{"choices":[],"kind":"option","metavar":null,"names":["-h","--help"],"repeatable":false,"required":false,"summary":"show this help message and exit"},{"choices":[],"kind":"positional","metavar":"selector","names":["selector"],"repeatable":false,"required":true,"summary":"canonical ENGINE:ID selector"},{"choices":[],"kind":"option","metavar":null,"names":["--check"],"repeatable":false,"required":false,"summary":"report required staging without writing"}],"path":["maintain","rules","stage-warning"],"summary":"prepare one registered rule for warning-first publication","usage":"code-standards maintain rules stage-warning [-h] selector [--check]"},{"commands":[],"name":"prepare","options":[{"choices":[],"kind":"option","metavar":null,"names":["-h","--help"],"repeatable":false,"required":false,"summary":"show this help message and exit"},{"choices":[],"kind":"positional","metavar":"selector","names":["selector"],"repeatable":false,"required":true,"summary":"canonical ENGINE:ID selector"},{"choices":[],"kind":"option","metavar":null,"names":["--check"],"repeatable":false,"required":false,"summary":"report required preparation without writing"}],"path":["maintain","rules","prepare"],"summary":"validate and prepare one registered rule for warning-first publication","usage":"code-standards maintain rules prepare [-h] selector [--check]"},{"commands":[],"name":"verify","options":[{"choices":[],"kind":"option","metavar":null,"names":["-h","--help"],"repeatable":false,"required":false,"summary":"show this help message and exit"},{"choices":[],"kind":"positional","metavar":"selector","names":["selector"],"repeatable":false,"required":true,"summary":"canonical ENGINE:ID selector"}],"path":["maintain","rules","verify"],"summary":"validate one registered rule's authored files and public examples","usage":"code-standards maintain rules verify [-h] selector"},{"commands":[],"name":"changes","options":[{"choices":[],"kind":"option","metavar":null,"names":["-h","--help"],"repeatable":false,"required":false,"summary":"show this help message and exit"},{"choices":[],"kind":"option","metavar":"BEFORE","names":["--before"],"repeatable":false,"required":true,"summary":""},{"choices":[],"kind":"option","metavar":"AFTER","names":["--after"],"repeatable":false,"required":true,"summary":""},{"choices":["json","text"],"kind":"option","metavar":"OUTPUT_FORMAT","names":["--format"],"repeatable":false,"required":false,"summary":""}],"path":["maintain","rules","changes"],"summary":"compare rule inventory and policy between two Git revisions","usage":"code-standards maintain rules changes [-h] --before BEFORE --after AFTER [--format OUTPUT_FORMAT]"},{"commands":[],"name":"evaluate","options":[{"choices":[],"kind":"option","metavar":null,"names":["-h","--help"],"repeatable":false,"required":false,"summary":"show this help message and exit"},{"choices":[],"kind":"option","metavar":"SELECTED_RULES","names":["--rule"],"repeatable":true,"required":true,"summary":"canonical ENGINE:ID selector (repeatable)"},{"choices":["corpus","effective"],"kind":"option","metavar":"EVALUATION_SCOPE","names":["--scope"],"repeatable":false,"required":false,"summary":"corpus ignores baselines/rule exclusions; effective applies adopted repository policy"},{"choices":["json","text"],"kind":"option","metavar":"OUTPUT_FORMAT","names":["--format"],"repeatable":false,"required":false,"summary":""},{"choices":[],"kind":"option","metavar":"OUTPUT","names":["--output"],"repeatable":false,"required":false,"summary":""},{"choices":[],"kind":"option","metavar":null,"names":["--trust-repository-code"],"repeatable":false,"required":false,"summary":"allow executable repository ESLint configuration"},{"choices":[],"kind":"positional","metavar":"files","names":["files"],"repeatable":true,"required":false,"summary":""}],"path":["maintain","rules","evaluate"],"summary":"calibrate selected custom rules; findings exit 1 and invalid input or execution exits 2","usage":"code-standards maintain rules evaluate [-h] --rule SELECTED_RULES ... [--scope EVALUATION_SCOPE] [--format OUTPUT_FORMAT] [--output OUTPUT] [--trust-repository-code] [files ...]"}],"name":"rules","options":[{"choices":[],"kind":"option","metavar":null,"names":["-h","--help"],"repeatable":false,"required":false,"summary":"show this help message and exit"}],"path":["maintain","rules"],"summary":"inspect live custom rules","usage":"code-standards maintain rules [-h] {manifest,check,sync,new,stage-warning,prepare,verify,changes,evaluate}"},{"commands":[{"commands":[],"name":"check","options":[{"choices":[],"kind":"option","metavar":null,"names":["-h","--help"],"repeatable":false,"required":false,"summary":"show this help message and exit"}],"path":["maintain","catalog","check"],"summary":"verify the public catalog matches every live rule","usage":"code-standards maintain catalog check [-h]"},{"commands":[],"name":"sync","options":[{"choices":[],"kind":"option","metavar":null,"names":["-h","--help"],"repeatable":false,"required":false,"summary":"show this help message and exit"}],"path":["maintain","catalog","sync"],"summary":"update the public catalog from source-owned rule metadata","usage":"code-standards maintain catalog sync [-h]"}],"name":"catalog","options":[{"choices":[],"kind":"option","metavar":null,"names":["-h","--help"],"repeatable":false,"required":false,"summary":"show this help message and exit"}],"path":["maintain","catalog"],"summary":"maintain the source-derived public rule catalog","usage":"code-standards maintain catalog [-h] {check,sync}"},{"commands":[{"commands":[],"name":"check","options":[{"choices":[],"kind":"option","metavar":null,"names":["-h","--help"],"repeatable":false,"required":false,"summary":"show this help message and exit"}],"path":["maintain","cli-reference","check"],"summary":"verify the shipped reference matches the parser graph","usage":"code-standards maintain cli-reference check [-h]"},{"commands":[],"name":"sync","options":[{"choices":[],"kind":"option","metavar":null,"names":["-h","--help"],"repeatable":false,"required":false,"summary":"show this help message and exit"}],"path":["maintain","cli-reference","sync"],"summary":"update the shipped reference from the parser graph","usage":"code-standards maintain cli-reference sync [-h]"}],"name":"cli-reference","options":[{"choices":[],"kind":"option","metavar":null,"names":["-h","--help"],"repeatable":false,"required":false,"summary":"show this help message and exit"}],"path":["maintain","cli-reference"],"summary":"maintain the source-derived CLI reference","usage":"code-standards maintain cli-reference [-h] {check,sync}"}],"name":"maintain","options":[{"choices":[],"kind":"option","metavar":null,"names":["-h","--help"],"repeatable":false,"required":false,"summary":"show this help message and exit"}],"path":["maintain"],"summary":"repository policy, hooks, rule ledgers, and releases","usage":"code-standards maintain [-h] {setup,release,check,sync-ledger,docs,comment-corpus,hooks,rules,catalog,cli-reference}"}],"epilog":"Start with `code-standards setup`, then use `code-standards check`.","globalOptions":[{"choices":[],"kind":"option","metavar":null,"names":["-h","--help"],"repeatable":false,"required":false,"summary":"show this help message and exit"},{"choices":[],"kind":"option","metavar":null,"names":["--version"],"repeatable":false,"required":false,"summary":"show program's version number and exit"},{"choices":[],"kind":"option","metavar":"DEST","names":["--root"],"repeatable":false,"required":false,"summary":"repository root shared by the selected command (default: current directory)"}],"launcher":{"install":"uv tool install --python 3.14 code-standards","runLatest":"uvx --no-config --isolated --python 3.14 --from code-standards code-standards"},"program":"code-standards","schemaVersion":1,"summary":"Adopt, check, fix, diagnose, and update sarj-ai standards (v7.1.2).","version":"7.1.2"}
|
|
1
|
+
{"commands":[{"commands":[],"name":"doctor","options":[{"choices":[],"kind":"option","metavar":null,"names":["-h","--help"],"repeatable":false,"required":false,"summary":"show this help message and exit"},{"choices":["text","json"],"kind":"option","metavar":"OUTPUT_FORMAT","names":["--format"],"repeatable":false,"required":false,"summary":"output format (default: text)"},{"choices":[],"kind":"option","metavar":null,"names":["--repair"],"repeatable":false,"required":false,"summary":"transactionally repair safe drift with the executing bundle, then re-diagnose"},{"choices":[],"kind":"option","metavar":null,"names":["--no-install"],"repeatable":false,"required":false,"summary":"with --repair, update configuration without installing dependencies or hooks"}],"path":["doctor"],"summary":"diagnose adoption health and optionally repair safe drift","usage":"code-standards doctor [-h] [--format OUTPUT_FORMAT] [--repair] [--no-install]"},{"commands":[],"name":"setup","options":[{"choices":[],"kind":"option","metavar":null,"names":["-h","--help"],"repeatable":false,"required":false,"summary":"show this help message and exit"},{"choices":["pre-commit","lefthook","none"],"kind":"option","metavar":"HOOKS","names":["--hooks"],"repeatable":false,"required":false,"summary":"hook manager (default: detect Lefthook, otherwise pre-commit)"},{"choices":[],"kind":"option","metavar":"PYTHON_DEST","names":["--python-dest"],"repeatable":false,"required":false,"summary":"the directory that owns pyproject.toml (default: detected)"},{"choices":[],"kind":"option","metavar":"TYPESCRIPT_DEST","names":["--typescript-dest"],"repeatable":false,"required":false,"summary":"the directory that owns the npm lockfile (default: detected)"},{"choices":[],"kind":"option","metavar":null,"names":["--dry-run"],"repeatable":false,"required":false,"summary":"print the complete plan without writing"},{"choices":[],"kind":"option","metavar":null,"names":["--force"],"repeatable":false,"required":false,"summary":"replace conflicting generated lint configuration after review"},{"choices":["standard","application"],"kind":"option","metavar":"PROFILE","names":["--profile"],"repeatable":false,"required":false,"summary":"policy profile to adopt (default: existing value, otherwise standard)"},{"choices":[],"kind":"option","metavar":null,"names":["--no-install"],"repeatable":false,"required":false,"summary":"write wiring without installing dependencies or hooks"},{"choices":["eslint","markdownlint","pyright","ruff","taplo","yamllint"],"kind":"option","metavar":"ONLY","names":["--config"],"repeatable":true,"required":false,"summary":"select one config explicitly (repeatable)"}],"path":["setup"],"summary":"adopt or converge the repository in one idempotent operation","usage":"code-standards setup [-h] [--hooks HOOKS] [--python-dest PYTHON_DEST] [--typescript-dest TYPESCRIPT_DEST] [--dry-run] [--force] [--profile PROFILE] [--no-install] [--config ONLY ...]"},{"commands":[],"name":"check","options":[{"choices":[],"kind":"option","metavar":null,"names":["-h","--help"],"repeatable":false,"required":false,"summary":"show this help message and exit"},{"choices":[],"kind":"option","metavar":null,"names":["--trust-repository-code"],"repeatable":false,"required":false,"summary":"allow executable repository ESLint configuration (generated hooks and CI set this explicitly)"},{"choices":[],"kind":"option","metavar":null,"names":["--staged"],"repeatable":false,"required":false,"summary":"run custom rules on hook-supplied paths, or discover staged files when none are supplied"},{"choices":["text","json","sarif","github"],"kind":"option","metavar":"OUTPUT_FORMAT","names":["--format"],"repeatable":false,"required":false,"summary":""},{"choices":[],"kind":"option","metavar":"OUTPUT","names":["--output"],"repeatable":false,"required":false,"summary":"write JSON or SARIF atomically to PATH"},{"choices":["0","1","2","3","4","5","6","7","8","9","10"],"kind":"option","metavar":"MAX_ANNOTATIONS_PER_LEVEL","names":["--max-annotations-per-level"],"repeatable":false,"required":false,"summary":""},{"choices":[],"kind":"positional","metavar":"files","names":["files"],"repeatable":true,"required":false,"summary":"selected paths; when omitted, check the complete repository"}],"path":["check"],"summary":"run the complete quality gate or check selected paths","usage":"code-standards check [-h] [--trust-repository-code] [--staged] [--format OUTPUT_FORMAT] [--output OUTPUT] [--max-annotations-per-level MAX_ANNOTATIONS_PER_LEVEL] [files ...]"},{"commands":[],"name":"validate-slack-automations","options":[{"choices":[],"kind":"option","metavar":null,"names":["-h","--help"],"repeatable":false,"required":false,"summary":"show this help message and exit"},{"choices":[],"kind":"positional","metavar":"PATH","names":["slack_catalog"],"repeatable":false,"required":true,"summary":""}],"path":["validate-slack-automations"],"summary":"validate a versioned Slack automation catalog","usage":"code-standards validate-slack-automations [-h] PATH"},{"commands":[],"name":"observe","options":[{"choices":[],"kind":"option","metavar":null,"names":["-h","--help"],"repeatable":false,"required":false,"summary":"show this help message and exit"},{"choices":[],"kind":"option","metavar":"SELECTED_RULES","names":["--rule"],"repeatable":true,"required":true,"summary":"canonical ENGINE:ID selector (repeatable)"},{"choices":["text","json","sarif","github"],"kind":"option","metavar":"OUTPUT_FORMAT","names":["--format"],"repeatable":false,"required":false,"summary":""},{"choices":[],"kind":"option","metavar":"OUTPUT","names":["--output"],"repeatable":false,"required":false,"summary":""},{"choices":[],"kind":"option","metavar":null,"names":["--trust-repository-code"],"repeatable":false,"required":false,"summary":"allow repository ESLint configuration to execute"},{"choices":[],"kind":"option","metavar":"MAX_ANNOTATIONS_PER_LEVEL","names":["--max-annotations-per-level"],"repeatable":false,"required":false,"summary":""},{"choices":[],"kind":"positional","metavar":"files","names":["files"],"repeatable":true,"required":false,"summary":"selected paths; defaults to adopted verification paths"}],"path":["observe"],"summary":"report warning-stage findings with exit 0; invalid input or execution still exits 2","usage":"code-standards observe [-h] --rule SELECTED_RULES ... [--format OUTPUT_FORMAT] [--output OUTPUT] [--trust-repository-code] [--max-annotations-per-level MAX_ANNOTATIONS_PER_LEVEL] [files ...]"},{"commands":[],"name":"fix","options":[{"choices":[],"kind":"option","metavar":null,"names":["-h","--help"],"repeatable":false,"required":false,"summary":"show this help message and exit"},{"choices":[],"kind":"option","metavar":null,"names":["--staged"],"repeatable":false,"required":false,"summary":"fix only files staged in Git"},{"choices":[],"kind":"positional","metavar":"files","names":["files"],"repeatable":true,"required":false,"summary":"selected paths; when omitted, fix the complete repository"}],"path":["fix"],"summary":"apply safe formatting and lint fixes","usage":"code-standards fix [-h] [--staged] [files ...]"},{"commands":[],"name":"update","options":[{"choices":[],"kind":"option","metavar":null,"names":["-h","--help"],"repeatable":false,"required":false,"summary":"show this help message and exit"},{"choices":[],"kind":"option","metavar":null,"names":["--check"],"repeatable":false,"required":false,"summary":"preview without writing; exit 1 when changes exist"},{"choices":[],"kind":"option","metavar":null,"names":["--offline"],"repeatable":false,"required":false,"summary":"reconverge the executing bundle and skip every network-dependent install; does not resolve latest"},{"choices":[],"kind":"option","metavar":"VERSION","names":["--to"],"repeatable":false,"required":false,"summary":"resolve and apply exactly this immutable coherent bundle version"},{"choices":[],"kind":"option","metavar":null,"names":["--no-install"],"repeatable":false,"required":false,"summary":"do not install dependencies or hooks"}],"path":["update"],"summary":"upgrade to the latest published coherent Standards bundle","usage":"code-standards update [-h] [--check] [--offline] [--to VERSION] [--no-install]"},{"commands":[{"commands":[],"name":"init","options":[{"choices":[],"kind":"option","metavar":null,"names":["-h","--help"],"repeatable":false,"required":false,"summary":"show this help message and exit"},{"choices":[],"kind":"option","metavar":"OUTPUT","names":["--output"],"repeatable":false,"required":false,"summary":"baseline JSON (default: diagnostic-baseline.json)"},{"choices":[],"kind":"option","metavar":null,"names":["--trust-repository-code"],"repeatable":false,"required":false,"summary":"run repository-local analyzers that execute project code"},{"choices":[],"kind":"positional","metavar":"files","names":["files"],"repeatable":true,"required":false,"summary":"paths to analyze (default: the whole repository)"}],"path":["baseline","init"],"summary":"record the first diagnostic baseline","usage":"code-standards baseline init [-h] [--output OUTPUT] [--trust-repository-code] [files ...]"},{"commands":[],"name":"update","options":[{"choices":[],"kind":"option","metavar":null,"names":["-h","--help"],"repeatable":false,"required":false,"summary":"show this help message and exit"},{"choices":[],"kind":"option","metavar":"OUTPUT","names":["--output"],"repeatable":false,"required":false,"summary":"baseline JSON (default: diagnostic-baseline.json)"},{"choices":[],"kind":"option","metavar":null,"names":["--trust-repository-code"],"repeatable":false,"required":false,"summary":"run repository-local analyzers that execute project code"},{"choices":[],"kind":"option","metavar":"BASELINE_RULES","names":["--rule"],"repeatable":true,"required":false,"summary":"replace debt only for this newly promoted rule (repeatable; source:RULE is also accepted)"},{"choices":[],"kind":"positional","metavar":"files","names":["files"],"repeatable":true,"required":false,"summary":"paths to analyze (default: the whole repository)"}],"path":["baseline","update"],"summary":"re-record the diagnostic baseline after reviewed cleanup","usage":"code-standards baseline update [-h] [--output OUTPUT] [--trust-repository-code] [--rule BASELINE_RULES ...] [files ...]"}],"name":"baseline","options":[{"choices":[],"kind":"option","metavar":null,"names":["-h","--help"],"repeatable":false,"required":false,"summary":"show this help message and exit"}],"path":["baseline"],"summary":"grandfather today's findings so only new ones fail","usage":"code-standards baseline [-h] {init,update}"},{"commands":[{"commands":[],"name":"init","options":[{"choices":[],"kind":"option","metavar":null,"names":["-h","--help"],"repeatable":false,"required":false,"summary":"show this help message and exit"},{"choices":[],"kind":"option","metavar":"BASELINE","names":["--baseline"],"repeatable":false,"required":false,"summary":"budget JSON (default: suppression-baseline.json)"},{"choices":[],"kind":"option","metavar":"PACKAGE","names":["--package"],"repeatable":true,"required":false,"summary":"Python package root (repeatable)"},{"choices":[],"kind":"option","metavar":"EXCLUDE_SUBTREE","names":["--exclude-subtree"],"repeatable":true,"required":false,"summary":"generated or vendored subtree to persistently exclude (repeatable)"}],"path":["ratchet","init"],"summary":"create the first suppression budget","usage":"code-standards ratchet init [-h] [--baseline BASELINE] [--package PACKAGE ...] [--exclude-subtree EXCLUDE_SUBTREE ...]"},{"commands":[],"name":"check","options":[{"choices":[],"kind":"option","metavar":null,"names":["-h","--help"],"repeatable":false,"required":false,"summary":"show this help message and exit"},{"choices":[],"kind":"option","metavar":"BASELINE","names":["--baseline"],"repeatable":false,"required":false,"summary":"budget JSON (default: suppression-baseline.json)"},{"choices":[],"kind":"option","metavar":"PACKAGE","names":["--package"],"repeatable":true,"required":false,"summary":"Python package root (repeatable)"},{"choices":[],"kind":"option","metavar":"EXCLUDE_SUBTREE","names":["--exclude-subtree"],"repeatable":true,"required":false,"summary":"generated or vendored subtree to persistently exclude (repeatable)"}],"path":["ratchet","check"],"summary":"fail when suppression debt grows","usage":"code-standards ratchet check [-h] [--baseline BASELINE] [--package PACKAGE ...] [--exclude-subtree EXCLUDE_SUBTREE ...]"},{"commands":[],"name":"status","options":[{"choices":[],"kind":"option","metavar":null,"names":["-h","--help"],"repeatable":false,"required":false,"summary":"show this help message and exit"},{"choices":[],"kind":"option","metavar":"BASELINE","names":["--baseline"],"repeatable":false,"required":false,"summary":"budget JSON (default: suppression-baseline.json)"},{"choices":[],"kind":"option","metavar":"PACKAGE","names":["--package"],"repeatable":true,"required":false,"summary":"Python package root (repeatable)"},{"choices":[],"kind":"option","metavar":"EXCLUDE_SUBTREE","names":["--exclude-subtree"],"repeatable":true,"required":false,"summary":"generated or vendored subtree to persistently exclude (repeatable)"}],"path":["ratchet","status"],"summary":"show current suppression debt and available reductions","usage":"code-standards ratchet status [-h] [--baseline BASELINE] [--package PACKAGE ...] [--exclude-subtree EXCLUDE_SUBTREE ...]"},{"commands":[],"name":"update","options":[{"choices":[],"kind":"option","metavar":null,"names":["-h","--help"],"repeatable":false,"required":false,"summary":"show this help message and exit"},{"choices":[],"kind":"option","metavar":"BASELINE","names":["--baseline"],"repeatable":false,"required":false,"summary":"budget JSON (default: suppression-baseline.json)"},{"choices":[],"kind":"option","metavar":"PACKAGE","names":["--package"],"repeatable":true,"required":false,"summary":"Python package root (repeatable)"},{"choices":[],"kind":"option","metavar":"EXCLUDE_SUBTREE","names":["--exclude-subtree"],"repeatable":true,"required":false,"summary":"generated or vendored subtree to persistently exclude (repeatable)"},{"choices":[],"kind":"option","metavar":null,"names":["--allow-increase"],"repeatable":false,"required":false,"summary":"permit a reviewed increase in suppression debt"}],"path":["ratchet","update"],"summary":"lock in reviewed suppression-budget changes","usage":"code-standards ratchet update [-h] [--baseline BASELINE] [--package PACKAGE ...] [--exclude-subtree EXCLUDE_SUBTREE ...] [--allow-increase]"}],"name":"ratchet","options":[{"choices":[],"kind":"option","metavar":null,"names":["-h","--help"],"repeatable":false,"required":false,"summary":"show this help message and exit"}],"path":["ratchet"],"summary":"keep the Python suppression budget from growing","usage":"code-standards ratchet [-h] {init,check,status,update}"},{"commands":[{"commands":[],"name":"list","options":[{"choices":[],"kind":"option","metavar":null,"names":["-h","--help"],"repeatable":false,"required":false,"summary":"show this help message and exit"}],"path":["exclude","list"],"summary":"list the complete denylist","usage":"code-standards exclude list [-h]"},{"commands":[],"name":"add","options":[{"choices":[],"kind":"option","metavar":null,"names":["-h","--help"],"repeatable":false,"required":false,"summary":"show this help message and exit"},{"choices":["path","rule"],"kind":"positional","metavar":"{path,rule}","names":["exclude_kind"],"repeatable":false,"required":true,"summary":""},{"choices":[],"kind":"positional","metavar":"value","names":["value"],"repeatable":false,"required":true,"summary":"repository-relative glob or canonical engine:rule selector"}],"path":["exclude","add"],"summary":"add one exact denylist entry","usage":"code-standards exclude add [-h] {path,rule} value"},{"commands":[],"name":"remove","options":[{"choices":[],"kind":"option","metavar":null,"names":["-h","--help"],"repeatable":false,"required":false,"summary":"show this help message and exit"},{"choices":["path","rule"],"kind":"positional","metavar":"{path,rule}","names":["exclude_kind"],"repeatable":false,"required":true,"summary":""},{"choices":[],"kind":"positional","metavar":"value","names":["value"],"repeatable":false,"required":true,"summary":"repository-relative glob or canonical engine:rule selector"}],"path":["exclude","remove"],"summary":"remove one exact denylist entry","usage":"code-standards exclude remove [-h] {path,rule} value"}],"name":"exclude","options":[{"choices":[],"kind":"option","metavar":null,"names":["-h","--help"],"repeatable":false,"required":false,"summary":"show this help message and exit"}],"path":["exclude"],"summary":"inspect or change explicit path and rule exclusions","usage":"code-standards exclude [-h] {list,add,remove}"},{"commands":[{"commands":[],"name":"state","options":[{"choices":[],"kind":"option","metavar":null,"names":["-h","--help"],"repeatable":false,"required":false,"summary":"show this help message and exit"}],"path":["show","state"],"summary":"print detected adoption state as JSON","usage":"code-standards show state [-h]"},{"commands":[],"name":"configs","options":[{"choices":[],"kind":"option","metavar":null,"names":["-h","--help"],"repeatable":false,"required":false,"summary":"show this help message and exit"}],"path":["show","configs"],"summary":"list bundled configurations","usage":"code-standards show configs [-h]"},{"commands":[],"name":"config","options":[{"choices":[],"kind":"option","metavar":null,"names":["-h","--help"],"repeatable":false,"required":false,"summary":"show this help message and exit"},{"choices":["eslint","markdownlint","pyright","ruff","taplo","yamllint"],"kind":"positional","metavar":"name","names":["name"],"repeatable":false,"required":true,"summary":""},{"choices":["standard","application"],"kind":"option","metavar":"PROFILE","names":["--profile"],"repeatable":false,"required":false,"summary":""}],"path":["show","config"],"summary":"print one bundled configuration path","usage":"code-standards show config [-h] name [--profile PROFILE]"},{"commands":[],"name":"peers","options":[{"choices":[],"kind":"option","metavar":null,"names":["-h","--help"],"repeatable":false,"required":false,"summary":"show this help message and exit"}],"path":["show","peers"],"summary":"show tested ESLint peer dependencies and install command","usage":"code-standards show peers [-h]"},{"commands":[],"name":"rules","options":[{"choices":[],"kind":"option","metavar":null,"names":["-h","--help"],"repeatable":false,"required":false,"summary":"show this help message and exit"}],"path":["show","rules"],"summary":"print the machine-readable custom-rule inventory","usage":"code-standards show rules [-h]"},{"commands":[],"name":"ci","options":[{"choices":[],"kind":"option","metavar":null,"names":["-h","--help"],"repeatable":false,"required":false,"summary":"show this help message and exit"},{"choices":[],"kind":"option","metavar":"OUTPUT","names":["--output"],"repeatable":false,"required":false,"summary":"write a managed workflow inside the repository"}],"path":["show","ci"],"summary":"print a complete pinned GitHub Actions standards workflow","usage":"code-standards show ci [-h] [--output OUTPUT]"}],"name":"show","options":[{"choices":[],"kind":"option","metavar":null,"names":["-h","--help"],"repeatable":false,"required":false,"summary":"show this help message and exit"}],"path":["show"],"summary":"print read-only package and adoption information","usage":"code-standards show [-h] {state,configs,config,peers,rules,ci}"},{"commands":[{"commands":[],"name":"setup","options":[{"choices":[],"kind":"option","metavar":null,"names":["-h","--help"],"repeatable":false,"required":false,"summary":"show this help message and exit"},{"choices":[],"kind":"option","metavar":null,"names":["--check"],"repeatable":false,"required":false,"summary":"print the deterministic setup plan without executing it"}],"path":["maintain","setup"],"summary":"install every standards development environment and repository hook","usage":"code-standards maintain setup [-h] [--check]"},{"commands":[{"commands":[],"name":"check-tag","options":[{"choices":[],"kind":"option","metavar":null,"names":["-h","--help"],"repeatable":false,"required":false,"summary":"show this help message and exit"},{"choices":[],"kind":"positional","metavar":"tag","names":["tag"],"repeatable":false,"required":true,"summary":""}],"path":["maintain","release","check-tag"],"summary":"require a release tag to match its package manifest","usage":"code-standards maintain release check-tag [-h] tag"},{"commands":[],"name":"verify-tags","options":[{"choices":[],"kind":"option","metavar":null,"names":["-h","--help"],"repeatable":false,"required":false,"summary":"show this help message and exit"},{"choices":[],"kind":"option","metavar":"RELEASE_COMMIT","names":["--commit"],"repeatable":false,"required":false,"summary":"also require existing tags to match this publishing commit or an unchanged package tree"}],"path":["maintain","release","verify-tags"],"summary":"verify all manifest release tags on origin","usage":"code-standards maintain release verify-tags [-h] [--commit RELEASE_COMMIT]"},{"commands":[],"name":"create-tags","options":[{"choices":[],"kind":"option","metavar":null,"names":["-h","--help"],"repeatable":false,"required":false,"summary":"show this help message and exit"},{"choices":["typescript","bootstrap","python","sql","iac","standards","tsconfig","docs-ui"],"kind":"positional","metavar":"release_targets","names":["release_targets"],"repeatable":true,"required":true,"summary":""},{"choices":[],"kind":"option","metavar":"RELEASE_COMMIT","names":["--commit"],"repeatable":false,"required":true,"summary":"exact commit that was published"},{"choices":[],"kind":"option","metavar":"ATTEMPTS","names":["--attempts"],"repeatable":false,"required":false,"summary":""},{"choices":[],"kind":"option","metavar":"DELAY_SECONDS","names":["--delay-seconds"],"repeatable":false,"required":false,"summary":""}],"path":["maintain","release","create-tags"],"summary":"create and push manifest release tags","usage":"code-standards maintain release create-tags [-h] release_targets ... --commit RELEASE_COMMIT [--attempts ATTEMPTS] [--delay-seconds DELAY_SECONDS]"},{"commands":[],"name":"changes","options":[{"choices":[],"kind":"option","metavar":null,"names":["-h","--help"],"repeatable":false,"required":false,"summary":"show this help message and exit"},{"choices":[],"kind":"option","metavar":"BEFORE","names":["--before"],"repeatable":false,"required":true,"summary":""},{"choices":[],"kind":"option","metavar":"AFTER","names":["--after"],"repeatable":false,"required":true,"summary":""},{"choices":[],"kind":"option","metavar":"GITHUB_OUTPUT","names":["--github-output"],"repeatable":false,"required":true,"summary":""}],"path":["maintain","release","changes"],"summary":"emit package version changes between Git revisions","usage":"code-standards maintain release changes [-h] --before BEFORE --after AFTER --github-output GITHUB_OUTPUT"},{"commands":[],"name":"causality","options":[{"choices":[],"kind":"option","metavar":null,"names":["-h","--help"],"repeatable":false,"required":false,"summary":"show this help message and exit"},{"choices":[],"kind":"option","metavar":"BEFORE","names":["--before"],"repeatable":false,"required":true,"summary":""},{"choices":[],"kind":"option","metavar":"AFTER","names":["--after"],"repeatable":false,"required":true,"summary":""}],"path":["maintain","release","causality"],"summary":"require every publishable package change to bump its version","usage":"code-standards maintain release causality [-h] --before BEFORE --after AFTER"},{"commands":[],"name":"lock-age","options":[{"choices":[],"kind":"option","metavar":null,"names":["-h","--help"],"repeatable":false,"required":false,"summary":"show this help message and exit"},{"choices":[],"kind":"positional","metavar":"lockfile","names":["lockfile"],"repeatable":false,"required":true,"summary":""},{"choices":[],"kind":"option","metavar":"MINIMUM_AGE","names":["--minimum-days"],"repeatable":false,"required":false,"summary":""},{"choices":[],"kind":"option","metavar":"RELEASE_EXCLUDE","names":["--exclude"],"repeatable":true,"required":false,"summary":""},{"choices":[],"kind":"option","metavar":"RELEASE_EXCLUDE_FILE","names":["--exclude-file"],"repeatable":true,"required":false,"summary":"line-oriented exact package@version exceptions (repeatable)"}],"path":["maintain","release","lock-age"],"summary":"enforce npm lockfile minimum release age","usage":"code-standards maintain release lock-age [-h] lockfile [--minimum-days MINIMUM_AGE] [--exclude RELEASE_EXCLUDE ...] [--exclude-file RELEASE_EXCLUDE_FILE ...]"},{"commands":[],"name":"typescript","options":[{"choices":[],"kind":"option","metavar":null,"names":["-h","--help"],"repeatable":false,"required":false,"summary":"show this help message and exit"},{"choices":["check","pack","publish"],"kind":"positional","metavar":"release_mode","names":["release_mode"],"repeatable":false,"required":true,"summary":""},{"choices":[],"kind":"option","metavar":"OUTPUT","names":["--output"],"repeatable":false,"required":false,"summary":"artifact directory (required for pack)"}],"path":["maintain","release","typescript"],"summary":"check, pack, or publish the TypeScript package","usage":"code-standards maintain release typescript [-h] release_mode [--output OUTPUT]"},{"commands":[],"name":"verify-wheel","options":[{"choices":[],"kind":"option","metavar":null,"names":["-h","--help"],"repeatable":false,"required":false,"summary":"show this help message and exit"},{"choices":[],"kind":"positional","metavar":"wheels","names":["wheels"],"repeatable":true,"required":true,"summary":""}],"path":["maintain","release","verify-wheel"],"summary":"require non-empty license text in built Python wheels","usage":"code-standards maintain release verify-wheel [-h] wheels ..."},{"commands":[],"name":"verify-publications","options":[{"choices":[],"kind":"option","metavar":null,"names":["-h","--help"],"repeatable":false,"required":false,"summary":"show this help message and exit"},{"choices":[],"kind":"option","metavar":"ATTEMPTS","names":["--attempts"],"repeatable":false,"required":false,"summary":""},{"choices":[],"kind":"option","metavar":"DELAY_SECONDS","names":["--delay-seconds"],"repeatable":false,"required":false,"summary":""}],"path":["maintain","release","verify-publications"],"summary":"wait for every exact sibling publication required by Standards","usage":"code-standards maintain release verify-publications [-h] [--attempts ATTEMPTS] [--delay-seconds DELAY_SECONDS]"},{"commands":[],"name":"publish","options":[{"choices":[],"kind":"option","metavar":null,"names":["-h","--help"],"repeatable":false,"required":false,"summary":"show this help message and exit"},{"choices":["typescript","bootstrap","python","sql","iac","standards","tsconfig","docs-ui"],"kind":"positional","metavar":"release_target","names":["release_target"],"repeatable":false,"required":true,"summary":""}],"path":["maintain","release","publish"],"summary":"build and publish one package through its native client","usage":"code-standards maintain release publish [-h] release_target"}],"name":"release","options":[{"choices":[],"kind":"option","metavar":null,"names":["-h","--help"],"repeatable":false,"required":false,"summary":"show this help message and exit"}],"path":["maintain","release"],"summary":"validate and build publishable release artifacts","usage":"code-standards maintain release [-h] {check-tag,verify-tags,create-tags,changes,causality,lock-age,typescript,verify-wheel,verify-publications,publish}"},{"commands":[],"name":"check","options":[{"choices":[],"kind":"option","metavar":null,"names":["-h","--help"],"repeatable":false,"required":false,"summary":"show this help message and exit"},{"choices":["ci-history","file-conventions","private-refs","versions"],"kind":"option","metavar":"REPO_ONLY","names":["--only"],"repeatable":true,"required":false,"summary":""},{"choices":[],"kind":"option","metavar":"COMMITS","names":["--commits"],"repeatable":false,"required":false,"summary":"also inspect commit messages in this revision range"},{"choices":[],"kind":"option","metavar":"POLICY_DEST","names":["--policy-root"],"repeatable":false,"required":false,"summary":"trusted repository policy root (default: --root)"},{"choices":[],"kind":"option","metavar":"PRIVATE_REFS_FILE","names":["--private-refs-file"],"repeatable":false,"required":false,"summary":"private-reference TOML outside the scanned repository"},{"choices":[],"kind":"option","metavar":null,"names":["--quiet"],"repeatable":false,"required":false,"summary":"hide finding details"}],"path":["maintain","check"],"summary":"run repository policy gates","usage":"code-standards maintain check [-h] [--only REPO_ONLY ...] [--commits COMMITS] [--policy-root POLICY_DEST] [--private-refs-file PRIVATE_REFS_FILE] [--quiet]"},{"commands":[],"name":"sync-ledger","options":[{"choices":[],"kind":"option","metavar":null,"names":["-h","--help"],"repeatable":false,"required":false,"summary":"show this help message and exit"},{"choices":[],"kind":"option","metavar":null,"names":["--check"],"repeatable":false,"required":false,"summary":"report drift without writing"}],"path":["maintain","sync-ledger"],"summary":"synchronize the rule compatibility ledger","usage":"code-standards maintain sync-ledger [-h] [--check]"},{"commands":[{"commands":[],"name":"check","options":[{"choices":[],"kind":"option","metavar":null,"names":["-h","--help"],"repeatable":false,"required":false,"summary":"show this help message and exit"}],"path":["maintain","docs","check"],"summary":"","usage":"code-standards maintain docs check [-h]"},{"commands":[],"name":"sync","options":[{"choices":[],"kind":"option","metavar":null,"names":["-h","--help"],"repeatable":false,"required":false,"summary":"show this help message and exit"}],"path":["maintain","docs","sync"],"summary":"","usage":"code-standards maintain docs sync [-h]"}],"name":"docs","options":[{"choices":[],"kind":"option","metavar":null,"names":["-h","--help"],"repeatable":false,"required":false,"summary":"show this help message and exit"}],"path":["maintain","docs"],"summary":"check or synchronize source-derived documentation","usage":"code-standards maintain docs [-h] {check,sync}"},{"commands":[],"name":"comment-corpus","options":[{"choices":[],"kind":"option","metavar":null,"names":["-h","--help"],"repeatable":false,"required":false,"summary":"show this help message and exit"},{"choices":[],"kind":"positional","metavar":"roots","names":["roots"],"repeatable":true,"required":true,"summary":""},{"choices":[],"kind":"option","metavar":"PRIVATE_JSONL","names":["--include-text"],"repeatable":false,"required":false,"summary":"write sensitive comment text to a new owner-readable file"}],"path":["maintain","comment-corpus"],"summary":"extract comments for calibration","usage":"code-standards maintain comment-corpus [-h] roots ... [--include-text PRIVATE_JSONL]"},{"commands":[{"commands":[],"name":"install","options":[{"choices":[],"kind":"option","metavar":null,"names":["-h","--help"],"repeatable":false,"required":false,"summary":"show this help message and exit"}],"path":["maintain","hooks","install"],"summary":"install Lefthook","usage":"code-standards maintain hooks install [-h]"}],"name":"hooks","options":[{"choices":[],"kind":"option","metavar":null,"names":["-h","--help"],"repeatable":false,"required":false,"summary":"show this help message and exit"}],"path":["maintain","hooks"],"summary":"manage the pinned repository hooks","usage":"code-standards maintain hooks [-h] {install}"},{"commands":[{"commands":[],"name":"manifest","options":[{"choices":[],"kind":"option","metavar":null,"names":["-h","--help"],"repeatable":false,"required":false,"summary":"show this help message and exit"}],"path":["maintain","rules","manifest"],"summary":"print the shipped rule inventory","usage":"code-standards maintain rules manifest [-h]"},{"commands":[],"name":"check","options":[{"choices":[],"kind":"option","metavar":null,"names":["-h","--help"],"repeatable":false,"required":false,"summary":"show this help message and exit"}],"path":["maintain","rules","check"],"summary":"verify the shipped rule inventory matches live registries","usage":"code-standards maintain rules check [-h]"},{"commands":[],"name":"sync","options":[{"choices":[],"kind":"option","metavar":null,"names":["-h","--help"],"repeatable":false,"required":false,"summary":"show this help message and exit"}],"path":["maintain","rules","sync"],"summary":"update the shipped rule inventory from live registries","usage":"code-standards maintain rules sync [-h]"},{"commands":[],"name":"new","options":[{"choices":[],"kind":"option","metavar":null,"names":["-h","--help"],"repeatable":false,"required":false,"summary":"show this help message and exit"},{"choices":[],"kind":"positional","metavar":"selector","names":["selector"],"repeatable":false,"required":true,"summary":"canonical ENGINE:ID selector"},{"choices":["architecture","correctness","maintainability","performance","security","style","testing"],"kind":"option","metavar":"RULE_CATEGORY","names":["--category"],"repeatable":false,"required":true,"summary":""},{"choices":[],"kind":"option","metavar":"RULE_SUMMARY","names":["--summary"],"repeatable":false,"required":true,"summary":""},{"choices":[],"kind":"option","metavar":null,"names":["--apply"],"repeatable":false,"required":false,"summary":"create the planned files"}],"path":["maintain","rules","new"],"summary":"plan or create author-owned rule and test skeletons","usage":"code-standards maintain rules new [-h] selector --category RULE_CATEGORY --summary RULE_SUMMARY [--apply]"},{"commands":[],"name":"stage-warning","options":[{"choices":[],"kind":"option","metavar":null,"names":["-h","--help"],"repeatable":false,"required":false,"summary":"show this help message and exit"},{"choices":[],"kind":"positional","metavar":"selector","names":["selector"],"repeatable":false,"required":true,"summary":"canonical ENGINE:ID selector"},{"choices":[],"kind":"option","metavar":null,"names":["--check"],"repeatable":false,"required":false,"summary":"report required staging without writing"}],"path":["maintain","rules","stage-warning"],"summary":"prepare one registered rule for warning-first publication","usage":"code-standards maintain rules stage-warning [-h] selector [--check]"},{"commands":[],"name":"prepare","options":[{"choices":[],"kind":"option","metavar":null,"names":["-h","--help"],"repeatable":false,"required":false,"summary":"show this help message and exit"},{"choices":[],"kind":"positional","metavar":"selector","names":["selector"],"repeatable":false,"required":true,"summary":"canonical ENGINE:ID selector"},{"choices":[],"kind":"option","metavar":null,"names":["--check"],"repeatable":false,"required":false,"summary":"report required preparation without writing"}],"path":["maintain","rules","prepare"],"summary":"validate and prepare one registered rule for warning-first publication","usage":"code-standards maintain rules prepare [-h] selector [--check]"},{"commands":[],"name":"verify","options":[{"choices":[],"kind":"option","metavar":null,"names":["-h","--help"],"repeatable":false,"required":false,"summary":"show this help message and exit"},{"choices":[],"kind":"positional","metavar":"selector","names":["selector"],"repeatable":false,"required":true,"summary":"canonical ENGINE:ID selector"}],"path":["maintain","rules","verify"],"summary":"validate one registered rule's authored files and public examples","usage":"code-standards maintain rules verify [-h] selector"},{"commands":[],"name":"changes","options":[{"choices":[],"kind":"option","metavar":null,"names":["-h","--help"],"repeatable":false,"required":false,"summary":"show this help message and exit"},{"choices":[],"kind":"option","metavar":"BEFORE","names":["--before"],"repeatable":false,"required":true,"summary":""},{"choices":[],"kind":"option","metavar":"AFTER","names":["--after"],"repeatable":false,"required":true,"summary":""},{"choices":["json","text"],"kind":"option","metavar":"OUTPUT_FORMAT","names":["--format"],"repeatable":false,"required":false,"summary":""}],"path":["maintain","rules","changes"],"summary":"compare rule inventory and policy between two Git revisions","usage":"code-standards maintain rules changes [-h] --before BEFORE --after AFTER [--format OUTPUT_FORMAT]"},{"commands":[],"name":"evaluate","options":[{"choices":[],"kind":"option","metavar":null,"names":["-h","--help"],"repeatable":false,"required":false,"summary":"show this help message and exit"},{"choices":[],"kind":"option","metavar":"SELECTED_RULES","names":["--rule"],"repeatable":true,"required":true,"summary":"canonical ENGINE:ID selector (repeatable)"},{"choices":["corpus","effective"],"kind":"option","metavar":"EVALUATION_SCOPE","names":["--scope"],"repeatable":false,"required":false,"summary":"corpus ignores baselines/rule exclusions; effective applies adopted repository policy"},{"choices":["json","text"],"kind":"option","metavar":"OUTPUT_FORMAT","names":["--format"],"repeatable":false,"required":false,"summary":""},{"choices":[],"kind":"option","metavar":"OUTPUT","names":["--output"],"repeatable":false,"required":false,"summary":""},{"choices":[],"kind":"option","metavar":null,"names":["--trust-repository-code"],"repeatable":false,"required":false,"summary":"allow executable repository ESLint configuration"},{"choices":[],"kind":"positional","metavar":"files","names":["files"],"repeatable":true,"required":false,"summary":""}],"path":["maintain","rules","evaluate"],"summary":"calibrate selected custom rules; findings exit 1 and invalid input or execution exits 2","usage":"code-standards maintain rules evaluate [-h] --rule SELECTED_RULES ... [--scope EVALUATION_SCOPE] [--format OUTPUT_FORMAT] [--output OUTPUT] [--trust-repository-code] [files ...]"}],"name":"rules","options":[{"choices":[],"kind":"option","metavar":null,"names":["-h","--help"],"repeatable":false,"required":false,"summary":"show this help message and exit"}],"path":["maintain","rules"],"summary":"inspect live custom rules","usage":"code-standards maintain rules [-h] {manifest,check,sync,new,stage-warning,prepare,verify,changes,evaluate}"},{"commands":[{"commands":[],"name":"check","options":[{"choices":[],"kind":"option","metavar":null,"names":["-h","--help"],"repeatable":false,"required":false,"summary":"show this help message and exit"}],"path":["maintain","catalog","check"],"summary":"verify the public catalog matches every live rule","usage":"code-standards maintain catalog check [-h]"},{"commands":[],"name":"sync","options":[{"choices":[],"kind":"option","metavar":null,"names":["-h","--help"],"repeatable":false,"required":false,"summary":"show this help message and exit"}],"path":["maintain","catalog","sync"],"summary":"update the public catalog from source-owned rule metadata","usage":"code-standards maintain catalog sync [-h]"}],"name":"catalog","options":[{"choices":[],"kind":"option","metavar":null,"names":["-h","--help"],"repeatable":false,"required":false,"summary":"show this help message and exit"}],"path":["maintain","catalog"],"summary":"maintain the source-derived public rule catalog","usage":"code-standards maintain catalog [-h] {check,sync}"},{"commands":[{"commands":[],"name":"check","options":[{"choices":[],"kind":"option","metavar":null,"names":["-h","--help"],"repeatable":false,"required":false,"summary":"show this help message and exit"}],"path":["maintain","cli-reference","check"],"summary":"verify the shipped reference matches the parser graph","usage":"code-standards maintain cli-reference check [-h]"},{"commands":[],"name":"sync","options":[{"choices":[],"kind":"option","metavar":null,"names":["-h","--help"],"repeatable":false,"required":false,"summary":"show this help message and exit"}],"path":["maintain","cli-reference","sync"],"summary":"update the shipped reference from the parser graph","usage":"code-standards maintain cli-reference sync [-h]"}],"name":"cli-reference","options":[{"choices":[],"kind":"option","metavar":null,"names":["-h","--help"],"repeatable":false,"required":false,"summary":"show this help message and exit"}],"path":["maintain","cli-reference"],"summary":"maintain the source-derived CLI reference","usage":"code-standards maintain cli-reference [-h] {check,sync}"}],"name":"maintain","options":[{"choices":[],"kind":"option","metavar":null,"names":["-h","--help"],"repeatable":false,"required":false,"summary":"show this help message and exit"}],"path":["maintain"],"summary":"repository policy, hooks, rule ledgers, and releases","usage":"code-standards maintain [-h] {setup,release,check,sync-ledger,docs,comment-corpus,hooks,rules,catalog,cli-reference}"}],"epilog":"Start with `code-standards setup`, then use `code-standards check`.","globalOptions":[{"choices":[],"kind":"option","metavar":null,"names":["-h","--help"],"repeatable":false,"required":false,"summary":"show this help message and exit"},{"choices":[],"kind":"option","metavar":null,"names":["--version"],"repeatable":false,"required":false,"summary":"show program's version number and exit"},{"choices":[],"kind":"option","metavar":"DEST","names":["--root"],"repeatable":false,"required":false,"summary":"repository root shared by the selected command (default: current directory)"}],"launcher":{"install":"uv tool install --python 3.14 code-standards","runLatest":"uvx --no-config --isolated --python 3.14 --from code-standards code-standards"},"program":"code-standards","schemaVersion":1,"summary":"Adopt, check, fix, diagnose, and update sarj-ai standards (v7.1.4).","version":"7.1.4"}
|
|
@@ -69,6 +69,7 @@ _ANALYSIS_DEADLINE = timedelta(seconds=300)
|
|
|
69
69
|
_REACT_DOCTOR_MAX_DURATION = timedelta(seconds=60)
|
|
70
70
|
_REACT_DOCTOR_SMALL_CHANGE_MAX_FILES = 10
|
|
71
71
|
_REACT_DOCTOR_MEDIUM_CHANGE_MAX_FILES = 50
|
|
72
|
+
_REACT_DOCTOR_SOURCE_SUFFIXES = frozenset({".astro", ".htm", ".html", ".js", ".jsx", ".mjs", ".mts", ".ts", ".tsx"})
|
|
72
73
|
_ESLINT_NODE_OPTIONS: Final = "--max-old-space-size=4096"
|
|
73
74
|
_ESLINT_FORMATTER: Final = Path(__file__).parents[2] / "configs" / "eslint-compact-formatter.mjs"
|
|
74
75
|
_REACT_RUNTIME_PACKAGES = frozenset(
|
|
@@ -163,6 +164,7 @@ class _ReactDoctorReport(_ReactDoctorProtocolModel):
|
|
|
163
164
|
version: str = Field(min_length=1)
|
|
164
165
|
ok: bool
|
|
165
166
|
projects: tuple[_ReactDoctorProject, ...]
|
|
167
|
+
diagnostics: tuple[_ReactDoctorDiagnostic, ...] = ()
|
|
166
168
|
react_detected: bool | None = Field(default=None, alias="reactDetected")
|
|
167
169
|
# The v3 serializer emits this field only when degradation occurred.
|
|
168
170
|
baseline_degraded: bool = Field(default=False, alias="baselineDegraded")
|
|
@@ -191,7 +193,9 @@ class _BasedPyrightDiagnostic(BaseModel):
|
|
|
191
193
|
severity: str = Field(min_length=1)
|
|
192
194
|
message: str = Field(min_length=1)
|
|
193
195
|
rule: str | None = None
|
|
194
|
-
range
|
|
196
|
+
# BasedPyright omits the range for project-level diagnostics such as
|
|
197
|
+
# reportImportCycles. Preserve those findings with a file-only location.
|
|
198
|
+
range: _BasedPyrightRange | None = None
|
|
195
199
|
|
|
196
200
|
|
|
197
201
|
class _BasedPyrightReport(BaseModel):
|
|
@@ -508,6 +512,12 @@ def _invoke_react_doctor(
|
|
|
508
512
|
# and cross-file diagnostics remain relevant when their primary location
|
|
509
513
|
# was not itself changed.
|
|
510
514
|
scope_args = _react_doctor_scope_args(staged=staged)
|
|
515
|
+
allow_empty_projects = allow_empty_projects or _react_doctor_changed_scope_has_no_source(
|
|
516
|
+
projects,
|
|
517
|
+
root=root,
|
|
518
|
+
runner=runner,
|
|
519
|
+
staged=staged,
|
|
520
|
+
)
|
|
511
521
|
duration = _react_doctor_max_duration(file_count)
|
|
512
522
|
argv = packagemanager.exec_argv(
|
|
513
523
|
client,
|
|
@@ -561,6 +571,40 @@ def _react_doctor_scope_args(*, staged: bool) -> tuple[str, ...]:
|
|
|
561
571
|
return ("--scope", "changed")
|
|
562
572
|
|
|
563
573
|
|
|
574
|
+
def _react_doctor_changed_scope_has_no_source(
|
|
575
|
+
projects: Sequence[Path],
|
|
576
|
+
*,
|
|
577
|
+
root: Path,
|
|
578
|
+
runner: ProcessRunner,
|
|
579
|
+
staged: bool,
|
|
580
|
+
) -> bool:
|
|
581
|
+
if staged:
|
|
582
|
+
return False
|
|
583
|
+
base = change_scope_base()
|
|
584
|
+
if not base:
|
|
585
|
+
return False
|
|
586
|
+
changed = runner(
|
|
587
|
+
("git", "diff", f"{base}...HEAD", "--name-only", "--diff-filter=ACMR", "-z", "--"),
|
|
588
|
+
cwd=root,
|
|
589
|
+
)
|
|
590
|
+
if changed.returncode != 0:
|
|
591
|
+
return False
|
|
592
|
+
resolved_root = root.resolve()
|
|
593
|
+
resolved_projects = tuple(project.resolve() for project in projects)
|
|
594
|
+
for relative in (item for item in changed.stdout.split("\0") if item):
|
|
595
|
+
relative_path = Path(relative)
|
|
596
|
+
if relative_path.is_absolute() or ".." in relative_path.parts:
|
|
597
|
+
return False
|
|
598
|
+
# Keep containment lexical: resolving a changed symlink could move its
|
|
599
|
+
# apparent path outside the React project and incorrectly waive it.
|
|
600
|
+
candidate = resolved_root / relative_path
|
|
601
|
+
if candidate.suffix.casefold() not in _REACT_DOCTOR_SOURCE_SUFFIXES:
|
|
602
|
+
continue
|
|
603
|
+
if any(candidate.is_relative_to(project) for project in resolved_projects):
|
|
604
|
+
return False
|
|
605
|
+
return True
|
|
606
|
+
|
|
607
|
+
|
|
564
608
|
def change_scope_base() -> str:
|
|
565
609
|
explicit = os.environ.get( # ruff: ignore[banned-api] -- explicit CI workflow boundary, not application settings.
|
|
566
610
|
"SARJ_STANDARDS_BASE", ""
|
|
@@ -1116,8 +1160,11 @@ def parse_basedpyright(payload: str, *, root: Path) -> tuple[Diagnostic, ...]:
|
|
|
1116
1160
|
diagnostics: list[Diagnostic] = []
|
|
1117
1161
|
for item in report.general_diagnostics:
|
|
1118
1162
|
path = _reported_path(item.file, root)
|
|
1119
|
-
|
|
1120
|
-
|
|
1163
|
+
location = Location(_relative(path, root))
|
|
1164
|
+
if item.range is not None:
|
|
1165
|
+
start = _basedpyright_position(item.range.start, path, documents)
|
|
1166
|
+
end = _basedpyright_position(item.range.end, path, documents)
|
|
1167
|
+
location = Location(_relative(path, root), region=Region(start, end))
|
|
1121
1168
|
rule = item.rule or "basedpyright"
|
|
1122
1169
|
diagnostics.append(
|
|
1123
1170
|
Diagnostic(
|
|
@@ -1125,7 +1172,7 @@ def parse_basedpyright(payload: str, *, root: Path) -> tuple[Diagnostic, ...]:
|
|
|
1125
1172
|
_redact_message(item.message, root),
|
|
1126
1173
|
_severity_text(item.severity),
|
|
1127
1174
|
"basedpyright",
|
|
1128
|
-
|
|
1175
|
+
location,
|
|
1129
1176
|
rule_id=rule,
|
|
1130
1177
|
)
|
|
1131
1178
|
)
|
|
@@ -1207,12 +1254,15 @@ def parse_react_doctor(
|
|
|
1207
1254
|
if report.react_detected is False:
|
|
1208
1255
|
msg = "React Doctor did not detect React in an expected project"
|
|
1209
1256
|
raise ValueError(msg)
|
|
1257
|
+
if not report.projects and allow_empty_projects:
|
|
1258
|
+
if report.diagnostics:
|
|
1259
|
+
msg = "React Doctor returned diagnostics without an analyzed project"
|
|
1260
|
+
raise ValueError(msg)
|
|
1261
|
+
return ()
|
|
1210
1262
|
if report.baseline_degraded:
|
|
1211
1263
|
msg = "React Doctor changed-scope baseline degraded"
|
|
1212
1264
|
raise ValueError(msg)
|
|
1213
1265
|
if not report.projects:
|
|
1214
|
-
if allow_empty_projects:
|
|
1215
|
-
return ()
|
|
1216
1266
|
msg = "React Doctor returned no analyzed projects"
|
|
1217
1267
|
raise ValueError(msg)
|
|
1218
1268
|
if expected_projects is not None:
|
|
@@ -184,6 +184,8 @@ class Consumer:
|
|
|
184
184
|
auto_merge: bool = False
|
|
185
185
|
channel: str = "stable"
|
|
186
186
|
baseline_rules: tuple[str, ...] = ()
|
|
187
|
+
baseline_paths: tuple[str, ...] = ()
|
|
188
|
+
baseline_update: tuple[str, ...] = ()
|
|
187
189
|
|
|
188
190
|
|
|
189
191
|
@dataclass(frozen=True)
|
|
@@ -246,6 +248,8 @@ def load_registry(path: Path) -> tuple[Consumer, ...]: # ruff: ignore[too-many-
|
|
|
246
248
|
"auto_merge",
|
|
247
249
|
"channel",
|
|
248
250
|
"baseline_rules",
|
|
251
|
+
"baseline_paths",
|
|
252
|
+
"baseline_update",
|
|
249
253
|
}:
|
|
250
254
|
msg = f"invalid registry entry keys: {entry_value!r}"
|
|
251
255
|
raise RolloutError(msg)
|
|
@@ -258,6 +262,8 @@ def load_registry(path: Path) -> tuple[Consumer, ...]: # ruff: ignore[too-many-
|
|
|
258
262
|
auto_merge = optional_bool(entry, "auto_merge")
|
|
259
263
|
channel_value = entry.get("channel", "stable")
|
|
260
264
|
baseline_rules_value = entry.get("baseline_rules", [])
|
|
265
|
+
baseline_paths_value = entry.get("baseline_paths", [])
|
|
266
|
+
baseline_update_value = entry.get("baseline_update", [])
|
|
261
267
|
if channel_value not in ROLLOUT_CHANNELS:
|
|
262
268
|
msg = f"invalid rollout channel: {channel_value!r}"
|
|
263
269
|
raise RolloutError(msg)
|
|
@@ -269,6 +275,26 @@ def load_registry(path: Path) -> tuple[Consumer, ...]: # ruff: ignore[too-many-
|
|
|
269
275
|
):
|
|
270
276
|
msg = f"invalid promoted baseline rules: {entry!r}"
|
|
271
277
|
raise RolloutError(msg)
|
|
278
|
+
if not is_array(baseline_paths_value) or not all(
|
|
279
|
+
isinstance(item, str) and item for item in baseline_paths_value
|
|
280
|
+
):
|
|
281
|
+
msg = f"invalid consumer baseline paths: {entry!r}"
|
|
282
|
+
raise RolloutError(msg)
|
|
283
|
+
if not is_array(baseline_update_value) or not all(
|
|
284
|
+
isinstance(item, str) and item for item in baseline_update_value
|
|
285
|
+
):
|
|
286
|
+
msg = f"invalid consumer baseline update command: {entry!r}"
|
|
287
|
+
raise RolloutError(msg)
|
|
288
|
+
if bool(baseline_paths_value) != bool(baseline_update_value):
|
|
289
|
+
msg = "consumer baseline_paths and baseline_update must be declared together"
|
|
290
|
+
raise RolloutError(msg)
|
|
291
|
+
baseline_paths = tuple(item for item in baseline_paths_value if isinstance(item, str))
|
|
292
|
+
if len(set(baseline_paths)) != len(baseline_paths) or any(
|
|
293
|
+
Path(item).is_absolute() or "\\" in item or ".." in Path(item).parts or "baseline" not in item.casefold()
|
|
294
|
+
for item in baseline_paths
|
|
295
|
+
):
|
|
296
|
+
msg = f"unsafe consumer baseline paths: {entry!r}"
|
|
297
|
+
raise RolloutError(msg)
|
|
272
298
|
if not all(isinstance(item, str) and item for item in verify_value):
|
|
273
299
|
msg = f"invalid registry values: {entry!r}"
|
|
274
300
|
raise RolloutError(msg)
|
|
@@ -282,6 +308,8 @@ def load_registry(path: Path) -> tuple[Consumer, ...]: # ruff: ignore[too-many-
|
|
|
282
308
|
auto_merge=auto_merge,
|
|
283
309
|
channel=channel_value,
|
|
284
310
|
baseline_rules=tuple(item for item in baseline_rules_value if isinstance(item, str)),
|
|
311
|
+
baseline_paths=baseline_paths,
|
|
312
|
+
baseline_update=tuple(item for item in baseline_update_value if isinstance(item, str)),
|
|
285
313
|
)
|
|
286
314
|
consumers.append(consumer)
|
|
287
315
|
identities = tuple((item.repository, item.branch) for item in consumers)
|
|
@@ -658,6 +686,11 @@ def assert_baseline_unchanged(path: Path | None, expected: bytes | None) -> None
|
|
|
658
686
|
raise RolloutError(msg)
|
|
659
687
|
|
|
660
688
|
|
|
689
|
+
def assert_baselines_unchanged(expected: Mapping[Path, bytes]) -> None:
|
|
690
|
+
for path, contents in expected.items():
|
|
691
|
+
assert_baseline_unchanged(path, contents)
|
|
692
|
+
|
|
693
|
+
|
|
661
694
|
def managed_rollout_paths(repo: Path, workflow_paths: frozenset[str]) -> frozenset[str]:
|
|
662
695
|
allowed = set(DEFAULT_ALLOWED_ROLLOUT_PATHS)
|
|
663
696
|
allowed.update(workflow_paths)
|
|
@@ -1039,7 +1072,9 @@ def apply_one( # ruff: ignore[too-many-locals] - one transaction keeps verifica
|
|
|
1039
1072
|
raise RolloutError(msg + process_failure_detail(exc)) from exc
|
|
1040
1073
|
adopted = adoption_manifest.load(repo)
|
|
1041
1074
|
baseline_relative = None if adopted is None else adopted.diagnostic_baseline
|
|
1042
|
-
allowed_baseline_paths = frozenset(
|
|
1075
|
+
allowed_baseline_paths = frozenset(
|
|
1076
|
+
(*(() if baseline_relative is None else (baseline_relative,)), *consumer.baseline_paths)
|
|
1077
|
+
)
|
|
1043
1078
|
baseline_path = None if baseline_relative is None else repo / baseline_relative
|
|
1044
1079
|
if consumer.baseline_rules and (baseline_path is None or baseline_relative is None):
|
|
1045
1080
|
msg = (
|
|
@@ -1073,6 +1108,22 @@ def apply_one( # ruff: ignore[too-many-locals] - one transaction keeps verifica
|
|
|
1073
1108
|
failures.append("Standards doctor failed:\n" + verification_detail(doctor))
|
|
1074
1109
|
bootstrap = run_consumer_bootstrap(repo, tool_prefix, runner, unauthenticated)
|
|
1075
1110
|
assert_baseline_unchanged(baseline_path, expected_baseline)
|
|
1111
|
+
if bootstrap is None and consumer.baseline_update:
|
|
1112
|
+
baseline_update = runner.run(
|
|
1113
|
+
(*tool_prefix, *consumer.baseline_update),
|
|
1114
|
+
cwd=repo,
|
|
1115
|
+
env=unauthenticated,
|
|
1116
|
+
check=False,
|
|
1117
|
+
)
|
|
1118
|
+
if baseline_update.returncode != 0:
|
|
1119
|
+
failures.append("consumer baseline update failed:\n" + verification_detail(baseline_update))
|
|
1120
|
+
consumer_baselines: dict[Path, bytes] = {}
|
|
1121
|
+
for relative in consumer.baseline_paths:
|
|
1122
|
+
path = repo / relative
|
|
1123
|
+
if not path.is_file():
|
|
1124
|
+
msg = f"{consumer.name}: consumer baseline update did not create {path}"
|
|
1125
|
+
raise RolloutError(msg)
|
|
1126
|
+
consumer_baselines[path] = path.read_bytes()
|
|
1076
1127
|
worktree_paths = changed_paths(repo, runner)
|
|
1077
1128
|
reject_unsafe_diff(
|
|
1078
1129
|
worktree_paths,
|
|
@@ -1096,6 +1147,7 @@ def apply_one( # ruff: ignore[too-many-locals] - one transaction keeps verifica
|
|
|
1096
1147
|
check=False,
|
|
1097
1148
|
)
|
|
1098
1149
|
assert_baseline_unchanged(baseline_path, expected_baseline)
|
|
1150
|
+
assert_baselines_unchanged(consumer_baselines)
|
|
1099
1151
|
mutated = amend_safe_changes(
|
|
1100
1152
|
repo,
|
|
1101
1153
|
runner,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{code_standards-7.1.2 → code_standards-7.1.4}/src/sarj_standards/configs/basedpyright.strict.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{code_standards-7.1.2 → code_standards-7.1.4}/src/sarj_standards/configs/eslint.application.mjs
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{code_standards-7.1.2 → code_standards-7.1.4}/src/sarj_standards/configs/markdownlint.strict.yaml
RENAMED
|
File without changes
|
{code_standards-7.1.2 → code_standards-7.1.4}/src/sarj_standards/configs/pyright.strict.json
RENAMED
|
File without changes
|
{code_standards-7.1.2 → code_standards-7.1.4}/src/sarj_standards/configs/ruff.application.toml
RENAMED
|
File without changes
|
{code_standards-7.1.2 → code_standards-7.1.4}/src/sarj_standards/configs/ruff.python315-watch.toml
RENAMED
|
File without changes
|
|
File without changes
|
{code_standards-7.1.2 → code_standards-7.1.4}/src/sarj_standards/configs/rule-inventory.v1.json
RENAMED
|
File without changes
|
|
File without changes
|
{code_standards-7.1.2 → code_standards-7.1.4}/src/sarj_standards/configs/rule-warning-levels.v1.json
RENAMED
|
File without changes
|
|
File without changes
|
{code_standards-7.1.2 → code_standards-7.1.4}/src/sarj_standards/configs/yamllint.strict.yaml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{code_standards-7.1.2 → code_standards-7.1.4}/src/sarj_standards/libs/adoption/exclusions.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{code_standards-7.1.2 → code_standards-7.1.4}/src/sarj_standards/libs/adoption/packagemanager.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{code_standards-7.1.2 → code_standards-7.1.4}/src/sarj_standards/libs/adoption/transaction.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{code_standards-7.1.2 → code_standards-7.1.4}/src/sarj_standards/libs/catalogs/slack_automations.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{code_standards-7.1.2 → code_standards-7.1.4}/src/sarj_standards/libs/diagnostics/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{code_standards-7.1.2 → code_standards-7.1.4}/src/sarj_standards/libs/diagnostics/baseline.py
RENAMED
|
File without changes
|
|
File without changes
|
{code_standards-7.1.2 → code_standards-7.1.4}/src/sarj_standards/libs/diagnostics/serialize.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{code_standards-7.1.2 → code_standards-7.1.4}/src/sarj_standards/libs/linting/library_policy.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{code_standards-7.1.2 → code_standards-7.1.4}/src/sarj_standards/libs/release/release_age.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{code_standards-7.1.2 → code_standards-7.1.4}/src/sarj_standards/libs/repository/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{code_standards-7.1.2 → code_standards-7.1.4}/src/sarj_standards/libs/repository/comment_corpus.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{code_standards-7.1.2 → code_standards-7.1.4}/src/sarj_standards/libs/repository/repository.py
RENAMED
|
File without changes
|
{code_standards-7.1.2 → code_standards-7.1.4}/src/sarj_standards/libs/repository/rule_authoring.py
RENAMED
|
File without changes
|
|
File without changes
|
{code_standards-7.1.2 → code_standards-7.1.4}/src/sarj_standards/libs/repository/rule_changes.py
RENAMED
|
File without changes
|
|
File without changes
|
{code_standards-7.1.2 → code_standards-7.1.4}/src/sarj_standards/libs/repository/rule_lifecycle.py
RENAMED
|
File without changes
|
{code_standards-7.1.2 → code_standards-7.1.4}/src/sarj_standards/libs/repository/rule_maintenance.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{code_standards-7.1.2 → code_standards-7.1.4}/src/sarj_standards/libs/rules/corpus_runner.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{code_standards-7.1.2 → code_standards-7.1.4}/src/sarj_standards/schemas/rule-catalog.v1.json
RENAMED
|
File without changes
|
{code_standards-7.1.2 → code_standards-7.1.4}/src/sarj_standards/schemas/rule-catalog.v1.schema.json
RENAMED
|
File without changes
|
|
File without changes
|