Skip to content

release: v1.8.14 -- WP.org packaging fix, repo hygiene, spec-kit bootstrap - #62

Merged
Atroci merged 3 commits into
mainfrom
agent-v1-8-14-packaging-fix-cleanup
Aug 16, 2026
Merged

release: v1.8.14 -- WP.org packaging fix, repo hygiene, spec-kit bootstrap#62
Atroci merged 3 commits into
mainfrom
agent-v1-8-14-packaging-fix-cleanup

Conversation

@Atroci

@Atroci Atroci commented Aug 16, 2026

Copy link
Copy Markdown
Contributor

Summary

Manual security review (2026-08-16) found local main was byte-identical to the live WordPress.org 1.8.13 SVN tag -- zero buffer between GitHub and WP.org despite the documented 3-version policy. This release restarts that buffer: GitHub only, WP.org Stable tag stays at 1.8.13.

  • Medium fix: config/feature-registry.json has been missing from every shipped release (including the live WP.org 1.8.13 tag) since .distignore excluded the whole config/ directory in 48e6d17. Feature_Registry returned empty adapter classes for every destination, and the admin delivery-adapter/destinations UI rendered empty. Fixed by removing config/ from .distignore; verified the built 1.8.14 zip now contains the file.
  • Low fix: added an explicit on-screen warning that the settings-backup export contains live, unmasked webhook secrets/CRM tokens, plus a SECURITY-PRIVACY.md note. Masking behavior itself unchanged (separate product decision).
  • Docs fix: REST-API.md no longer claims a removed legacy log controller "still exists in the repository".
  • Repo hygiene: removed local-only Claude Flow tooling (zero git history impact -- nothing tracked), bootstrapped GitHub Spec Kit (.claude/skills/speckit-*, .specify/), both excluded from the WP.org build via .distignore.
  • Version bump to 1.8.14 (Stable tag intentionally stays 1.8.13 per RELEASING.md).
  • Full findings + two deferred hardening items (rate-limiter atomicity, attribution field length cap) documented in docs/PLAN-2026-08-16-security-hardening-and-repo-cleanup.md.

Test plan

  • python3 zip-content check confirms config/feature-registry.json present in dist/releases/1.8.14/click-trail-handler-1.8.14.zip
  • git status clean after each commit
  • Reviewer sanity-check of the admin warning copy and docs wording
  • Merge and let GitHub-side staging run before this version is eligible for WP.org (per 3-version buffer policy)

🤖 Generated with Claude Code

Atroci and others added 3 commits August 16, 2026 12:35
config/feature-registry.json was excluded from every shipped release since
commit 48e6d17 (including the live WordPress.org 1.8.13 tag), causing
Feature_Registry to silently fall back to Generic_Collector_Adapter for
every destination and the admin delivery-adapter/destinations UI to render
empty. Remove config/ from .distignore so it ships again.

Also add an explicit on-screen warning that the settings backup export
contains live, unmasked webhook secrets and CRM tokens (documented in
SECURITY-PRIVACY.md), and correct a stale REST-API.md reference to a
legacy log controller that no longer exists in the codebase.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude Flow (.claude, .claude-flow, .mcp.json) was local-only tooling with
zero tracked files — pure local disk cleanup, no git history impact.

Bootstrap GitHub Spec Kit (specify init --here --integration claude
--script sh) for structured planning going forward. .claude/skills/speckit-*
and .specify/ are tracked in git (matching sibling HugoOS projects) and
excluded from the WordPress.org release via .distignore. .gitignore's
stale .claude/ and .claude-flow/ blanket-ignore rules are removed since
spec-kit's .claude/ output is meant to be committed; .specify/feature.json
(the ephemeral active-feature file) is ignored instead.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
…strap

Bump CLICUTCL_VERSION and the plugin header to 1.8.14; add the changelog
entry to changelog.txt and readme.txt. readme.txt Stable tag stays at
1.8.13 per RELEASING.md -- this release ships to GitHub only, restarting
the documented 3-version buffer ahead of WordPress.org.

Adds the 2026-08-16 security review plan doc covering shipped fixes,
repo-hygiene changes, and the two deferred hardening items (rate-limiter
atomicity, attribution field length cap).

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@Atroci
Atroci merged commit 86899f4 into main Aug 16, 2026
7 of 8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant