Skip to content

Commit 364522c

Browse files
committed
docs: update changelog for new shared components and improvements
1 parent 33d7e79 commit 364522c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
## [Unreleased]
99

1010
### Added
11+
1112
#### Shared Components
1213

1314
- Added new and updated shared components in `src/components/`:
@@ -23,6 +24,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2324
- `Divider` (accessible divider)
2425

2526
All components use mustache placeholders and follow WordPress accessibility and code structure standards.
27+
2628
- `docs/FRONTMATTER_SCHEMA.md` now explains the agent frontmatter contract, points to `scripts/validation/audit-frontmatter.js`, and keeps schema updates in sync with `.github/schemas/frontmatter.schema.json`.
2729
- Canonical schema assets live under `.github/schemas/` (block 6.9 reference, mustache registries, plugin config, plus example configs) and are verified by `scripts/validation/__tests__/validate-schemas.test.js`.
2830
- Validation tools now centralise their naming conventions in `scripts/validation/README.md` and keep all `validate-*`, `audit-*`, `test-*`, and `define-*` scripts within `scripts/validation/`.

0 commit comments

Comments
 (0)