From e8d845d78b1cad57b9205262cd58852bce865f9e Mon Sep 17 00:00:00 2001 From: Kehinde Olawuwo Date: Sat, 8 Aug 2026 18:43:37 +0100 Subject: [PATCH] chore(release): prepare Python package v0.14.1 --- .github/workflows/ci.yml | 4 ++-- .github/workflows/publish.yml | 16 ++++++++-------- CHANGELOG.md | 7 +++++++ README.md | 6 ++++-- pyproject.toml | 9 ++++++--- src/aislop_py/__init__.py | 2 +- 6 files changed, 28 insertions(+), 16 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 059607d..942bade 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,8 +16,8 @@ jobs: matrix: python-version: ["3.9", "3.12"] steps: - - uses: actions/checkout@v4 - - uses: actions/setup-python@v5 + - uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4 + - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5 with: python-version: ${{ matrix.python-version }} - name: Run tests diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 3bf369c..78009a0 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -17,17 +17,17 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 - - uses: actions/setup-python@v5 + - uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4 + - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5 with: python-version: "3.12" - name: Run tests run: PYTHONPATH=src python -m unittest discover -s tests - name: Build distributions run: | - python -m pip install --upgrade build + python -m pip install "build==1.5.0" python -m build - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 with: name: python-package-distributions path: dist/ @@ -38,12 +38,12 @@ jobs: runs-on: ubuntu-latest environment: testpypi steps: - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4 with: name: python-package-distributions path: dist/ - name: Publish to TestPyPI - uses: pypa/gh-action-pypi-publish@release/v1 + uses: pypa/gh-action-pypi-publish@dc37677b2e1c63e2034f94d8a5b11f265b73ba33 # release/v1 with: repository-url: https://test.pypi.org/legacy/ password: ${{ secrets.TEST_PYPI_API_TOKEN }} @@ -55,7 +55,7 @@ jobs: runs-on: ubuntu-latest environment: pypi steps: - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4 with: name: python-package-distributions path: dist/ @@ -79,6 +79,6 @@ jobs: curl --fail --silent --show-error "https://test.pypi.org/pypi/aislop/${version}/json" >/dev/null echo "Found aislop ${version} on TestPyPI." - name: Publish to PyPI - uses: pypa/gh-action-pypi-publish@release/v1 + uses: pypa/gh-action-pypi-publish@dc37677b2e1c63e2034f94d8a5b11f265b73ba33 # release/v1 with: password: ${{ secrets.PYPI_API_TOKEN }} diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b72e45..d193d88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). ## Unreleased +## 0.14.1 (2026-08-08) + +### Changed + +- Bumped the default `aislop@…` npm package pin to `0.14.1`. +- Refreshed package metadata and documentation for all 10 language targets, including C# and C/C++. + ## 0.14.0 (2026-07-23) ### Changed diff --git a/README.md b/README.md index aeff0e9..1b761b5 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ [![PyPI version](https://img.shields.io/pypi/v/aislop.svg)](https://pypi.org/project/aislop/) [![npm downloads](https://img.shields.io/npm/dm/aislop.svg)](https://www.npmjs.com/package/aislop) [![PyPI downloads](https://img.shields.io/pepy/dt/aislop.svg?label=PyPI%20downloads)](https://pepy.tech/project/aislop) [![Homebrew tap](https://img.shields.io/badge/Homebrew-scanaislop%2Ftap-2f855a.svg)](https://github.com/scanaislop/homebrew-tap) [![GitHub stars](https://img.shields.io/github/stars/scanaislop/aislop.svg?label=GitHub%20stars)](https://github.com/scanaislop/aislop) [![CI](https://github.com/scanaislop/aislop/actions/workflows/ci.yml/badge.svg)](https://github.com/scanaislop/aislop/actions/workflows/ci.yml) [![aislop score](https://badges.scanaislop.com/score/scanaislop/aislop.svg)](https://scanaislop.com/scanaislop/aislop) [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT) [![Python 3.9+](https://img.shields.io/badge/python-%3E%3D3.9-brightgreen.svg)](https://www.python.org) [![Discord](https://img.shields.io/badge/Discord-Join-5865F2?logo=discord&logoColor=white)](https://discord.gg/Mzz4A6mfj6) -The patterns Claude Code, Cursor, Codex, and OpenCode leave behind: narrative comments above self-explanatory code, swallowed exceptions, `as any` casts, hallucinated imports, duplicated helpers, dead code, todo stubs, oversized functions. Tests pass. Lint passes. The code rots anyway. +The patterns Claude Code, Cursor, Codex, and OpenCode leave behind: narrative comments above self-explanatory code, swallowed exceptions, hidden fallbacks, `as any` casts, hallucinated imports, duplicated helpers, dead code, todo stubs, oversized functions. Tests pass. Lint passes. The code rots anyway. -[aislop](https://github.com/scanaislop/aislop) catches them. 50+ rules across 8 language targets (TypeScript, JavaScript, Expo / React Native, Python, Go, Rust, Ruby, PHP). Scores every change 0–100. Sub-second. Deterministic — no LLM in the runtime path, same code in, same score out. MIT-licensed, free CLI. +[aislop](https://github.com/scanaislop/aislop) catches them. 50+ rules across 10 language targets (TypeScript, JavaScript, Expo / React Native, Python, Go, Rust, Ruby, PHP, C#, C/C++). Scores every change 0–100. Sub-second. Deterministic — no LLM in the runtime path, same code in, same score out. MIT-licensed, free CLI. > This package is the Python-tooling distribution of `aislop`. The CLI is identical across every channel. Prefer npm or Homebrew? See [other ways to install](#other-ways-to-install). @@ -77,6 +77,8 @@ pipx ensurepath Run `aislop doctor` to confirm every engine can run on your machine. +C# and C/C++ receive built-in text and complexity checks. Optional project-aware tools are documented in the [main installation guide](https://github.com/scanaislop/aislop/blob/main/docs/installation.md#optional-language-tools). + ## Hand off to your agent When auto-fix can't solve an issue, pass the remaining findings to your coding agent with full context: diff --git a/pyproject.toml b/pyproject.toml index 3224779..e945678 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,22 +1,25 @@ [build-system] -requires = ["setuptools>=77", "wheel"] +requires = ["setuptools==80.9.0", "wheel==0.47.0"] build-backend = "setuptools.build_meta" [project] name = "aislop" -version = "0.14.0" +version = "0.14.1" description = "Install aislop with Python tooling and scan your code for AI slop" readme = "README.md" requires-python = ">=3.9" license = "MIT" authors = [ - { name = "Kenny Olawuwo" } + { name = "Scanaislop" } ] keywords = [ "aislop", "ai-slop", "cli", "code-quality", + "cpp", + "csharp", + "dotnet", "static-analysis" ] classifiers = [ diff --git a/src/aislop_py/__init__.py b/src/aislop_py/__init__.py index 3e9972f..6e777ab 100644 --- a/src/aislop_py/__init__.py +++ b/src/aislop_py/__init__.py @@ -1,3 +1,3 @@ """Python launcher package for the aislop CLI.""" -__version__ = "0.14.0" +__version__ = "0.14.1"