Skip to content

Samsarix CLI 1.2.0rc1

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 11 Aug 03:52
· 4 commits to master since this release
107c787

Samsarix CLI 1.2.0rc1

This is the first verified public prerelease of Samsarix CLI: an offline, inspectable Python project scaffolder for individuals and teams.

Highlights

  • Generate Python projects from deterministic built-in blueprints.
  • Define and share local declarative team template packs.
  • Preview changes with planning and inspection commands before writing files.
  • Record provenance and validate generated projects in strict mode.
  • Keep generation safe by default: templates cannot execute hooks, fetch network content, or run arbitrary code.

Install from this release

Download samsarix_cli-1.2.0rc1-py3-none-any.whl, then run:

python -m pip install ./samsarix_cli-1.2.0rc1-py3-none-any.whl
samsarix --version

PyPI publication is not part of this prerelease yet, so the attached GitHub artifacts are the canonical distribution.

Verify the artifacts

Compare the downloads with the attached SHA256SUMS, or verify their GitHub artifact attestations:

gh attestation verify samsarix_cli-1.2.0rc1-py3-none-any.whl \
  --repo Deathcharge/samsarix-cli \
  --signer-workflow Deathcharge/samsarix-cli/.github/workflows/release.yml
gh attestation verify samsarix_cli-1.2.0rc1.tar.gz \
  --repo Deathcharge/samsarix-cli \
  --signer-workflow Deathcharge/samsarix-cli/.github/workflows/release.yml
Artifact SHA-256
samsarix_cli-1.2.0rc1-py3-none-any.whl 99eac2c4c64942bad756314ad11e5453357284c86f6c26678ac7c490093b61d0
samsarix_cli-1.2.0rc1.tar.gz 969d1cf74262c79863358cb65c18fc530e5f9521b82ffc8743e9a6230609a78f

Verification performed

  • CI passed on Python 3.11, 3.12, and 3.13.
  • Ruff formatting and linting, strict mypy, the full test suite, and branch-coverage enforcement passed.
  • The wheel and source distribution passed isolated builds, Twine metadata validation, installation smoke tests, and an isolated dependency audit.
  • Both release artifacts have GitHub build-provenance attestations tied to this tag and the protected release workflow.

License and identity

Samsarix CLI is provided by Samsarix LLC under the Apache License 2.0. See NOTICE, TRADEMARKS.md, CITATION.cff, and the repository contribution and security policies for attribution, brand-use, citation, and reporting guidance.

What's changed

Full changelog