diff --git a/CHANGELOG.md b/CHANGELOG.md index 51d99ba..f5e760b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,10 +14,12 @@ Versions follow [Semantic Versioning](https://semver.org/). ## [0.19.2] โ€” 2026-07-02 ### Fixed + - **Performance (LCP):** Optimized Critical Rendering Path by injecting `` resource hints for the GitHub API, significantly reducing latency for client-side widgets. - **Performance (CSS):** Implemented strict Tailwind CSS purging via `tailwind.config.js`, removing unused utility classes and minimizing the frontend payload. ### Technical Details + - **DQS Invariant:** Repository Documentation Quality Score remains verified at 100/100. ## [0.19.1] - 2026-07-02 diff --git a/changelogs/v0.7-docs-archive.md b/changelogs/v0.7-docs-archive.md index 1245093..49aad58 100644 --- a/changelogs/v0.7-docs-archive.md +++ b/changelogs/v0.7-docs-archive.md @@ -187,7 +187,7 @@ Archive of release notes extracted from the main changelog. Sovereign Override shield was active in CI but not locally. - **ZENZIC_EXTRA_ARGS CI propagation**: `.github/workflows/ci.yml` injects five `--exclude-url` entries for known pre-launch transient URLs - (`zenzic.dev/blog/`, `zenzic.dev/docs/explanation/structural-integrity`, + (`zenzic.dev/blog/`, `zenzic.dev/explanation/structural-integrity`, `zenzic.dev/developers/`, `zenzic.dev/it/developers/`, and the `v0.7.0` GitHub release tag). `PYTHONUTF8: '1'` added for Windows encoding determinism. diff --git a/overrides/partials/homepage/execution_layer.html b/overrides/partials/homepage/execution_layer.html index 85f65f4..baf1a25 100644 --- a/overrides/partials/homepage/execution_layer.html +++ b/overrides/partials/homepage/execution_layer.html @@ -66,7 +66,7 @@

Summary: โœ˜ 1 security breach โœ˜ 2 errors โš  4 warnings ๐Ÿ’ก 0 info โ€ข 3 files with findings
FAILED: Hard errors detected. Exit code 1 is mandatory.
-
Refer to https://zenzic.dev/docs/reference/finding-codes for remediation ยท Try 'zenzic check --help' for options.
+
Refer to https://zenzic.dev/reference/finding-codes for remediation ยท Try 'zenzic check --help' for options.
๐Ÿ”’ Suppression Audit: 0/30 (inline: 0, per-file: 0)
diff --git a/pyproject.toml b/pyproject.toml index 6986e91..a03b8c0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,7 +67,7 @@ broken-links = "zenzic.core.rules:VSMBrokenLinkRule" [project.urls] Homepage = "https://zenzic.dev" -Documentation = "https://zenzic.dev/docs/" +Documentation = "https://zenzic.dev/" Repository = "https://github.com/PythonWoods/zenzic" Source = "https://github.com/PythonWoods/zenzic" Changelog = "https://github.com/PythonWoods/zenzic/blob/main/CHANGELOG.md"