jekyll-theme-zer0 1.11.1 → 1.11.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.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +9 -0
  3. data/README.md +4 -4
  4. data/_data/backlog.yml +115 -2
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 98ca7799830fd5c793814a39656893d742627b0ce2800e32761ce53bc32b8263
4
- data.tar.gz: 8b247e3c6002ec51bfc9c2c423f2cb531afa97f65c59b8c5526fe9251f70df22
3
+ metadata.gz: 9501bcc820ec7514f9b42ebe63e0541de0287933c388facb2b6eaec3bac2e4e3
4
+ data.tar.gz: 4d756e820a18743a6a7fc391b52fd40fa606493d60d2854d2d377cdede74d496
5
5
  SHA512:
6
- metadata.gz: f742ce6d82fdc8cb006f2604a8e8cb17927fd4991eea0817f69dceb9a8b4d1924e95c0f933dc50e5ea903b3abc81afb90cebd41ef26c942551c8561688a0ce03
7
- data.tar.gz: ee9047c92ee91c57c357698f680c43de518c38db8c6b29c7133937009a5ec1ecfffd535f068449ef2969b449eeb91498dcaec57241b31980127bb32f6b76543d
6
+ metadata.gz: b617c07bb328bcebf4be86fd0fdd8a3bc3cd513cdcf5fb6e6a1ebb564e39f318e245411a382eceeec0746549f6eb40b177682167f488a6b450e7d073042b9cb2
7
+ data.tar.gz: 1fab63085e0fc3be064120316e61b840c705e551e19c08a7329dc2290b682bbbb475e935917822c1538c9ca76b0a9ee7aa730e4cd5973d1e45a92addda390a40
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.11.2] - 2026-06-03
4
+
5
+ ### Changed
6
+ - Version bump: patch release
7
+
8
+ ### Commits in this release
9
+ - 452022ae chore(backlog): audit 2026-06-01 (#121)
10
+
11
+
3
12
  ## [1.11.1] - 2026-06-01
4
13
 
5
14
  ### Changed
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.11.1
5
+ version: 1.11.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-01T13:28:14.000Z
23
+ lastmod: 2026-06-03T01:19:09.000Z
24
24
  draft: false
25
25
  permalink: /
26
26
  slug: zer0
@@ -901,7 +901,7 @@ git push origin feature/awesome-feature
901
901
 
902
902
  | Metric | Value |
903
903
  |--------|-------|
904
- | **Current Version** | 1.11.1 ([RubyGems](https://rubygems.org/gems/jekyll-theme-zer0), [CHANGELOG](/CHANGELOG)) |
904
+ | **Current Version** | 1.11.2 ([RubyGems](https://rubygems.org/gems/jekyll-theme-zer0), [CHANGELOG](/CHANGELOG)) |
905
905
  | **Documented Features** | 43 ([Feature Registry](https://github.com/bamr87/zer0-mistakes/blob/main/_data/features.yml)) |
906
906
  | **Setup Time** | 2-5 minutes ([install.sh benchmarks](https://github.com/bamr87/zer0-mistakes/blob/main/install.sh)) |
907
907
  | **Documentation Pages** | 70+ ([browse docs](https://zer0-mistakes.com/pages/)) |
@@ -956,6 +956,6 @@ And these AI partners that make zer0-mistakes truly AI-native:
956
956
 
957
957
  **Built with ❤️ — and a little help from our AI partners — for the Jekyll community**
958
958
 
959
- **v1.11.1** • [Changelog](CHANGELOG.md) • [License](LICENSE) • [Contributing](CONTRIBUTING.md) • [AI Agent Guide](AGENTS.md)
959
+ **v1.11.2** • [Changelog](CHANGELOG.md) • [License](LICENSE) • [Contributing](CONTRIBUTING.md) • [AI Agent Guide](AGENTS.md)
960
960
 
961
961
 
data/_data/backlog.yml CHANGED
@@ -55,8 +55,8 @@
55
55
 
56
56
  meta:
57
57
  title: "zer0-mistakes Backlog"
58
- updated: 2026-05-31
59
- next_id: 7
58
+ updated: 2026-06-01
59
+ next_id: 12
60
60
 
61
61
  tasks:
62
62
  # --- Housekeeping (seeded so the loop has work on day one) ------------------
@@ -159,3 +159,116 @@ tasks:
159
159
  links: { issue: null, pr: null, roadmap: "1.0" }
160
160
  created: 2026-05-31
161
161
  updated: 2026-05-31
162
+
163
+ # --- 2026-06-01 audit -------------------------------------------------------
164
+
165
+ - id: T-007
166
+ title: "Fix global navbar WCAG 2.1 AA violations to enable axe-core full-audit tests"
167
+ status: open
168
+ priority: P1
169
+ area: a11y
170
+ risk: standard
171
+ effort: M
172
+ source: audit
173
+ summary: >-
174
+ Three tests in `test/visual/accessibility.spec.js` are frozen with `test.fixme`
175
+ because four WCAG 2.1 AA violations in the global navbar prevent them from passing:
176
+ `aria-required-children` (menubar/button nesting), `link-name` (icon-only nav links),
177
+ `list` (footer list structure), and `scrollable-region-focusable` (code blocks).
178
+ Fix the HTML/ARIA in `_includes/` and `_layouts/` to make the full axe-core audit green.
179
+ acceptance:
180
+ - "All four violations listed in the `test.fixme` comment are resolved in `_includes/` / `_layouts/`."
181
+ - "The three `test.fixme` blocks in `test/visual/accessibility.spec.js` are changed to live `test()` calls and pass in CI."
182
+ - "`bundle exec ./scripts/bin/validate --quick` still passes."
183
+ - "No visual regression in smoke snapshot tests."
184
+ links: { issue: null, pr: null, roadmap: "1.9" }
185
+ created: 2026-06-01
186
+ updated: 2026-06-01
187
+
188
+ - id: T-008
189
+ title: "Fix theme-customizer YAML export to quote hex color values"
190
+ status: open
191
+ priority: P2
192
+ area: feat
193
+ risk: standard
194
+ effort: S
195
+ source: audit
196
+ summary: >-
197
+ The JS theme-customizer export serialises CSS custom-property values directly into
198
+ YAML without quoting strings that start with `#`. Unquoted `#RRGGBB` is treated as a
199
+ YAML comment by parsers, silently dropping colour values. A regression guard in
200
+ `test/visual/theme-colors.spec.js` is frozen as `test.fixme` until the bug is fixed.
201
+ acceptance:
202
+ - "JS export wraps every hex colour value (matching `/#[0-9a-fA-F]{3,8}/`) in double quotes in the generated YAML."
203
+ - "The `test.fixme` in `test/visual/theme-colors.spec.js` is promoted to a live `test()` and passes in CI."
204
+ - "Exported YAML is valid when parsed by `yaml.safe_load` in Ruby."
205
+ links: { issue: null, pr: null, roadmap: null }
206
+ created: 2026-06-01
207
+ updated: 2026-06-01
208
+
209
+ - id: T-009
210
+ title: "Sanitize sensitive config keys from admin config-page DOM injection"
211
+ status: open
212
+ priority: P1
213
+ area: infra
214
+ risk: standard
215
+ effort: S
216
+ source: audit
217
+ summary: >-
218
+ The admin config page injects raw `_config.yml` content into a hidden
219
+ `<pre id="cfg-full-yaml">` element. If the config contains secrets
220
+ (`api_key`, `token`, PostHog `phc_*` keys, etc.) they are exposed in the page
221
+ DOM. A regression test in `test/visual/security.spec.js` is frozen as
222
+ `test.fixme` until a sanitisation pass is in place.
223
+ acceptance:
224
+ - "The Liquid/Ruby that populates `<pre id=\"cfg-full-yaml\">` strips or masks keys matching `api_key`, `secret`, `password`, `token`, and `phc_` prefix before DOM injection."
225
+ - "The `test.fixme` in `test/visual/security.spec.js` is promoted to a live `test()` and passes in CI."
226
+ - "The visible config display in the admin UI is unaffected (only the raw hidden element is sanitised)."
227
+ links: { issue: null, pr: null, roadmap: null }
228
+ created: 2026-06-01
229
+ updated: 2026-06-01
230
+
231
+ - id: T-010
232
+ title: "Complete v1.9 quickstart docs rewrite with getting-started guide and screenshots"
233
+ status: open
234
+ priority: P2
235
+ area: docs
236
+ risk: low
237
+ effort: M
238
+ source: roadmap
239
+ summary: >-
240
+ The v1.9 milestone lists "Quickstart documentation rewrite with screenshots"
241
+ as a deliverable, but `pages/_docs/quickstart/` contains only `bare-minimum.md`.
242
+ Add a proper quickstart index page and at least one full getting-started guide
243
+ (covering the standard GitHub Pages workflow) with annotated screenshots.
244
+ acceptance:
245
+ - "`pages/_docs/quickstart/index.md` exists with a nav overview linking to available quickstart guides."
246
+ - "At least one guide beyond `bare-minimum.md` covers the standard fork/remote-theme workflow."
247
+ - "Each guide includes at least one screenshot stored under `assets/images/docs/quickstart/`."
248
+ - "All new pages pass `docs-validate.yml` front-matter and link checks."
249
+ links: { issue: null, pr: null, roadmap: "1.9" }
250
+ created: 2026-06-01
251
+ updated: 2026-06-01
252
+
253
+ - id: T-011
254
+ title: "Add Ruby unit tests for uncovered _plugins/ generators"
255
+ status: open
256
+ priority: P2
257
+ area: tests
258
+ risk: standard
259
+ effort: M
260
+ source: audit
261
+ summary: >-
262
+ Three Jekyll plugins have no dedicated unit tests: `content_statistics_generator.rb`,
263
+ `preview_image_generator.rb`, and `admin_page_urls.rb`. The quality suite has
264
+ URL-pattern checks (`test_preview_image_urls`) but no specs that exercise the
265
+ generator logic in isolation. This is a concrete gap on the path to the
266
+ 3.0-milestone 90% coverage target.
267
+ acceptance:
268
+ - "`test/test_ruby_converter.rb`-style RSpec or Minitest specs exist for all three plugins."
269
+ - "Each spec runs independently without a running Jekyll server (`bundle exec ruby -Itest`)."
270
+ - "`./scripts/bin/test` continues to pass with the new specs included."
271
+ - "Edge cases covered: empty collections, missing front-matter keys, and duplicate slug detection."
272
+ links: { issue: null, pr: null, roadmap: "3.0" }
273
+ created: 2026-06-01
274
+ updated: 2026-06-01
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-zer0
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.11.1
4
+ version: 1.11.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amr Abdel
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-06-01 00:00:00.000000000 Z
11
+ date: 2026-06-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll