ANARCHY v1.1.1 — Maintenance & Cleanup
No cloud. No telemetry. No gods. Only Zul.
What changed
Removed 15 stray/empty files left behind by audit scripts:
'content', 'tool_name', 0.82, ANARCHY (root file), app.hardware, app.memory,
console, core.text, from, import_test.txt, individual,
install_check_out.txt, install_test_out.txt, intent_confidence, project_root, total_files
Fixed IndentationError in test/test_safety.py — test_self_modify_is_high_risk had a stale comment block that created a nested def with no body. CI is now green across Python 3.10/3.11/3.12 on Linux and Windows.
Updated pyproject.toml: version bumped to 1.1.1, author metadata updated to include GitHub username and email.
Updated pytest dependency to >=9.0.3 via Dependabot.
Install
# Linux / macOS
curl -fsSL https://raw.githubusercontent.com/psfr4590-afk/ANARCHY/main/get-anarchy.sh | bash
# Windows (PowerShell)
irm https://raw.githubusercontent.com/psfr4590-afk/ANARCHY/main/get-anarchy.ps1 | iex
# pip (coming soon via PyPI)
pip install anarchy-ai