Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 `<link rel="preconnect">` 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
Expand Down
2 changes: 1 addition & 1 deletion changelogs/v0.7-docs-archive.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion overrides/partials/homepage/execution_layer.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ <h2 class="text-3xl md:text-4xl font-semibold tracking-tight dark:text-white tex
<div class="space-y-1.5">
<div>Summary: <span class="text-rose-500">✘ 1 security breach</span> <span class="text-rose-500">✘ 2 errors</span> <span class="text-amber-500">⚠ 4 warnings</span> <span class="dark:text-zinc-400 text-zinc-600">💡 0 info</span> <span class="dark:text-zinc-400 text-zinc-600">• 3 files with findings</span></div>
<div class="text-rose-500 font-semibold tracking-wide">FAILED: Hard errors detected. Exit code 1 is mandatory.</div>
<div class="dark:text-zinc-400 text-zinc-600">Refer to https://zenzic.dev/docs/reference/finding-codes for remediation · Try 'zenzic check --help' for options.</div>
<div class="dark:text-zinc-400 text-zinc-600">Refer to https://zenzic.dev/reference/finding-codes for remediation · Try 'zenzic check --help' for options.</div>
<div class="dark:text-zinc-400 text-zinc-600">🔒 Suppression Audit: 0/30 (inline: 0, per-file: 0)</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Loading