Nynaeve 2.15.8 - Self-Contained Documentation and Git Workflow Rules - #146
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Version:
2.15.8This release is documentation-only, correcting agent-facing guidance in
CLAUDE.mdandAGENTS.mdand bumping the theme to 2.15.8. The primary fix is a correctedblock.jsonprefix table: the documented block category prefix incorrectly readimagewize/*, while categories are actually registered asnynaeve/*inapp/setup.phpviablock_categories_all, meaning any block created from the old guidance would silently land in the editor's generic category. The change also resolves every broken relative link in the theme's markdown — fourdocs/links inCLAUDE.md, a project rootCHANGELOG.mdlink that escaped the theme directory with../../../../../, and three historicaldocs/links in the 1.20.2 entry — and inlines the load-bearing content from those missing files so the theme's guidance stands alone outside the imagewize.com monorepo. Finally, it codifies the branch-per-change and atomic-commit workflow rules in both agent guidance files. No PHP, block, markup, styling, or build output changed across the five modified files (96 insertions, 22 deletions).Block Standards Corrections:
imagewize/*tonynaeve/*, matching the slugs actually registered inapp/setup.php(nynaeve/hero,nynaeve/features,nynaeve/cta,nynaeve/content, and others); an unregistered slug fails silently rather than erroring, so the incorrect documentation produced miscategorized blocks with no visible warning.imagewize("name": "imagewize/my-block"), categorynynaeve, and textdomainnynaeve(the theme's Text Domain fromstyle.css, notsageorimagewize).block.jsonexample in bothCLAUDE.mdandAGENTS.mdso copy-paste use produces a correctly registered block.Documentation Portability:
CLAUDE.mdpointing at a theme-leveldocs/folder that does not exist (ACF-BLOCKS.md,BLOCKS.md,CONTENT-WIDTH-AND-LAYOUT.md,PATTERN-TO-NATIVE-BLOCK.md).CHANGELOG.mdintro link to the project root changelog and de-linked threedocs/references in the historical 1.20.2 entry to plain code spans, preserving the historical record while ensuring every link in the theme's markdown resolves within the theme.Git Workflow Rules:
mainand land via PR, becauserelease-theme.shgenerates its changelog by diffing the current branch againstmain— work committed directly tomainyields an empty release changelog.Version Release:
style.cssand theStable taginreadme.txt, with matching entries added toCHANGELOG.mdand thereadme.txtchangelog.Files Changed:
AGENTS.md(Modified)CHANGELOG.md(Modified)CLAUDE.md(Modified)readme.txt(Modified)style.css(Modified)