Releases: lightspeedwp/.github
Releases · lightspeedwp/.github
v0.3.0
Immutable
release. Only release title and notes can be modified.
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.
[0.3.0] - 2025-12-18
Maintenance
- Repository maintenance: metrics snapshot updates, documentation and script syncs, and archive moves (#64c3662, #aa66dc6, #dd5b55f).
[0.2.0] - 2025-12-18
Added
- Comprehensive meta agent (
meta.agent.js) for unified front matter, badge, human reference, and footer automation (renamed from branding agent) - Unified labeling agent (
labeling.agent.js) replacing split status/type/standardization agents - Extended README management with support for dynamic header/footer insertion and frontmatter validation
- Footer schema configuration (
footer.schema.json) and header schema for consistent presentation - Enhanced frontmatter validation across all
.mdfiles in repository - Support for multiple footer variants with deterministic selection via seeding
- Emoji support in README headings for improved visual hierarchy
- Mermaid diagram preservation in all README updates
- Batch processing capabilities for efficient multi-file updates
Changed
- Updated all README files with emoji-enhanced headings for better visual hierarchy
- Migrated frontmatter across core documentation to unified
frontmatter.schema.jsonstandard - Reorganized
.github/agents/structure with shared utilities inincludes/subdirectory - Consolidated badge management under meta agent (deprecated
badges.agent.js) - Unified header/footer handling under meta agent (deprecated
header-footer.agent.js) - Standardized YAML frontmatter metadata across all documentation files
- Enhanced README file templates with proper frontmatter structure
- Updated version numbers for all core README files to reflect latest changes
Deprecated
badges.agent.js- Usemeta.agent.jsinstead for unified badge/header/footer managementheader-footer.agent.js- Usemeta.agent.jsinstead for unified automation
Documentation
- Added comprehensive meta agent specification in
.github/agents/meta.agent.md - Updated unified labeling agent documentation with latest configuration options
- Created detailed README templates for nested project directories
- Enhanced footer-content.json with multiple funky footer variants
- Documented footer schema validation and implementation
- Added examples for frontmatter validation across file types
- Created inline documentation for all agent helper functions
Fixed
- Corrected frontmatter schema validation errors in documentation files
- Fixed missing
created_datefields in core README files - Resolved inconsistent emoji usage across headings
- Fixed footer text alignment and markdown formatting
- Corrected references paths in frontmatter to use relative paths consistently
- Fixed mermaid diagram formatting in README files
Performance
- Optimized README file updates with batch multi-replace operations
- Improved footer selection performance with deterministic seeding
- Enhanced memory efficiency in meta agent for large file batches