Skip to content

Commit b291f0f

Browse files
committed
TASK251: retire residual legacy product wording
1 parent 8451ddd commit b291f0f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

contracts/schemas/CLI_OUTPUT_CONTRACT.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@
296296
],
297297
"stdout_contains": [
298298
"usage: software-evidence-controls",
299-
"Software Evidence Controls local deterministic assurance toolkit"
299+
"Local deterministic CLI for evidence controls; no third-party dependencies"
300300
]
301301
},
302302
"version": {

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55
[project]
66
name = "software-evidence-controls"
77
version = "0.4.0rc1"
8-
description = "Local deterministic assurance controls reconstructed under a new lineage"
8+
description = "Local deterministic CLI for evidence controls; no third-party dependencies"
99
readme = "README.md"
1010
license = "Apache-2.0"
1111
license-files = ["LICENSE"]

src/software_evidence_controls/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def _parse_failure(command: str, exc: Exception) -> tuple[dict[str, Any], int]:
8080
def build_parser() -> argparse.ArgumentParser:
8181
parser = argparse.ArgumentParser(
8282
prog="software-evidence-controls",
83-
description="Software Evidence Controls local deterministic assurance toolkit",
83+
description="Local deterministic CLI for evidence controls; no third-party dependencies",
8484
)
8585
parser.add_argument("--version", action="store_true", help="show product and Python distribution versions")
8686
commands = parser.add_subparsers(dest="command")

0 commit comments

Comments
 (0)