Skip to content

Release 1.1.9 (2026-02-20)

Documentation

  • ban MEMORY.md usage in CLAUDE.md (#339) Add auto-memory policy requiring agents to discuss behavioral rules with the human rather than storing them in unmanaged MEMORY.md files.

  • ban heredocs in shell commands (#340) Add explicit ban on heredocs for multi-line CLI arguments. Always use temp files instead.

Features

  • add category prefixes to job names (#338) Standardize job display names with category prefixes so checks cluster naturally in the GitHub status list.

  • adopt validate_local.sh dispatch architecture (#341)

  • feat(validate): adopt validate_local.sh dispatch architecture

Add primary_language: python to repo profile. Replace validate_local.py with synced shell-based driver and language-specific scripts. Extract license allowlist to .pip-licenses-allowlist. Create validate_local_custom.sh for repo-specific checks (validate_venv, validate_dependency_specs, validate_version, mypy/ty on examples/).