Releases: Doogie201/NextLevelApex
Releases · Doogie201/NextLevelApex
v0.1.3
NextLevelApex v0.1.3
This patch release ships the repository closeout and hardening bundle merged in PR #66.
Highlights
- Repo hygiene:
- removed tracked generated artifacts under
reports/ - removed tracked
.DS_Storefiles - added ignore rule for runtime report outputs
- removed tracked generated artifacts under
- Security hardening:
- hardened
install-sudoerspath (darwin gate, strict validation, deterministic escaping, fail-closed include-dir verification) - least-privilege sudoers run-as target (
root) - removed YAML state export path (
json/csvonly) - expanded tests for no-
shell=Truepolicy and sudoers safety
- hardened
- Reliability:
- atomic state/report write validation and permission tests (
0600state) - platform-stable DNS helper test behavior in CI
- atomic state/report write validation and permission tests (
- CI/governance:
- corrected CI lint/test command behavior
- aligned CI matrix to supported Python versions (
3.11,3.12) - enabled squash-only merge policy and delete-branch-on-merge
- enforced
mainbranch protection with required checks + PR review + linear history
Codecov policy (temporary)
codecov.ymlusestarget: autofor project/patch andif_not_found: successfor patch status during baseline bootstrap.- Revisit trigger and ownership are documented in
CONTRIBUTING.mdunder Coverage Gate Policy.
References
- PR: #66
- Tag target commit:
203150d0bdca540f81a73bef710822ef9d4b7bc2
Network stack: typing & coverage stabilization
What's Changed
- feat: complete task registry refactor with working task discovery and… by @Doogie201 in #12
- feat(diagnostics): finalize anti-bloat system with stats + sanitizer … by @Doogie201 in #13
- Rebuild network stack: typing & coverage stabilization by @Doogie201 in #25
Full Changelog: v0.1.2...v0.1.1