Skip to content

Releases: Doogie201/NextLevelApex

v0.1.3

21 Feb 08:37
203150d

Choose a tag to compare

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_Store files
    • added ignore rule for runtime report outputs
  • Security hardening:
    • hardened install-sudoers path (darwin gate, strict validation, deterministic escaping, fail-closed include-dir verification)
    • least-privilege sudoers run-as target (root)
    • removed YAML state export path (json/csv only)
    • expanded tests for no-shell=True policy and sudoers safety
  • Reliability:
    • atomic state/report write validation and permission tests (0600 state)
    • platform-stable DNS helper test behavior in CI
  • 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 main branch protection with required checks + PR review + linear history

Codecov policy (temporary)

  • codecov.yml uses target: auto for project/patch and if_not_found: success for patch status during baseline bootstrap.
  • Revisit trigger and ownership are documented in CONTRIBUTING.md under Coverage Gate Policy.

References

  • PR: #66
  • Tag target commit: 203150d0bdca540f81a73bef710822ef9d4b7bc2

Network stack: typing & coverage stabilization

11 Aug 23:57
c6fe0c1

Choose a tag to compare

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