AIXCL v1.1.26
AIXCL v1.1.26
Documentation overhaul, CLI alignment, Unicode cleanup, and username leak remediation.
What's New in v1.1.26
Added
- ✅ App Framework User Guide: Created
docs/user/apps.mdfor the BYO application framework. (#1323) - ✅ Threat Model Document: Created
docs/security/threat-model.mdcovering threat actors, attack vectors, MITRE ATT&CK mapping, and compensating control cross-references. (#1323)
Changed
- ✅ CLI Help Alignment: Added missing
vaultcommand with all 10 subcommands tohelp_menu(). Renamedutils cleantoutils pruneand addedprune --all. (#1323) - ✅ AGENTS.md Section Numbering: Fixed broken numbering (now sequential 1-11). (#1323)
- ✅ DEVELOPMENT.md Version Reference: Corrected "AGENTS.md v1.5" to "AGENTS.md v2.0" and fixed Section 8 reference for Emergency Workflow Override. (#1323)
- ✅ Unicode to ASCII Conversion: Replaced all Unicode symbols with markdown checkboxes or plain text across SECURITY.md, modes, and operations docs. (#1323)
Fixed
- ✅ README Step Numbering: Corrected broken Step 4/5 ordering in Quick Start. (#1323)
- ✅ Stale Command References: Replaced non-existent
aixcl-setupwith./aixcl stack init, fixedvault passwordstovault credentials, and removed non-existentaixcl securitycommand references. (#1323) - ✅ Manifest Example: Fixed
docs/developer/adding-apps.mdYAML example to match actualapp_parser.shflat key format and corrected Prometheus file_sd path. (#1323) - ✅ Profile Docs: Added missing Alertmanager to bld/sys profile service lists and corrected nvidia-gpu-exporter port from 9400 to 9445. (#1323)
- ✅ Username Leakage: Removed hardcoded
sbadakhcreferences from SECURITY.md, CONTRIBUTING.md, and script usage examples. (#1323)
Documentation
Full Changelog: v1.1.25...v1.1.26