jekyll-theme-zer0 1.12.1 → 1.12.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 70cd99cdba3cc1dd7c1d29044ee5cdad162c1670e5516ff0bdd9dfbf3dbcd720
4
- data.tar.gz: fb3f97db3b77236ff36cca5ff7af267d54484da397f64cb3df03e4b28643b240
3
+ metadata.gz: fbc99ee38514486f868b91a616bcfece9ab588d4c27c18f358592c12bac98225
4
+ data.tar.gz: 864ff57c952cfb6c6761ab4b140545401f762bb8485d192c48a31ffee1e9ab65
5
5
  SHA512:
6
- metadata.gz: e38c17c29f540bfcfac2328462b6975f07e566ead4dfcf8920cf029ff9a81db95040995686dc61b412abeb24bdc15b1e427aab77e15ee077993a6acfbf7786c3
7
- data.tar.gz: 2e36c4f5b88e0db3c79277f959f8206e65fa94134f60bd8a6391dd839db8e0f79cbe6aadd4729320d790ac7985630f9f31cdbfc44d83079561a87c7f22ff0e31
6
+ metadata.gz: ad7d6da5e0c707aa5ea232e5d3a714bbd0ed3955cc220d950dec7103715665a4e9a799f9a028e2eb57e1f161b0bf286dd39a5d145110f0a2936067405a698aae
7
+ data.tar.gz: b5428a640a6a5aee60e170d4c69780e3538704575a9a1ff2d23d26c9583429f0e2ad1da79185906260e75a60092f4d88b139e01fa2b7cf954fa9a77258f2879b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.12.2] - 2026-06-10
4
+
5
+ ### Changed
6
+ - Version bump: patch release
7
+
8
+ ### Commits in this release
9
+ - 846bd9ff chore(backlog): plan the Zer0-Mistake Quality Framework (roadmap v1.13, T-012–T-015) (#133)
10
+ - 33a727c0 docs: expand CLAUDE.md into a comprehensive Claude Code guide (#131)
11
+
12
+
3
13
  ## [1.12.1] - 2026-06-10
4
14
 
5
15
  ### Changed
@@ -16,6 +26,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
16
26
 
17
27
  ## [Unreleased]
18
28
 
29
+ ### Added
30
+ - **Zer0-Mistake Quality Framework (planning)**: new roadmap milestone v1.13 and backlog tasks T-012–T-015 to close the gap between the repo's quality gates and what CI enforces — CI gate parity with the canonical `./scripts/bin/test` entrypoint (whose integration suites previously rotted unnoticed), re-armed pixel-snapshot and docs link-check gates, and a locale-independence regression guard; coverage baseline task T-005 repointed at the new milestone
31
+
19
32
  ### Fixed
20
33
  - **Tooling encoding**: `generate-roadmap.rb`, `sync-backlog.rb`, and `scripts/bin/validate` now read repo files as UTF-8 explicitly, fixing `invalid byte sequence in US-ASCII` crashes in environments without a UTF-8 locale (minimal containers, some CI runners) — `generate-roadmap.sh --check` and `validate --quick` both crashed in such environments
21
34
  - **Test suite**: repaired the three test suites that failed on `main`:
data/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
  title: zer0-mistakes
3
3
  sub-title: AI-Native Jekyll Theme
4
4
  description: AI-native Jekyll theme for GitHub Pages — Docker-first development, AI-powered installation, multi-agent integration (Copilot, Codex, Cursor, Claude), AI preview-image generation, and AIEO content optimization with Bootstrap 5.3.
5
- version: 1.12.1
5
+ version: 1.12.2
6
6
  layout: landing
7
7
  tags:
8
8
  - jekyll
@@ -20,7 +20,7 @@ categories:
20
20
  - bootstrap
21
21
  - ai-tooling
22
22
  created: 2024-02-10T23:51:11.480Z
23
- lastmod: 2026-06-10T22:03:08.000Z
23
+ lastmod: 2026-06-10T22:17:20.000Z
24
24
  draft: false
25
25
  permalink: /
26
26
  slug: zer0
@@ -833,6 +833,7 @@ gantt
833
833
  section Current
834
834
  v1.12 Headless Endpoints :active, 2026-06, 2026-06
835
835
  section Future
836
+ v1.13 Zer0-Mistake Quality Framework :2026-06, 2026-08
836
837
  v2.0 CMS Integration :2026-06, 2026-08
837
838
  v2.1 i18n Support :2026-08, 2026-10
838
839
  v2.2 Advanced Analytics :2026-10, 2026-12
@@ -864,6 +865,7 @@ gantt
864
865
  | **v1.10** | ✅ Completed | Jun 2026 | Roadmap integrity validation and catch-up milestones so the roadmap tracks the shipped gem. |
865
866
  | **v1.11** | ✅ Completed | Jun 2026 | Self-sustaining backlog loop so AI agents keep improving the repo between human sessions. |
866
867
  | **v1.12** | 🚧 In Progress | Current (1.12.x) | Machine-readable site endpoints for downstream sites and AI agents. |
868
+ | **v1.13** | 🗓 Planned | Q3 2026 | Close the gap between the repo's quality gates and what CI actually enforces — no mistake lands green. |
867
869
  | **v2.0** | 🗓 Planned | Q3 2026 | Headless CMS integration with a content API and admin dashboard. |
868
870
  | **v2.1** | 🗓 Planned | Q4 2026 | Multi-language content support with locale-aware routing. |
869
871
  | **v2.2** | 🗓 Planned | Q4 2026 | Visual theme customizer, A/B testing, and conversion funnels. |
@@ -907,7 +909,7 @@ git push origin feature/awesome-feature
907
909
 
908
910
  | Metric | Value |
909
911
  |--------|-------|
910
- | **Current Version** | 1.12.1 ([RubyGems](https://rubygems.org/gems/jekyll-theme-zer0), [CHANGELOG](/CHANGELOG)) |
912
+ | **Current Version** | 1.12.2 ([RubyGems](https://rubygems.org/gems/jekyll-theme-zer0), [CHANGELOG](/CHANGELOG)) |
911
913
  | **Documented Features** | 43 ([Feature Registry](https://github.com/bamr87/zer0-mistakes/blob/main/_data/features.yml)) |
912
914
  | **Setup Time** | 2-5 minutes ([install.sh benchmarks](https://github.com/bamr87/zer0-mistakes/blob/main/install.sh)) |
913
915
  | **Documentation Pages** | 70+ ([browse docs](https://zer0-mistakes.com/pages/)) |
@@ -962,6 +964,6 @@ And these AI partners that make zer0-mistakes truly AI-native:
962
964
 
963
965
  **Built with ❤️ — and a little help from our AI partners — for the Jekyll community**
964
966
 
965
- **v1.12.1** • [Changelog](CHANGELOG.md) • [License](LICENSE) • [Contributing](CONTRIBUTING.md) • [AI Agent Guide](AGENTS.md)
967
+ **v1.12.2** • [Changelog](CHANGELOG.md) • [License](LICENSE) • [Contributing](CONTRIBUTING.md) • [AI Agent Guide](AGENTS.md)
966
968
 
967
969
 
data/_data/backlog.yml CHANGED
@@ -56,7 +56,7 @@
56
56
  meta:
57
57
  title: "zer0-mistakes Backlog"
58
58
  updated: 2026-06-10
59
- next_id: 12
59
+ next_id: 16
60
60
 
61
61
  tasks:
62
62
  # --- Housekeeping (seeded so the loop has work on day one) ------------------
@@ -145,7 +145,7 @@ tasks:
145
145
  updated: 2026-05-31
146
146
 
147
147
  - id: T-005
148
- title: "Coverage baseline: identify the lowest-covered subsystems toward the v1.0 90% goal"
148
+ title: "Coverage baseline: identify the lowest-covered subsystems toward the 90% goal"
149
149
  status: open
150
150
  priority: P1
151
151
  area: tests
@@ -153,16 +153,17 @@ tasks:
153
153
  effort: L
154
154
  source: roadmap
155
155
  summary: >-
156
- The v1.0 milestone targets 90%+ automated test coverage. Produce a
157
- coverage baseline and file follow-up tasks for the lowest-covered areas
158
- (start with the modular installer and the Obsidian resolver paths).
156
+ The 3.0 LTS milestone targets 90%+ automated test coverage, and the v1.13
157
+ Zer0-Mistake Quality Framework starts with knowing where coverage stands.
158
+ Produce a coverage baseline and file follow-up tasks for the lowest-covered
159
+ areas (start with the modular installer and the Obsidian resolver paths).
159
160
  acceptance:
160
161
  - "A coverage baseline is recorded (test/coverage or a docs note)."
161
162
  - "The 2–3 lowest-covered subsystems are identified and filed as new backlog tasks."
162
163
  - "No reduction in existing passing tests (`./scripts/bin/test` stays green)."
163
- links: { issue: null, pr: null, roadmap: "1.0" }
164
+ links: { issue: null, pr: null, roadmap: "1.13" }
164
165
  created: 2026-05-31
165
- updated: 2026-05-31
166
+ updated: 2026-06-10
166
167
 
167
168
  # --- 2026-06-01 audit -------------------------------------------------------
168
169
 
@@ -276,3 +277,97 @@ tasks:
276
277
  links: { issue: null, pr: null, roadmap: "3.0" }
277
278
  created: 2026-06-01
278
279
  updated: 2026-06-01
280
+
281
+ # --- 2026-06-10 Zer0-Mistake Quality Framework (roadmap v1.13) --------------
282
+ #
283
+ # Origin: main carried 3 failing test suites and 2 crashing validators while
284
+ # every CI check stayed green (fixed in PR #132). Root cause: the PR gate runs
285
+ # only a subset of the canonical test entrypoint, and two checks are warn-only.
286
+ # These tasks close the gap between the quality gates and what CI enforces.
287
+
288
+ - id: T-012
289
+ title: "CI gate parity: run the full canonical test entrypoint on PRs"
290
+ status: open
291
+ priority: P1
292
+ area: infra
293
+ risk: standard
294
+ effort: M
295
+ source: roadmap
296
+ summary: >-
297
+ `ci.yml`'s test job runs `test/test_runner.sh --suites core,quality,installation`,
298
+ which skips the lib unit tests (`scripts/test/lib/`), the integration suites
299
+ (`scripts/test/integration/` — exactly the ones that rotted unnoticed before
300
+ PR #132), the obsidian suite, and the installer e2e suites that
301
+ `./scripts/bin/test` runs locally. PRs must gate on the same entrypoint
302
+ contributors are told to run.
303
+ acceptance:
304
+ - "The `ci.yml` test job executes `./scripts/bin/test` (or an explicit suite list that includes lib, integration, obsidian, and installer e2e) on every code PR."
305
+ - "A deliberately broken integration test fails CI in a draft PR experiment (then reverted)."
306
+ - "`.github/workflows/README.md` documents which gates run on PR vs push vs schedule."
307
+ - "Total PR wall-clock stays under 25 minutes (parallelize jobs if needed)."
308
+ links: { issue: null, pr: null, roadmap: "1.13" }
309
+ created: 2026-06-10
310
+ updated: 2026-06-10
311
+
312
+ - id: T-013
313
+ title: "Refresh Playwright snapshot baselines and re-arm the pixel gate"
314
+ status: open
315
+ priority: P2
316
+ area: tests
317
+ risk: standard
318
+ effort: M
319
+ source: roadmap
320
+ summary: >-
321
+ The snapshot tier in `ci.yml` is `continue-on-error: true` because the
322
+ committed baselines predate the PR #108 UI overhaul. Regenerate the Linux
323
+ baselines via `./test/update-snapshots.sh` and make the tier blocking again
324
+ so visual regressions cannot land silently.
325
+ acceptance:
326
+ - "Baselines under `test/visual/snapshots/` regenerated and committed."
327
+ - "`continue-on-error: true` removed from the snapshot step in `ci.yml`."
328
+ - "Snapshot tier passes in CI on an unchanged follow-up commit."
329
+ links: { issue: null, pr: null, roadmap: "1.13" }
330
+ created: 2026-06-10
331
+ updated: 2026-06-10
332
+
333
+ - id: T-014
334
+ title: "Re-arm the docs link-check gate (remove warn-only || true)"
335
+ status: open
336
+ priority: P2
337
+ area: lint
338
+ risk: standard
339
+ effort: M
340
+ source: roadmap
341
+ summary: >-
342
+ `docs-validate.yml` runs markdown-link-check with `|| true` ("warn-only
343
+ until baseline is clean"), so broken links accumulate. Fix the links it
344
+ currently reports, then drop the `|| true` so the gate blocks.
345
+ acceptance:
346
+ - "All links reported by the current `docs-validate.yml` run are fixed or allowlisted in `.github/config/.markdown-link-check.json`."
347
+ - "Both `|| true` suppressions removed from `docs-validate.yml`."
348
+ - "`docs-validate.yml` passes blocking on a follow-up PR."
349
+ links: { issue: null, pr: null, roadmap: "1.13" }
350
+ created: 2026-06-10
351
+ updated: 2026-06-10
352
+
353
+ - id: T-015
354
+ title: "Locale-independence regression guard for Ruby/Bash tooling"
355
+ status: open
356
+ priority: P2
357
+ area: infra
358
+ risk: standard
359
+ effort: S
360
+ source: roadmap
361
+ summary: >-
362
+ PR #132 fixed `invalid byte sequence in US-ASCII` crashes in
363
+ `generate-roadmap.rb`, `sync-backlog.rb`, and `scripts/bin/validate` that
364
+ only reproduced without a UTF-8 locale. Add a guard so the bug class
365
+ cannot return: run the validators under `LC_ALL=C` in a lib test or a
366
+ dedicated CI step.
367
+ acceptance:
368
+ - "A test (scripts/test/lib/) or CI step runs `generate-roadmap.rb --check`, `sync-backlog.rb --check`, and `validate --quick` with `LC_ALL=C LANG=C`."
369
+ - "The guard fails when the explicit-UTF-8 reads are reverted (verified once locally)."
370
+ - "`./scripts/bin/test` stays green."
371
+ links: { issue: null, pr: null, roadmap: "1.13" }
372
+ created: 2026-06-10
373
+ updated: 2026-06-10
data/_data/roadmap.yml CHANGED
@@ -330,6 +330,22 @@ milestones:
330
330
 
331
331
  # --- Future ----------------------------------------------------------------
332
332
 
333
+ - version: "1.13"
334
+ title: "Zer0-Mistake Quality Framework"
335
+ status: planned
336
+ section: Future
337
+ start: 2026-06
338
+ end: 2026-08
339
+ target: "Q3 2026"
340
+ summary: "Close the gap between the repo's quality gates and what CI actually enforces — no mistake lands green."
341
+ features:
342
+ - "CI gate parity — PRs run the full canonical test entrypoint (lib unit, theme, integration, installer e2e), not a subset"
343
+ - "Re-armed pixel-snapshot gate (refreshed baselines, no `continue-on-error`)"
344
+ - "Re-armed docs link-check gate (clean baseline, no warn-only `|| true`)"
345
+ - "Locale-independence regression guard for the Ruby/Bash tooling"
346
+ - "Coverage baseline with follow-up tasks for the lowest-covered subsystems"
347
+ - "Documented required status checks per branch (the 'controls' contract)"
348
+
333
349
  - version: "2.0"
334
350
  title: "CMS Integration"
335
351
  status: planned
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-zer0
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.12.1
4
+ version: 1.12.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amr Abdel